Changeset 1230 for trunk/examples/advanced/hadrontherapy/GNUmakefile
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/examples/advanced/hadrontherapy/GNUmakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/advanced/hadrontherapy/GNUmakefile
r807 r1230 1 # $Id: GNUmakefile,v 1. 5 2004/11/30 09:06:18 guatelliExp $1 # $Id: GNUmakefile,v 1.12 2009/08/13 20:48:04 kaitanie Exp $ 2 2 # -------------------------------------------------------------- 3 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. … … 15 15 all: lib bin 16 16 17 include $(G4INSTALL)/config/architecture.gmk 18 19 ifdef G4ANALYSIS_USE 20 CPPFLAGS += -DANALYSIS_USE 21 endif 22 ifndef G4ANALYSIS_USE # If we don't have AIDA 23 ifdef G4ANALYSIS_USE_ROOT # And we have ROOT 24 CPPFLAGS += -DANALYSIS_USE -DG4ANALYSIS_USE_ROOT 25 CPPFLAGS += $(shell root-config --cflags) 26 LDFLAGS += $(shell root-config --glibs) 27 endif 28 endif 29 17 30 include $(G4INSTALL)/config/binmake.gmk 18 31 19 ifdef G4ANALYSIS_USE 20 CPPFLAGS += `aida-config --include` 21 LDFLAGS += `aida-config --lib` 22 LOADLIBS += `aida-config --lib` 32 ifdef G4ANALYSIS_USE 23 33 endif
Note:
See TracChangeset
for help on using the changeset viewer.
