]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/Makefile.am
3fa827976012a84e7fff5efe39d7b1f72630a471
[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                           src \
17                           doc
18
19 DIST_SUBDIRS            = $(SUBDIRS)
20
21 #
22 # EOF
23 #