- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm9/GNUmakefile
r807 r1230 1 # $Id: GNUmakefile,v 1. 8 2006/10/26 15:50:35 maire Exp $2 # GEANT4 tag $Name: $1 # $Id: GNUmakefile,v 1.9 2008/06/11 22:31:05 maire Exp $ 2 # GEANT4 tag $Name: geant4-09-03-cand-01 $ 3 3 # -------------------------------------------------------------- 4 4 # GNUmakefile for examples module with AIDA interface … … 16 16 all: lib bin 17 17 18 ifdef G4ANALYSIS_USE 19 CPPFLAGS += -DG4ANALYSIS_USE 20 endif 18 #### G4ANALYSIS_USE := true 21 19 22 20 include $(G4INSTALL)/config/architecture.gmk 23 24 # for the aida-config command see the README file25 ifdef G4ANALYSIS_USE26 CPPFLAGS += `aida-config --include`27 LOADLIBS += `aida-config --lib`28 endif29 21 30 22 include $(G4INSTALL)/config/binmake.gmk
Note:
See TracChangeset
for help on using the changeset viewer.
