source: trunk/examples/advanced/radiation_monitor/generalPurpose/GNUmakefile @ 1321

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

update

File size: 506 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2005/09/19 19:40:53 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
18include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.