Files
geant4/examples/extended/gdml/libgdml/management/GNUmakefile
T
2016-06-08 16:39:52 +02:00

16 lines
654 B
Makefile

# $Id: GNUmakefile,v 1.1.1.1 2002/05/31 00:34:42 radoone Exp $
# ----------------------------------------------------------------
# GNUmakefile for GDML management library. Radovan Chytracek, 30/05/2002.
# ----------------------------------------------------------------
name := GDMLmanagement
CPPFLAGS += \
-I$(G4INSTALL)/source/global/management/include \
-I$(G4INSTALL)/source/global/HEPGeometry/include \
-I$(G4INSTALL)/source/geometry/management/include \
-I$(G4INSTALL)/source/geometry/solids/CSG/include \
-I$(G4INSTALL)/source/geometry/solids/Boolean/include
include ../libgdml.gmk