Changeset 1347 for trunk/source/persistency/gdml/GNUmakefile
- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/persistency/gdml/GNUmakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/persistency/gdml/GNUmakefile
r850 r1347 1 # $Id: GNUmakefile,v 1.1 0 2008/07/02 14:15:16gcosmo Exp $1 # $Id: GNUmakefile,v 1.12 2010/11/02 10:40:24 gcosmo Exp $ 2 2 # ----------------------------------------------------------------------- 3 3 # GNUmakefile for persistency library. Gabriele Cosmo, 16/11/96. … … 12 12 include $(G4INSTALL)/config/architecture.gmk 13 13 14 CPPFLAGS += -I$(G4INSTALL)/source/global/management/include \ 15 -I$(G4INSTALL)/source/global/HEPGeometry/include \ 16 -I$(G4INSTALL)/source/global/HEPNumerics/include \ 17 -I$(G4INSTALL)/source/digits_hits/hits/include \ 18 -I$(G4INSTALL)/source/digits_hits/digits/include \ 19 -I$(G4INSTALL)/source/particles/management/include \ 20 -I$(G4INSTALL)/source/run/include \ 21 -I$(G4INSTALL)/source/event/include \ 22 -I$(G4INSTALL)/source/track/include \ 23 -I$(G4INSTALL)/source/tracking/include \ 24 -I$(G4INSTALL)/source/intercoms/include \ 25 -I$(G4INSTALL)/source/geometry/management/include \ 26 -I$(G4INSTALL)/source/geometry/volumes/include \ 27 -I$(G4INSTALL)/source/geometry/navigation/include \ 28 -I$(G4INSTALL)/source/geometry/solids/CSG/include \ 29 -I$(G4INSTALL)/source/geometry/solids/Boolean/include \ 30 -I$(G4INSTALL)/source/geometry/solids/specific/include \ 31 -I$(G4INSTALL)/source/geometry/divisions/include \ 32 -I$(G4INSTALL)/source/materials/include \ 33 -I$(G4INSTALL)/source/graphics_reps/include 14 CPPFLAGS += \ 15 -I$(G4BASE)/global/management/include \ 16 -I$(G4BASE)/global/HEPGeometry/include \ 17 -I$(G4BASE)/global/HEPNumerics/include \ 18 -I$(G4BASE)/global/HEPRandom/include \ 19 -I$(G4BASE)/digits_hits/hits/include \ 20 -I$(G4BASE)/digits_hits/digits/include \ 21 -I$(G4BASE)/particles/management/include \ 22 -I$(G4BASE)/run/include \ 23 -I$(G4BASE)/event/include \ 24 -I$(G4BASE)/track/include \ 25 -I$(G4BASE)/tracking/include \ 26 -I$(G4BASE)/intercoms/include \ 27 -I$(G4BASE)/processes/management/include \ 28 -I$(G4BASE)/geometry/management/include \ 29 -I$(G4BASE)/geometry/volumes/include \ 30 -I$(G4BASE)/geometry/navigation/include \ 31 -I$(G4BASE)/geometry/solids/CSG/include \ 32 -I$(G4BASE)/geometry/solids/Boolean/include \ 33 -I$(G4BASE)/geometry/solids/specific/include \ 34 -I$(G4BASE)/geometry/divisions/include \ 35 -I$(G4BASE)/materials/include \ 36 -I$(G4BASE)/graphics_reps/include 34 37 35 38 ifdef G4LIB_USE_GDML
Note:
See TracChangeset
for help on using the changeset viewer.
