# $HeadURL$ $LastChangedRevision$ # # Load adeMakefile # # (only ADE needs a trick to work around non-existence) # include ../../include/adeMakefile install: export PATH = ../../bin:$(shell echo $$PATH) install: export ADE_CONFIG_ALLOWENV_FLAG=true install: INSTALL_CMD = ADE_INCLUDE_PREFIX=../../include adeinst # # What do we have? # # # Where do we want it? # # Here is an example of where we want something installed into # a non-standard place we handle it ourselves. install: $(INSTALL_CMD) -d $(ADE_LIB_PREFIX)/tests $(INSTALL_CMD) testlist $(ADE_LIB_PREFIX)/tests