1 FLUGGDUMMYSRCS := G4SDManager.cxx G4VUserDetectorConstruction.cxx \
2 G4FastSimulationManager.cxx
3 FLUGGDUMMYHDRS := $(filter-out source.h,$(FLUGGDUMMYSRCS:.cxx=.hh) )
4 FLUGGWRAPSRCS := FGeometryInit.cxx WrapDN.cxx WrapG1.cxx WrapG1RT.cxx \
5 WrapIncrHist.cxx WrapIniHist.cxx WrapInit.cxx WrapLookDB.cxx \
6 WrapLookFX.cxx WrapLookMG.cxx WrapLookZ.cxx WrapMag.cxx \
7 WrapNorml.cxx WrapReg.cxx WrapSavHist.cxx WrapUtils.cxx
8 FLUGGWRAPHDRS := WrapUtils.hh Wrappers.hh NavHistWithCount.hh
9 FLUGGOTHERSRCS := FluggNavigator.cxx
10 FLUGGOTHERHDRS := $(filter-out source.h,$(FLUGGOTHERSRCS:.cxx=.hh) )
14 SRCS:= $(FLUGGDUMMYSRCS) $(FLUGGWRAPSRCS) $(FLUGGOTHERSRCS)
18 HDRS:= $(FLUGGDUMMYHDRS) $(FLUGGWRAPHDRS) $(FLUGGOTHERHDRS)
21 # DHDR:= FluggLinkDef.h
23 # Extra includes and libraries
24 EINCLUDE:= Flugg $(G4INSTALL)/include $(CLHEP_BASE_DIR)/include
25 ELIBSDIR:= $(G4INSTALL)/lib/$(G4SYSTEM)
26 ELIBS := G4brep G4csg G4geomBoolean G4geometrymng G4geomver G4globman \
27 G4graphics_reps G4hepnumerics G4intercoms G4magneticfield \
28 G4materials G4specsolids G4step G4stepinterface G4volumes
30 ######################
32 ######################
34 # If G4DEBUG or G4NO_OPTIMISE are not specified,
35 # the default compilation is optimised ...
41 CXXFLAGS += -DG4OPTIMISE
44 # Verbosity code can be left out (for better performance)
45 # by defining G4_NO_VERBOSE.
48 CXXFLAGS += -DG4VERBOSE
50 # Trajectory related classes can be left out (for better performance)
51 # by defining G4_NO_STORE_TRAJECTORY.
53 ifndef G4_NO_STORE_TRAJECTORY
54 CPPFLAGS += -DG4_STORE_TRAJECTORY
57 # If GEOMETRY_DEBUG is defined, a lot of information is printed out
60 ifdef G4GEOMETRY_DEBUG
61 CXXFLAGS += -DG4GEOMETRY_DEBUG
64 CXXFLAGS += -DGNU_GCC -DG4USE_STL -DG4USE_STD_NAMESPACE