# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # include ../lib/include/ade.mk # Help find adeinst and help adeinst fine ade-config #install: export PATH = ../bin:$(shell echo $$PATH) #install: INSTALL_CMD = ADE_INCLUDE_PREFIX=. adeinst # Help adeinst fine ade.sh #install: INSTALL_CMD = ADE_INCLUDE_PREFIX=. adeinst install: INSTALL_CMD = ADE_LIB_PREFIX=../lib PATH=../bin:$(shell echo $$PATH) ../bin/adeinst # # Tell ade.mk where not to recurse. # NOMAKE_DIRS = unused # # What do we have? # TXT_FILES = # # Where do we want it? # INCLUDE_FILES = $(TXT_FILES) clean: