]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/libACORDEbase.pkg
Removing extra line, adding EINCLUDE
[u/mrichter/AliRoot.git] / ACORDE / libACORDEbase.pkg
index 313cca05cf31b828c644e921bbc3bd5753c49380..4ab5df519ad6abe63aa0f220c33819d1cfeb190a 100644 (file)
@@ -1,6 +1,16 @@
-SRCS = AliACORDE.cxx AliACORDEConstants.cxx AliACORDEModule.cxx \
-       AliGenACORDE.cxx AliACORDEhit.cxx AliACORDEdigit.cxx
-                                                                                          
+#-*-Mode: Makefile-*-
+
+SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx \
+       AliGenACORDE.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$(shell root-config --libdir) -lGeom
+endif