]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HIJING/libhijing.pkg
Add the possibiloity to save cut settings in the ROOT file
[u/mrichter/AliRoot.git] / HIJING / libhijing.pkg
index 5ade4fd2d6a4ecf07facb82e96615e43942213e0..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/hijing
+
+ifeq (macosxicc,$(ALICE_TARGET))
+PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
+endif