- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm10/GNUmakefile
r807 r1230 1 # $Id: GNUmakefile,v 1. 4 2006/10/26 15:19:21maire Exp $1 # $Id: GNUmakefile,v 1.5 2008/06/11 22:34:04 maire Exp $ 2 2 # -------------------------------------------------------------- 3 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. … … 15 15 all: lib bin 16 16 17 ifdef G4ANALYSIS_USE 18 CPPFLAGS += -DG4ANALYSIS_USE 19 endif 17 #### G4ANALYSIS_USE := true 20 18 21 19 include $(G4INSTALL)/config/architecture.gmk 22 23 # for the aida-config command see the README file24 ifdef G4ANALYSIS_USE25 CPPFLAGS += `aida-config --include`26 LOADLIBS += `aida-config --lib`27 endif28 20 29 21 include $(G4INSTALL)/config/binmake.gmk
Note:
See TracChangeset
for help on using the changeset viewer.
