Makefile File Reference

WQS: Analysis of ESS Data; Makefile #. More...


Detailed Description

WQS: Analysis of ESS Data; Makefile #.

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

Author:
Kurt Huber; Strahlenzentrum J.L.-Universitaet GIESSEN #
Date:
02.03.2001 #
Version:
14.10.2008 #
# modification history
# --------------------
# 14oct08 kHu	DOXYGEN comments added 
# 12aug03 kHu	neu organisiert (Makefile, Makefile.dan, Makefile.wqs)
# 02mar01 kHu	New from WQA
# 
#

# 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 = wqs
TNAM = WQS
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:23 2008 for Experiment-Software by  doxygen 1.5.6