]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - conf/Geant4.gmk
Update header file
[u/mrichter/AliRoot.git] / conf / Geant4.gmk
index ffda71319caec8e1c9a7c6b18115b5b7b73b2002..26e6bb0bc539b5a62d7af17f529ab74d369d3610 100644 (file)
@@ -25,6 +25,9 @@ ifeq ($(ALICE_TARGET),Linux)
             -Wtrigraphs -Wformat -Wchar-subscripts \
             -Wparentheses              
   CXXOPTS := $(patsubst -O%,-O% -Wuninitialized,$(CXXOPTS))
+
+# Motif, Xt libraries
+  G4GLIBS := -L/usr/lib/Motif1.2_R6 -lXm -L/usr/lib -lXt
 endif
 
 ifeq ($(ALICE_TARGET),HP-UX.aCC)
@@ -36,6 +39,9 @@ ifeq ($(ALICE_TARGET),HP-UX.aCC)
   CXXOPTS := $(patsubst -O%,-O% +Onolimit,$(CXXOPTS))
   CXXOPTS := $(patsubst +O%,+O% +Onolimit,$(CXXOPTS))
   CXXOPTS += +DAportable
+
+# Motif, Xt libraries
+  G4GLIBS := -L/usr/lib/Motif1.2_R6 -lXm -L/usr/lib -lXt                   
 endif  
  
 ifeq ($(ALICE_TARGET),OSF1)
@@ -200,7 +206,7 @@ endif
 
 # LDLIBS3 contains the first set of low level libraries...
 #
-  LDLIBS3 += $(INTYLIBS)
+  LDLIBS3 += $(INTYLIBS) $(G4GLIBS)
 
 endif # ifndef USER_DEFINED_LDLIBS