# $HeadURL: svn+ssh://dione/diska/svn-repos/ade/branches/switching-to-run-time-loading/lib/tests/ref/Makefile $ $LastChangedRevision: 2335 $ # # 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/ref $(INSTALL_CMD) -m 644 ADESTDTEST* $(ADE_LIB_PREFIX)/tests/ref