]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTSample.pkg
restoring bachward compatibility for r42837
[u/mrichter/AliRoot.git] / HLT / libAliHLTSample.pkg
index ae44e8ef6ab10de4ec76f4995f7ac36935b73652..6659c3835de04b069bf07666f5e118295bfbc53c 100644 (file)
@@ -6,21 +6,21 @@
 # and linking process. For further information refer to the 
 # README.
 
-# library sources
-MODULE_SRCS=   AliHLTSampleComponent1.cxx \
-               AliHLTSampleComponent2.cxx \
-               AliHLTAgentSample.cxx \
-               AliHLTSampleOfflineSinkComponent.cxx \
-               AliHLTDummyComponent.cxx
-
 # class header files, the link definition for the root dictionary
 # will be created from the names of the header files
-CLASS_HDRS:=   AliHLTSampleComponent1.h \
+CLASS_HDRS:=   AliHLTSampleComponent1.h \
                AliHLTSampleComponent2.h \
+               AliHLTSampleCalibrationComponent.h \
+               AliHLTSampleESDAnalysisComponent.h \
+               AliHLTSampleMonitoringComponent.h \
                AliHLTAgentSample.h \
+               AliHLTSamplePreprocessor.h \
                AliHLTSampleOfflineSinkComponent.h \
                AliHLTDummyComponent.h
 
+# library sources, generated from the class headers
+MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
+
 # library headers
 # in most cases you might have already added all the header files to
 # the CLASS_HDRS variable. So we just use the content of this. You
@@ -38,22 +38,24 @@ MODULE_HDRS:=       $(CLASS_HDRS)
 # enable automatic generation. 
 MODULE_DHDR:=
 
-# extra defines and flags for the AliRoot build system. NOTE: include
-# directories and linking flags/options must be specified in 
-# Makefile.am (stand-alone build system) and here (AliRoot).
-EDEFINE      := ${HLTDEFS}
-PACKCXXFLAGS := $(filter-out -ansi,$(filter-out -pedantic-errors, $(CXXFLAGS)))
-PACKCFLAGS   := $(filter-out -ansi, $(filter-out -pedantic-errors, $(CFLAGS)))
-PACKDCXXFLAGS:= $(filter-out -pedantic-errors, $(CXXFLAGS))
+EINCLUDE := HLT/BASE HLT/shuttle HLT/SampleLib STEER
 
-EINCLUDE := HLT/BASE
+LIBRARY_DEP := -lHLTbase -lCDB -lSTEERBase
 
 ###############################################################################
 #
 # do not change anything below this line
 #
+include $(MODDIR)/hlt.conf
+
 SRCS:=$(patsubst %,SampleLib/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,SampleLib/%,$(CLASS_HDRS))
 HDRS:=$(patsubst %,SampleLib/%,$(MODULE_HDRS))
 DHDR:=$(patsubst %,SampleLib/%,$(MODULE_DHDR))
 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
+
+EDEFINE      := ${HLTDEFS}
+PACKCXXFLAGS := $(filter-out -ansi,$(filter-out -pedantic-errors, $(CXXFLAGS)))
+PACKCFLAGS   := $(filter-out -ansi, $(filter-out -pedantic-errors, $(CFLAGS)))
+PACKDCXXFLAGS:= $(filter-out -pedantic-errors, $(CXXFLAGS))
+PACKSOFLAGS  := $(HLTSOFLAGS)