Geant4 Cross Reference |
>> 1 # $Id: GNUmakefile,v 1.4 2009/09/18 17:34:54 maire Exp $ 1 # -------------------------------------------- 2 # -------------------------------------------------------------- 2 # GNUmakefile for examples module. Gabriele C 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. 3 # -------------------------------------------- 4 # -------------------------------------------------------------- 4 5 5 name := amsEcal 6 name := amsEcal 6 G4TARGET := $(name) 7 G4TARGET := $(name) 7 G4EXLIB := true 8 G4EXLIB := true 8 9 >> 10 #### CPPFLAGS := ${CPPFLAGS} -g >> 11 9 ifndef G4INSTALL 12 ifndef G4INSTALL 10 G4INSTALL = ../.. << 13 G4INSTALL = ../../../.. 11 endif 14 endif 12 15 13 .PHONY: all 16 .PHONY: all 14 all: lib bin 17 all: lib bin 15 18 >> 19 #### G4ANALYSIS_USE := true >> 20 16 include $(G4INSTALL)/config/architecture.gmk 21 include $(G4INSTALL)/config/architecture.gmk 17 22 18 include $(G4INSTALL)/config/binmake.gmk 23 include $(G4INSTALL)/config/binmake.gmk >> 24 >> 25 visclean: >> 26 rm -f g4*.prim g4*.eps g4*.wrl >> 27 rm -f .DAWN_* >> 28 >> 29 histclean: >> 30 rm ${G4WORKDIR}/tmp/${G4SYSTEM}/${G4TARGET}/HistoManager.o