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