]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTTRD.pkg
Obsolete data member removed.
[u/mrichter/AliRoot.git] / HLT / libAliHLTTRD.pkg
CommitLineData
0f51f5b8 1#-*- Mode: Makefile -*-
95316e9f 2# $Id$
3# package definition for the libAliHLTTRD library
0f51f5b8 4
0f51f5b8 5# class header files, the link definition for the root dictionary
6# will be created from the names of the header files
0af7cb2e 7CLASS_HDRS:= \
0af7cb2e 8 AliHLTTRDClusterizerComponent.h \
9 AliHLTTRDDefinitions.h \
10 AliHLTTRDTrackerComponent.h \
051a0e2d 11 AliTRDclusterizerHLT.h \
95259bbb 12 AliHLTTRDEsdWriterComponent.h \
13 AliHLTTRDCalibrationComponent.h
95316e9f 14
15# library sources
16MODULE_SRCS= \
17 $(CLASS_HDRS:.h=.cxx)
18
0f51f5b8 19# library headers
20# in most cases you might have already added all the header files to
21# the CLASS_HDRS variable. So we just use the content of this. You
22# can simply add more header files which don't contain classes with
23# ROOT dictionary support
24MODULE_HDRS:= $(CLASS_HDRS)
25
014e1e83 26# The LinkDef file required by the ROOT dictionary generation can be
27# generated automatically. For the all header files specified in
28# CLASS_HDRS an entry will be generated
29# pragma link C++ class <class-name>+;
30#
31# If the default behavior is not enough, you can provide a custom
32# *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
33# enable automatic generation.
4634c1e4 34MODULE_DHDR:=
0f51f5b8 35
95316e9f 36EINCLUDE := HLT/BASE HLT/BASE/util HLT/TRD TRD STEER RAW
0f51f5b8 37
abd75f15 38LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB -lTRDrec -lTRDbase \
39 -lSTEER -lSTEERBase -lRAWDatarec
40
0f51f5b8 41###############################################################################
42#
43# do not change anything below this line
44#
abd75f15 45include $(MODDIR)/hlt.conf
46
0af7cb2e 47SRCS:=$(patsubst %,TRD/%,$(MODULE_SRCS))
48CINTHDRS:=$(patsubst %,TRD/%,$(CLASS_HDRS))
49HDRS:=$(patsubst %,TRD/%,$(MODULE_HDRS))
014e1e83 50DHDR:=$(patsubst %,TRD/%,$(MODULE_DHDR))
51CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
72ae28cd 52
abd75f15 53EDEFINE := ${HLTDEFS}
54PACKCXXFLAGS := ${HLTCXXFLAGS}
55PACKCFLAGS := ${HLTCLFAGS}
56PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
57PACKSOFLAGS := $(HLTSOFLAGS)