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