Makefile File Reference

Makefile for FAQ's and Help Index #. More...


Detailed Description

Makefile for FAQ's and Help Index #.

# # # # Dependencies:
# Makefile --> Makefile.index
# Makefile --> Makefile.FAQs
#

Author:
Kurt Huber; Strahlenzentrum J.L.-Universitaet GIESSEN #
Date:
01.10.2002 #
Version:
15.08.2008 #
# modification history
# --------------------
# 15aug08 kHu	DOXYGEN comments added 
# 
#
#
#Info source directory from pwd
SLIB =  ./texi/
ISLIB = ../
#Top directory from SLIB
TOP  =	../
TLIB =  $(TOP)/../texi/


index help:
	make -i -f Makefile.index index

FAQs:
	cd $(SLIB); \
	make -i -f $(ISLIB)/Makefile.FAQs FAQs i=$(i) \
	    TOP=$(TOP) SLIB=$(SLIB) TLIB=$(TLIB)

all:
	cd misc/mca; make -i -f Makefile.info info
	cd misc/mct; make -i -f Makefile.info info
	cd ex017/esw; make -i -f Makefile.info info

clean:
	make -f Makefile.index clean
	cd misc/mca; make -f Makefile.info clean
	cd misc/mct; make -f Makefile.info clean
	cd ex017/esw; make -f Makefile.info clean

# 

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