2 SRCS:= TFluka.cxx magfld.cxx source.cxx mgdraw.cxx bxdraw.cxx eedraw.cxx endraw.cxx sodraw.cxx usdraw.cxx FlukaVolume.cxx
6 HDRS:= TFluka.h FlukaVolume.h
11 # Extra includes and libraries
12 EINCLUDE:= Flugg $(ALICE)/geant4_vmc/include $(G4INSTALL)/include $(CLHEP_BASE_DIR)/include
16 ######################
18 ######################
20 # If G4DEBUG or G4NO_OPTIMISE are not specified,
21 # the default compilation is optimised ...
27 CXXFLAGS += -DG4OPTIMISE
30 # Verbosity code can be left out (for better performance)
31 # by defining G4_NO_VERBOSE.
34 CXXFLAGS += -DG4VERBOSE
36 # Trajectory related classes can be left out (for better performance)
37 # by defining G4_NO_STORE_TRAJECTORY.
39 ifndef G4_NO_STORE_TRAJECTORY
40 CPPFLAGS += -DG4_STORE_TRAJECTORY
43 CXXFLAGS += -DGNU_GCC -DG4USE_STL -DG4USE_STD_NAMESPACE