# # # # Dependencies:
# msc/Makefile --> msc/Makefile.info --> Makefile.dac.info
# msc/Makefile --> Makefile.dac --> msc/Makefile.msc
#
# modification history # -------------------- # 15aug08 kHu DOXYGEN comments added # 25jun03 kHu neu organisiert # 04apr03 kHu neu organisiert (Makefile, Makefile.dan, Makefile.msc) # 08okt02 kHu neu: make help # 01jul02 kHu New from MCA #
# 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 = msc TNAM = MSC 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: #