Geant4 Cross Reference |
1 name := cloud << 1 # $Id: GNUmakefile,v 1.5 2004/06/23 16:09:48 gcosmo Exp $ 2 G4TARGET := $(name) << 2 # -------------------------------------------------------------- 3 G4EXLIB := true << 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. >> 4 # -------------------------------------------------------------- 4 5 5 ifndef G4INSTALL 6 ifndef G4INSTALL 6 G4INSTALL = ../../.. << 7 G4INSTALL = ../.. 7 endif 8 endif >> 9 >> 10 include $(G4INSTALL)/config/architecture.gmk 8 11 9 .PHONY: all << 12 SUBDIRS = gammaray_telescope underground_physics xray_fluorescence xray_telescope 10 all: lib bin << 13 SUBDIRS += brachytherapy cosmicray_charging hadrontherapy >> 14 SUBDURS += medical_linac purging_magnet radioprotection >> 15 SUBDIRS += Tiara Rich composite_calorimeter lAr_calorimeter 11 16 12 include $(G4INSTALL)/config/binmake.gmk << 17 .PHONY : all clean clean_libs 13 18 14 visclean: << 19 all: 15 rm -f g4*.prim g4*.eps g4*.wrl << 20 @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE)); done 16 rm -f .DAWN_* << 17 21 >> 22 clean: >> 23 @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean); done >> 24 >> 25 clean_libs: >> 26 @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean_libs); done