+# -*- Mode: Makefile -*-
#$Id$
-###############################
-# Makefile for HLT code. #
-# #
-# Author: Anders Vestbo, #
-# Constantin Loizides #
-###############################
+#########################################################
+# Makefile for HLT code used as modules to ALIROOT #
+# (not to confuse with top makefile in $ALICE_ROOT) #
+# Author: Anders Vestbo, #
+# Constantin Loizides #
+#########################################################
LIBS = src hough comp misc
MAKEDIRS = $(LIBS) programs
+# -*- Mode: Makefile -*-
#$Id$
################################
# Makefile.conf for HLT code. #
+# -*- Mode: Makefile -*-
#$Id$
################################
# Makefile.rules for HLT code. #
AliL3Compress.cxx AliL3DataCompressor.cxx AliL3CompressAC.cxx
ifneq ($(ARCH),macosx)
+## for macosx put into src as symbolic link
SRCS += AliL3DataCompressorHelper.cxx AliL3ModelTrack.cxx
endif
AliL3Histogram.cxx AliL3Histogram1D.cxx AliL3HoughMaxFinder.cxx AliL3Hough.cxx \
AliL3HoughTransformerLUT.cxx AliL3HoughTransformerRow.cxx AliL3HistogramAdaptive.cxx
-ifeq ($(ARCH),macosx)
-## AliL3HoughTrack put into src as symbolic link
+ifneq ($(ARCH),macosx)
+## for macosx put into src as symbolic link
SRCS += AliL3HoughTrack.cxx
endif
ifeq ($(ALIHLT_USEPACKAGE),ROOT)
-SRCS += AliL3HoughDisplay.cxx AliL3HoughTest.cxx AliL3HoughTransformerNew.cxx
+SRCS += AliL3HoughDisplay.cxx AliL3HoughTest.cxx AliL3HoughTransformerNew.cxx AliL3HoughTransformerGlobal.cxx
HDRS = $(SRCS:.cxx=.h) $(MODNAME)LinkDef.h
OBJS = $(patsubst %.cxx,$(OBJDIR)/%.o,$(SRCS)) $(DICTO)
endif
AliL3DDLRawReaderFile.cxx AliL3DDLTPCRawStream.cxx
ifneq ($(ARCH),macosx)
+## for macosx put into src as symbolic link
SRCS += AliL3DDLDataFileHandler.cxx AliL3DataHandler.cxx
endif