]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TRD/Makefile.am
initial HLT-TRD commit
[u/mrichter/AliRoot.git] / HLT / TRD / Makefile.am
CommitLineData
0f51f5b8 1# $Id$
2# Makefile template for the Alice HLT TRD library
3
0f51f5b8 4MODULE = AliHLTTRD
5
0af7cb2e 6AM_CPPFLAGS = @ALIROOT_CPPFLAGS@ \
7 -I$(top_srcdir)/BASE \
8 -I$(ALICE_ROOT)/TRD
0f51f5b8 9
0af7cb2e 10# noinst_PROGRAMS = $(TRD_MAPPING_NOINST_PGM)
11# if USE_TRD_MAPPING
12# mapping2array_SOURCES = $(TRD_MAPPING_NOINST_SRC)
13# endif
0f51f5b8 14
15# library definition
0f51f5b8 16lib_LTLIBRARIES = libAliHLTTRD.la
17
0f51f5b8 18# library sources
0af7cb2e 19libAliHLTTRD_la_SOURCES = AliTRDclusterizerV1HLT.cxx \
20 AliTRDtriggerHLT.cxx \
21 AliHLTTRDDefinitions.cxx \
22 AliHLTTRDClusterizerComponent.cxx \
23 AliHLTTRDTrackerComponent.cxx \
24 AliHLTTRDCalibrationComponent.cxx \
25 AliHLTTRDCalibra.cxx \
26 AliTRDtrackerHLT.cxx
27
28# class header files, the link definition for the root dictionary
29# will be created from the names of the header files
30CLASS_HDRS = AliTRDclusterizerV1HLT.h \
31 AliTRDtriggerHLT.h \
32 AliHLTTRDDefinitions.h \
33 AliHLTTRDClusterizerComponent.h \
34 AliHLTTRDTrackerComponent.h \
35 AliHLTTRDCalibrationComponent.h \
36 AliHLTTRDCalibra.h \
37 AliTRDtrackerHLT.h
38
39pkginclude_HEADERS = $(CLASS_HDRS)
0f51f5b8 40
0af7cb2e 41# version info for the library
0f51f5b8 42libAliHLTTRD_la_LDFLAGS = -L@ROOTLIBDIR@ \
43 @ROOTLIBS@ \
0f51f5b8 44 @ALIROOT_LDFLAGS@ \
45 @ALIROOT_LIBS@ \
0af7cb2e 46 -version-info 1:0:0
0f51f5b8 47
48# set the file name for the generated root dictionary
49DICTCPP = AliHLTTRD-DICT.cxx
50nodist_libAliHLTTRD_la_SOURCES = $(DICTCPP)
51
0af7cb2e 52#BUILT_SOURCES = $(TRD_MAPPING_INC)
53#CLEANFILES = $(BUILT_SOURCES)
54CLEANFILES =
55include $(top_srcdir)/make.dict
0f51f5b8 56
0af7cb2e 57SUBDIRS = . #OnlineDisplay
0f51f5b8 58
0af7cb2e 59#$(TRD_MAPPING_INC): $(TRD_MAPPING_NOINST_PGM)
60# ./$<