]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/libCDB.pkg
Typo fixed, and removing unused variable.
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
index 657ca85d60bf2863742eee582df4ad94c758145d..13741622d6e5edeb5df6265679b1b0ef4443126d 100644 (file)
@@ -1,8 +1,14 @@
+#-*- Mode: Makefile -*-
+
 SRCS          = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
 AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
 AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
-AliDCSValue.cxx AliPreprocessor.cxx AliShuttleInterface.cxx \
-AliGRPPreprocessor.cxx AliGRPDCS.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx
+AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
+AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
+AliPreprocessor.cxx AliShuttleInterface.cxx \
+AliGRPDCS.cxx \
+AliCDBHandler.cxx \
+AliBaseCalibViewer.cxx AliBaseCalibViewerGUI.cxx AliCalibViewerGUItime.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -11,7 +17,13 @@ DHDR= CDBLinkDef.h
 EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
 AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
 AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
-AliDCSValue.h AliPreprocessor.h  AliShuttleInterface.h \
-AliGRPPreprocessor.h AliGRPDCS.h \
-AliDCSSensorArray.h  AliDCSSensor.h
+AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
+AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
+AliPreprocessor.h  AliShuttleInterface.h \
+AliGRPDCS.h \
+AliCDBHandler.h \
+AliBaseCalibViewer.h AliBaseCalibViewerGUI.h AliCalibViewerGUItime.h
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
+endif