# $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
