]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HIJING/libhijing.pkg
Additional protection (macosx with gfortran)
[u/mrichter/AliRoot.git] / HIJING / libhijing.pkg
index 850d2b925025acad0bb37188ddc72f10a6636e01..8662ddceea5d1d00220a88787aa05ca4f358016e 100644 (file)
@@ -1,3 +1,13 @@
+#-*- Mode: Makefile -*-
+
+SRCS:=AliHijingRndm.cxx
+
+HDRS= $(SRCS:.cxx=.h) 
+
+DHDR:=hijingLinkDef.h
+
+EXPORT:=
+
 FSRCS:= \
 hijing1_36/ar3jet.F \
 hijing1_36/aran9.F \
@@ -149,10 +159,13 @@ hipyset1_35/pyw1au_hijing.F \
 hipyset1_35/pyw2au_hijing.F \
 hipyset1_35/pywidt_hijing.F \
 hipyset1_35/pyxtot_hijing.F \
-hipyset1_35/rlu_hijing.F \
 hipyset1_35/ulalps_hijing.F \
 hipyset1_35/ulangl_hijing.F \
 hipyset1_35/ulmass_hijing.F
 
 
-EINCLUDE:= hijing
\ No newline at end of file
+EINCLUDE:= HIJING/hijing
+
+ifeq (macosxicc,$(ALICE_TARGET))
+PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
+endif