Makefile File Reference

WQA: Analysis of ESW Data; Makefile #. More...


Detailed Description

WQA: Analysis of ESW Data; Makefile #.

# # # # Dependencies:
# wqa/Makefile --> wqa/Makefile.info --> Makefile.dan.info
# wqa/Makefile --> Makefile.dan --> wqa/Makefile.wqa
#
# Features:
# Display of spectra
# Cross Section Calculation
#

Author:
Kurt Huber; Strahlenzentrum J.L.-Universitaet GIESSEN #
Date:
19.03.1999 #
Version:
14.10.2008 #
# 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:

# 

Generated on Wed Oct 15 16:17:22 2008 for Experiment-Software by  doxygen 1.5.6