From d9acd66b2a49a1be12c06b484d6f9d08ef7b81dc Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 8 Mar 2002 13:30:12 +0000 Subject: [PATCH] Changes needed by the last version of G4 code --- conf/Geant4.gmk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/Geant4.gmk b/conf/Geant4.gmk index ffda71319ca..26e6bb0bc53 100644 --- a/conf/Geant4.gmk +++ b/conf/Geant4.gmk @@ -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 -- 2.39.3