# $HeadURL$ $LastChangedRevision$ # # Load adeMakefile # # (only ADE needs a trick to work around non-existence) # # Other programs say this: # ##include $(shell ade-config ade_include_prefix)/adeMakefile # # But ADE needs to build ade-config before it actually exists, # so it must include adeMakefile directly: # include ../include/adeMakefile install: export PATH = .:$(shell echo $$PATH) install: INSTALL_CMD = ADE_INCLUDE_PREFIX=../include adeinst # # What do we have? # SHELL_FILES = ade-app-config ade-config adetest adeinst adegmt adedevsh adeshf PERL_FILES = adeperlf aderel ademan2html # # Where do we want it? # BIN_FILES = ade-app-config ade-config adetest adeinst adegmt adeshf adeperlf aderel ademan2html