]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TRD/Makefile.am
fixes in build system
[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                                   AliTRDtriggerHLT.cxx \
23                                   AliHLTTRDDefinitions.cxx \
24                                   AliHLTTRDClusterizerComponent.cxx \
25                                   AliHLTTRDTrackerComponent.cxx \
26                                   AliHLTTRDCalibrationComponent.cxx \
27                                   AliHLTTRDCalibra.cxx \
28                                   AliTRDtrackerHLT.cxx
29
30 # class header files, the link definition for the root dictionary
31 # will be created from the names of the header files
32 CLASS_HDRS                      = AliTRDclusterizerV1HLT.h \
33                                   AliTRDtriggerHLT.h \
34                                   AliHLTTRDDefinitions.h \
35                                   AliHLTTRDClusterizerComponent.h \
36                                   AliHLTTRDTrackerComponent.h \
37                                   AliHLTTRDCalibrationComponent.h \
38                                   AliHLTTRDCalibra.h \
39                                   AliTRDtrackerHLT.h
40
41 pkginclude_HEADERS              = $(CLASS_HDRS) 
42
43 # version info for the library
44 libAliHLTTRD_la_LDFLAGS         = -L@ROOTLIBDIR@ \
45                                   @ROOTLIBS@ \
46                                   @ALIROOT_LDFLAGS@ \
47                                   @ALIROOT_LIBS@ \
48                                   -version-info 1:0:0
49
50 # set the file name for the generated root dictionary
51 DICTCPP                         =  AliHLTTRD-DICT.cxx
52 nodist_libAliHLTTRD_la_SOURCES  =  $(DICTCPP)
53
54 #BUILT_SOURCES                  = $(TRD_MAPPING_INC)
55 #CLEANFILES                     = $(BUILT_SOURCES)
56 CLEANFILES                      = 
57 include $(top_srcdir)/make.dict
58
59 SUBDIRS                         = . #OnlineDisplay
60
61 #$(TRD_MAPPING_INC): $(TRD_MAPPING_NOINST_PGM)
62 #       ./$<