# $Id: GNUmakefile,v 1.2 1999/04/16 09:05:36 mora Exp $ # -------------------------------------------------------------- # GNUmakefile for modeling library. John Allison, 31/12/1997. # -------------------------------------------------------------- name := G4modeling ifndef G4INSTALL G4INSTALL = ../../.. endif include $(G4INSTALL)/config/architecture.gmk CPPFLAGS += -I$(G4BASE)/global/management/include CPPFLAGS += -I$(G4BASE)/graphics_reps/include CPPFLAGS += -I$(G4BASE)/global/HEPGeometry/include CPPFLAGS += -I$(G4BASE)/geometry/management/include CPPFLAGS += -I$(G4BASE)/geometry/volumes/include CPPFLAGS += -I$(G4BASE)/geometry/solids/CSG/include CPPFLAGS += -I$(G4BASE)/materials/include CPPFLAGS += -I$(G4BASE)/global/HEPRandom/include CPPFLAGS += -I$(G4BASE)/processes/electromagnetic/utils/include CPPFLAGS += -I$(G4BASE)/processes/management/include CPPFLAGS += -I$(G4BASE)/particles/management/include CPPFLAGS += -I$(G4BASE)/run/include CPPFLAGS += -I$(G4BASE)/event/include CPPFLAGS += -I$(G4BASE)/digits+hits/hits/include CPPFLAGS += -I$(G4BASE)/digits+hits/digits/include CPPFLAGS += -I$(G4BASE)/digits+hits/detector/include CPPFLAGS += -I$(G4BASE)/tracking/include CPPFLAGS += -I$(G4BASE)/track/include CPPFLAGS += -I$(G4BASE)/intercoms/include include $(G4INSTALL)/config/common.gmk