]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTTRD.pkg
Adding a plugin handler for TVirtualStreamerInfo ni case of missing /home/cheshkov...
[u/mrichter/AliRoot.git] / HLT / libAliHLTTRD.pkg
CommitLineData
0f51f5b8 1#-*- Mode: Makefile -*-
2# $Id:
3
4include $(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
12MODULE_SRCS=
13
14# class header files, the link definition for the root dictionary
15# will be created from the names of the header files
16CLASS_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
23MODULE_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.
33DHDR:= TRD/AliHLTTRDLinkDef.h
34CINTAUTOLINK:=
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).
39EDEFINE := ${HLTDEFS}
40PACKCXXFLAGS := ${HLTCXXFLAGS}
41PACKCFLAGS := ${HLTCLFAGS}
42PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
43
44EINCLUDE := HLT/BASE HLT/TRD TRD
45
46###############################################################################
47#
48# do not change anything below this line
49#
50SRCS:=$(patsubst %,SampleLib/%,$(MODULE_SRCS))
51CINTHDRS:=$(patsubst %,SampleLib/%,$(CLASS_HDRS))
52HDRS:=$(patsubst %,SampleLib/%,$(MODULE_HDRS))