Makefile File Reference

DRM: Dielectronic Recombination Matrix; Makefile #. More...


Detailed Description

DRM: Dielectronic Recombination Matrix; Makefile #.

# # # # Position Computer Matrix Program for Lab 017 (A. Mueller, K3)
# Dependencies:
# drm/Makefile --> drm/Makefile.info --> Makefile.dac.info
# drm/Makefile --> Makefile.dac --> drm/Makefile.drm
#

Author:
Kurt Huber; Strahlenzentrum J.L.-Universitaet GIESSEN #
Date:
25.03.1996 #
Version:
15.08.2008 #
# modification history
# --------------------
# 15aug08 kHu	DOXYGEN comments added 
# 04apr03 kHu	neu organisiert (Makefile, Makefile.dan, Makefile.drm)
# 23feb00 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 = drm
TNAM = DRM
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:

# 

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