]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/libACORDEbase.pkg
Some cleanup in the makefiles
[u/mrichter/AliRoot.git] / ACORDE / libACORDEbase.pkg
index 6d2e6523c614c97d215bbad9b6ade2b7a02dd856..b52486047545a80221d0dd163168bedf914e33e4 100644 (file)
@@ -1,7 +1,16 @@
-SRCS = AliACORDE.cxx AliACORDEConstants.cxx AliACORDECalibData.cxx \
-       AliGenACORDE.cxx  AliACORDELoader.cxx
-                                                                                          
+#-*-Mode: Makefile-*-
+
+SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx \
+       AliGenACORDE.cxx AliACORDEQAChecker.cxx  AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx 
+
 HDRS:= $(SRCS:.cxx=.h)
-                                                                                          
+
 DHDR:=ACORDEbaseLinkDef.h
 
+EINCLUDE := RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lCDB -lSTEERBase  -lRAWDatarec  -lRAWDatabase \
+#                         -L$(ROOTLIBDIR) -lGeom 
+endif