source: trunk/examples/advanced/radiation_monitor/generator/GNUmakefile @ 807

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

update

File size: 886 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2005/10/25 16:37:59 capra Exp $
2# --------------------------------------------------------------------
3# GNUmakefile for exaple subpackage
4# R. Capra, 09 Sep 2005
5# --------------------------------------------------------------------
6
7name := Radmon
8
9ifndef G4INSTALL
10  G4INSTALL = ../../../..
11endif
12
13include $(G4INSTALL)/config/architecture.gmk
14
15CPPFLAGS += -I$(G4BASE)/global/management/include \
16            -I$(G4BASE)/intercoms/include \
17            -I$(G4BASE)/run/include \
18            -I$(G4BASE)/geometry/management/include \
19            -I$(G4BASE)/global/HEPRandom/include \
20            -I$(G4BASE)/particles/management/include \
21            -I$(G4BASE)/particles/bosons/include \
22            -I$(G4BASE)/processes/cuts/include \
23            -I$(G4BASE)/event/include \
24            -I../generalPurpose/include
25
26include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.