Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+13 -8
View File
@@ -23,6 +23,18 @@ ifdef LOAD_IV
INTYLIBS += $(OIVLIBS)
endif
########################### Qt ###############################
# Should be before X11.
ifdef INC_QT
CPPFLAGS += $(QTFLAGS)
endif
ifdef LOAD_QT
INTYLIBS += $(QTLIBS)
endif
ifdef LOAD_GLQT
INTYLIBS += $(GLQTLIBS)
endif
########################### OpenGL ###############################
ifdef INC_GL
@@ -55,6 +67,7 @@ ifdef LOAD_XAW
INTYLIBS += $(XAWLIBS)
endif
ifdef INC_X11
CPPFLAGS += $(X11FLAGS)
endif
@@ -62,14 +75,6 @@ ifdef LOAD_X11
INTYLIBS += $(X11LIBS)
endif
########################### Qt ###################
ifdef INC_QT
CPPFLAGS += $(QTFLAGS)
endif
ifdef LOAD_QT
INTYLIBS += $(QTLIBS)
endif
########################### and finally... #######################