- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm7/GNUmakefile
r807 r1230 1 # $Id: GNUmakefile,v 1. 9 2007/06/22 12:44:42 maireExp $1 # $Id: GNUmakefile,v 1.11 2008/09/21 16:03:10 vnivanch Exp $ 2 2 # -------------------------------------------------------------- 3 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. … … 17 17 #### G4ANALYSIS_USE := true 18 18 19 ifdef G4ANALYSIS_USE20 CPPFLAGS += -DG4ANALYSIS_USE21 endif22 23 19 include $(G4INSTALL)/config/architecture.gmk 24 25 ifdef G4ANALYSIS_USE26 # for the aida-config command see the README file27 CPPFLAGS += `aida-config --include`28 LOADLIBS += `aida-config --lib`29 endif30 20 31 21 include $(G4INSTALL)/config/binmake.gmk … … 36 26 37 27 histclean: 38 rm ${G4WORKDIR}/tmp/${G4SYSTEM}/${G4TARGET}/ RunAction.o28 rm ${G4WORKDIR}/tmp/${G4SYSTEM}/${G4TARGET}/Histo.o
Note:
See TracChangeset
for help on using the changeset viewer.
