]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Introduction of the alimdc executable as a module inside AliRoot.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 2004 08:54:07 +0000 (08:54 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 2004 08:54:07 +0000 (08:54 +0000)
RAW/binalimdc.pkg [new file with mode: 0644]

diff --git a/RAW/binalimdc.pkg b/RAW/binalimdc.pkg
new file mode 100644 (file)
index 0000000..147bb3d
--- /dev/null
@@ -0,0 +1,26 @@
+#-*- Mode: Makefile -*-
+
+include HLT/hlt.conf
+
+EDEFINE      := ${HLTDEFS}
+PACKCXXFLAGS := ${HLTCXXFLAGS}
+PACKCFLAGS   := ${HLTCLFAGS}
+PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
+
+SRCS:=alimdc_main.cxx
+
+EINCLUDE+=TPC CONTAINERS ITS RAW HLT/src HLT/hough HLT/comp
+EDEFINE+= -DUSE_RDM -DUSE_HLT
+# -DUSE_DEBUG for alimdc debug printout
+
+ifdef DATE_ROOT
+
+ELIBSDIR:=${DATE_MONITOR_DIR}/${DATE_SYS}
+ELIBS:=STEER RAW TPCbase TPCsim TPCrec CONTAINERS AliL3Src AliL3Misc AliL3Hough AliL3Comp monitor shift pythia6 pdf microcern
+EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
+
+else
+
+ELIBS:= pythia6 pdf microcern
+
+endif