source: trunk/examples/extended/analysis/A01/hadlist.gmk @ 1230

Last change on this file since 1230 was 807, checked in by garnier, 16 years ago

update

File size: 890 bytes
Line 
1#
2# GNUmakefile for A01 had_lists
3#
4# by T. Koi SLAC 28-Jan-04 
5#
6# Based on
7## --------------------------------------------------------------
8## GNUmakefile for physics list user. 
9## JPW. Fri Jul 25 10:39:58 CEST 2003
10## --------------------------------------------------------------
11
12#
13
14ifndef G4LISTS_BASE
15  EXTRALIBS += -L$(G4LIB)/plists/$(G4SYSTEM)
16  G4LISTS_BASE = $(G4INSTALL)/physics_lists
17else
18  EXTRALIBS += -L$(G4LISTS_BASE)/hadronic/plists/lib/$(G4SYSTEM)
19endif
20
21# Select your physics lists to link against.
22#
23EXTRALIBS += -lQGSP_BERT
24EXTRALIBS += -lQGSP_BIC
25EXTRALIBS += -lPackaging
26
27CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/Packaging/include
28CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BERT/include
29CPPFLAGS += -I$(G4LISTS_BASE)/hadronic/QGSP_BIC/include
30
31CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS))
32CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O))
Note: See TracBrowser for help on using the repository browser.