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