]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/Makefile.am
5fb0a7e5ac3b696dab89e654077c8d89734b59e3
[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 SUBDIRS                 = BASE \
14                           $(SAMPLE_DIR) \
15                           $(TPC_DIR) \
16                           doc
17
18 DIST_SUBDIRS            = $(SUBDIRS)
19
20 #
21 # EOF
22 #