# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # # (only ADE needs a trick to work around non-existence) # # Other programs say this: # ##include $(shell ade-config ade_include_prefix)/ade.mk # # But ADE needs to build ade-config before it actually exists, # so it must include ade.mk directly: # include ../include/ade.mk 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 PYTHON_FILES = adepyf # # Where do we want it? # BIN_FILES = ade-app-config ade-config adetest adeinst adegmt adeshf adeperlf aderel ademan2html