]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TRD/Makefile.am
b87eefd6177ea04ed7ae754097d2079da6375de8
[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 AM_CPPFLAGS                     = @ALIROOT_CPPFLAGS@         \
7                                   -I$(top_srcdir)/BASE \
8                                   -I$(ALICE_ROOT)/TRD
9
10 # noinst_PROGRAMS                       = $(TRD_MAPPING_NOINST_PGM)
11 # if USE_TRD_MAPPING
12 # mapping2array_SOURCES         = $(TRD_MAPPING_NOINST_SRC)
13 # endif
14
15 # library definition
16 lib_LTLIBRARIES                 =  libAliHLTTRD.la
17
18 # library sources
19 libAliHLTTRD_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
30 CLASS_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
39 pkginclude_HEADERS              = $(CLASS_HDRS) 
40
41 # version info for the library
42 libAliHLTTRD_la_LDFLAGS         = -L@ROOTLIBDIR@ \
43                                   @ROOTLIBS@ \
44                                   @ALIROOT_LDFLAGS@ \
45                                   @ALIROOT_LIBS@ \
46                                   -version-info 1:0:0
47
48 # set the file name for the generated root dictionary
49 DICTCPP                         =  AliHLTTRD-DICT.cxx
50 nodist_libAliHLTTRD_la_SOURCES  =  $(DICTCPP)
51
52 #BUILT_SOURCES                  = $(TRD_MAPPING_INC)
53 #CLEANFILES                     = $(BUILT_SOURCES)
54 CLEANFILES                      = 
55 include $(top_srcdir)/make.dict
56
57 SUBDIRS                         = . #OnlineDisplay
58
59 #$(TRD_MAPPING_INC): $(TRD_MAPPING_NOINST_PGM)
60 #       ./$<