Files
geant4/examples/advanced/radiation_monitor/materials/GNUmakefile
T
2016-06-09 14:44:26 +02:00

22 lines
640 B
Makefile

# $Id: GNUmakefile,v 1.2 2005/09/19 19:40:26 capra Exp $
# --------------------------------------------------------------------
# GNUmakefile for exaple subpackage
# R. Capra, 09 Sep 2005
# --------------------------------------------------------------------
name := Radmon
ifndef G4INSTALL
G4INSTALL = ../../../..
endif
include $(G4INSTALL)/config/architecture.gmk
CPPFLAGS += -I$(G4BASE)/global/management/include \
-I$(G4BASE)/intercoms/include \
-I$(G4BASE)/materials/include \
-I$(G4BASE)/graphics_reps/include \
-I../generalPurpose/include
include $(G4INSTALL)/config/common.gmk