# $Id$ # Makefile template for the Alice HLT framework and components if EN_HLT_SAMPLE SAMPLE_DIR=SampleLib endif if EN_HLT_TPC TPC_DIR=TPCLib endif SUBDIRS = BASE \ $(SAMPLE_DIR) \ $(TPC_DIR) \ src \ doc DIST_SUBDIRS = $(SUBDIRS) # # EOF #