source: trunk/source/persistency/mctruth/GNUmakefile @ 1202

Last change on this file since 1202 was 818, checked in by garnier, 16 years ago

import all except CVS

File size: 1.2 KB
Line 
1# $Id: GNUmakefile,v 1.1 2007/10/17 09:33:17 gcosmo Exp $
2# -----------------------------------------------------------------------
3# GNUmakefile for persistency library.  Gabriele Cosmo, 16/11/96.
4# -----------------------------------------------------------------------
5
6name := G4mctruth
7
8ifndef G4INSTALL
9  G4INSTALL = ../../..
10endif
11
12include $(G4INSTALL)/config/architecture.gmk
13
14CPPFLAGS += -I$(G4INSTALL)/source/global/management/include \
15            -I$(G4INSTALL)/source/global/HEPGeometry/include \
16            -I$(G4INSTALL)/source/digits_hits/hits/include \
17            -I$(G4INSTALL)/source/digits_hits/digits/include \
18            -I$(G4INSTALL)/source/particles/management/include \
19            -I$(G4INSTALL)/source/run/include \
20            -I$(G4INSTALL)/source/event/include \
21            -I$(G4INSTALL)/source/track/include \
22            -I$(G4INSTALL)/source/tracking/include \
23            -I$(G4INSTALL)/source/intercoms/include \
24            -I$(G4INSTALL)/source/geometry/management/include
25ifdef G4LIB_USE_HEPMC
26  ifndef HEPMC_DIR
27        @echo HEPMC_DIR not defined!
28  endif
29  CPPFLAGS += -I$(HEPMC_DIR)/include
30endif
31
32include $(G4INSTALL)/config/common.gmk
33
Note: See TracBrowser for help on using the repository browser.