# # # # Dependencies:
# esw/Makefile --> esw/Makefile.info --> Makefile.dac.info
# esw/Makefile --> Makefile.dac --> esw/Makefile.esw
#
# modification history # -------------------- # 15aug08 kHu DOXYGEN comments added # 25jun03 kHu neu organisiert # 04apr03 kHu neu organisiert (Makefile, Makefile.dan, Makefile.esw) # 26sep02 kHu neu: make help # 11nov99 kHu Newprog Standard #
# Default for info type: i = a # Default for host: h = - # Default for target: t = - # Default for signature s = Hu SIGNAT = "[`date +%d%b%y`/$(s)]" PNAM = esw TNAM = ESW TOP = ../../ PLIB = ./ DLIB = ../../Daclib/ ELIB = ../../Exlib/ help: gotoDEFAULT $(PNAM): .neverbuild @make -f $(TOP)Makefile.dac build h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) SIGNAT=$(SIGNAT) \ PLIB=$(PLIB) DLIB=$(DLIB) ELIB=$(ELIB) install: .neverbuild @make -f $(TOP)Makefile.dac install h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) \ PLIB=$(PLIB) DLIB=$(DLIB) ELIB=$(ELIB) clean: .neverbuild @make -f $(TOP)Makefile.dac clean h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) @make -f Makefile.info clean \ PNAM=$(PNAM) TNAM=$(TNAM) all: .neverbuild @make -f $(TOP)Makefile.dac build install clean h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) SIGNAT=$(SIGNAT) \ PLIB=$(PLIB) DLIB=$(DLIB) ELIB=$(ELIB) info: .neverbuild make -i -f Makefile.info info i=$(i) PNAM=$(PNAM) TNAM=$(TNAM) .DEFAULT: @echo "" @echo "Usage:" @echo "make help (this help)" @make -f $(TOP)Makefile.dac help h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) @make -f $(TOP)Makefile.dac.info help \ PNAM=$(PNAM) TNAM=$(TNAM) .neverbuild: #