]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/Makefile.am
Cleaned-up version of AliTRDCalibra
[u/mrichter/AliRoot.git] / HLT / Makefile.am
CommitLineData
b521659f 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
13SUBDIRS = BASE \
14 $(SAMPLE_DIR) \
15 $(TPC_DIR) \
b521659f 16 doc
17
18DIST_SUBDIRS = $(SUBDIRS)
19
20#
21# EOF
22#