# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # # (only ADE needs a trick to work around non-existence) # include ../../../share/include/ade.mk install: INSTALL_CMD = ADE_SHARE_PREFIX=../../../share PATH=../../../bin:$(shell echo $$PATH) ../../../bin/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_SHARE_PREFIX)/tests/ref $(INSTALL_CMD) -m 644 ADESTDTEST* $(ADE_SHARE_PREFIX)/tests/ref