]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTTRD.pkg
Corrections for the TGeo interface. (A. Gheata)
[u/mrichter/AliRoot.git] / HLT / libAliHLTTRD.pkg
1 #-*- Mode: Makefile -*-
2 # $Id: 
3
4 include $(MODDIR)/hlt.conf
5
6 # This files defines the source and header files for the
7 # libAliHLTSample library and additional flags for the compilation
8 # and linking process. For further information refer to the 
9 # README.
10
11 # library sources
12 MODULE_SRCS=    
13
14 # class header files, the link definition for the root dictionary
15 # will be created from the names of the header files
16 CLASS_HDRS:=    
17
18 # library headers
19 # in most cases you might have already added all the header files to
20 # the CLASS_HDRS variable. So we just use the content of this. You
21 # can simply add more header files which don't contain classes with
22 # ROOT dictionary support
23 MODULE_HDRS:=   $(CLASS_HDRS)
24
25 # The autotools-based stand-alone built system creates  the LinkDef
26 # file required by the ROOT dictionary generation for the all header
27 # files specified in CLASS_HDRS.  
28 # When creating a ROOT dictionary in AliRoot you must eventually
29 # provide a *LinkDef.h file which tells rootcint what to do with the
30 # classes. The *LinkDef.h must be added to DHDR in that case.
31 # There might be an extension also in ALIROOT which allows to 
32 # generate the LinkDef automatically.
33 DHDR:=          TRD/AliHLTTRDLinkDef.h          
34 CINTAUTOLINK:=
35
36 # extra defines and flags for the AliRoot build system. NOTE: include
37 # directories and linking flags/options must be specified in 
38 # Makefile.am (stand-alone build system) and here (AliRoot).
39 EDEFINE      := ${HLTDEFS}
40 PACKCXXFLAGS := ${HLTCXXFLAGS}
41 PACKCFLAGS   := ${HLTCLFAGS}
42 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
43
44 EINCLUDE := HLT/BASE HLT/TRD TRD
45
46 ###############################################################################
47 #
48 # do not change anything below this line
49 #
50 SRCS:=$(patsubst %,SampleLib/%,$(MODULE_SRCS))
51 CINTHDRS:=$(patsubst %,SampleLib/%,$(CLASS_HDRS))
52 HDRS:=$(patsubst %,SampleLib/%,$(MODULE_HDRS))