# # # # Dependencies:
# wqa/Makefile --> wqa/Makefile.info --> Makefile.dan.info
# wqa/Makefile --> Makefile.dan --> wqa/Makefile.wqa
#
# Features:
# Display of spectra
# Cross Section Calculation
#
# modification history # -------------------- # 14oct08 kHu DOXYGEN comments added # 14jul04 kHu Info integriert # 02apr03 kHu neu organisiert (Makefile, Makefile.dan, Makefile.wqa) # 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 = wqa TNAM = WQA TOP = ../../ PLIB = ./ ALIB = ../../Applib/ DLIB = ../../Danlib/ ELIB = ../../Exlib/ help: gotoDEFAULT $(PNAM): .neverbuild @make -f $(TOP)Makefile.dan build h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) SIGNAT=$(SIGNAT) \ PLIB=$(PLIB) ALIB=$(ALIB) DLIB=$(DLIB) ELIB=$(ELIB) install: .neverbuild @make -f $(TOP)Makefile.dan install h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) \ PLIB=$(PLIB) ALIB=$(ALIB) DLIB=$(DLIB) ELIB=$(ELIB) clean: .neverbuild @make -f $(TOP)Makefile.dan clean h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) @make -f Makefile.info clean \ PNAM=$(PNAM) TNAM=$(TNAM) all: .neverbuild @make -f $(TOP)Makefile.dan build install clean h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) SIGNAT=$(SIGNAT) \ PLIB=$(PLIB) ALIB=$(ALIB) 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.dan help h=$(h) t=$(t) \ PNAM=$(PNAM) TNAM=$(TNAM) @make -f $(TOP)Makefile.dan.info help \ PNAM=$(PNAM) TNAM=$(TNAM) .neverbuild: #