source: trunk/examples/advanced/raredecay_calorimetry/new_phys_lists.gmk @ 1288

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

update

File size: 1.4 KB
Line 
1# $Id: new_phys_lists.gmk,v 1.2 2006/05/30 07:22:42 mkossov Exp $
2# --------------------------------------------------------------
3# new physics-lists setup
4# --------------------------------------------------------------
5
6#ifndef G4NEWLISTS_BASE
7  EXTRALIBS += -L$(G4LIB)/$(G4SYSTEM)
8  G4NEWLISTS_BASE = $(G4INSTALL)/source/physics_lists
9#else
10#  EXTRALIBS += -L$(G4NEWLISTS_BASE)/hadronic/plists/lib/$(G4SYSTEM)
11#endif
12
13EXTRALIBS += -lG4physlists_lists
14EXTRALIBS += -lG4physlists_ghad
15EXTRALIBS += -lG4physlists_inelastic
16EXTRALIBS += -lG4physlists_neut
17EXTRALIBS += -lG4physlists_rest
18EXTRALIBS += -lG4physlists_stem
19EXTRALIBS += -lG4physlists_chips
20EXTRALIBS += -lG4physlists_elastic
21EXTRALIBS += -lG4physlists_gn     
22EXTRALIBS += -lG4physlists_ions   
23EXTRALIBS += -lG4physlists_leem
24EXTRALIBS += -lG4physlists_general
25
26CPPFLAGS += -I$(G4NEWLISTS_BASE)/atRest/include
27CPPFLAGS += -I$(G4NEWLISTS_BASE)/Elastic/include
28CPPFLAGS += -I$(G4NEWLISTS_BASE)/general/include
29CPPFLAGS += -I$(G4NEWLISTS_BASE)/Ions/include
30CPPFLAGS += -I$(G4NEWLISTS_BASE)/Inelastic/include
31CPPFLAGS += -I$(G4NEWLISTS_BASE)/management/include
32CPPFLAGS += -I$(G4NEWLISTS_BASE)/CHIPS/include
33CPPFLAGS += -I$(G4NEWLISTS_BASE)/gammaNuclear/include
34CPPFLAGS += -I$(G4NEWLISTS_BASE)/GHAD/include
35CPPFLAGS += -I$(G4NEWLISTS_BASE)/LE_Electromagnetic/include
36CPPFLAGS += -I$(G4NEWLISTS_BASE)/Neutrons/include
37CPPFLAGS += -I$(G4NEWLISTS_BASE)/ST_Electromagnetic/include
Note: See TracBrowser for help on using the repository browser.