source: trunk/examples/advanced/radiation_monitor/materials/GNUmakefile @ 1319

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

update

File size: 640 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2005/09/19 19:40:26 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)/materials/include \
18            -I$(G4BASE)/graphics_reps/include \
19            -I../generalPurpose/include
20
21include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.