]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/Makefile
Moved to the latest version of the HLT code in Bergen.
[u/mrichter/AliRoot.git] / HLT / misc / Makefile
index 68364a4be5a928a3a60b0428e5f63a949fc23dd9..c42b254cb354081b29b6729400fe8f38bd7adb4e 100644 (file)
@@ -14,9 +14,13 @@ endif
 
 include $(ALIHLT_TOPDIR)/Makefile.conf
 
-SRCS   = AliL3TransBit.cxx AliL3AltroMemHandler.cxx AliL3DataHandler.cxx \
+SRCS   = AliL3TransBit.cxx AliL3AltroMemHandler.cxx \
           AliL3VHDLClusterFinder.cxx AliL3TPCMapping.cxx \
           AliL3FFloat.cxx AliL3Stopwatch.cxx AliL3DDLRawReader.cxx \
-          AliL3DDLRawReaderFile.cxx AliL3DDLTPCRawStream.cxx AliL3DDLDataFileHandler.cxx
+          AliL3DDLRawReaderFile.cxx AliL3DDLTPCRawStream.cxx 
+
+ifneq ($(ARCH),Darwin)
+SRCS   += AliL3DDLDataFileHandler.cxx AliL3DataHandler.cxx 
+endif
 
 include $(ALIHLT_TOPDIR)/Makefile.rules