]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - HLT/Makefile.am
- implementation dependence on HAVE_TPC_MAPPING fixed, no defines in header file
[u/mrichter/AliRoot.git] / HLT / Makefile.am
... / ...
CommitLineData
1# $Id$
2# Makefile template for the Alice HLT framework and components
3
4
5if EN_HLT_SAMPLE
6SAMPLE_DIR=SampleLib
7endif
8
9if EN_HLT_TPC
10TPC_DIR=TPCLib
11endif
12
13if EN_HLT_PHOS
14PHOS_DIR=PHOS
15endif
16
17SUBDIRS = BASE \
18 $(SAMPLE_DIR) \
19 $(TPC_DIR) \
20 $(PHOS_DIR) \
21 doc
22
23DIST_SUBDIRS = $(SUBDIRS)
24
25#
26# EOF
27#