]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/libCDB.pkg
use Terminate function for producing summary plots (Markus)
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
CommitLineData
c06e3f1b 1#-*- Mode: Makefile -*-
2
57459306 3SRCS = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
4AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
5AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
4a840bc6 6AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
15ce93d9 7AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
dce391e4 8AliPreprocessor.cxx AliShuttleInterface.cxx \
7de84b33 9AliGRPDCS.cxx \
11a2ac51 10AliCDBHandler.cxx \
11AliBaseCalibViewer.cxx AliBaseCalibViewerGUI.cxx AliCalibViewerGUItime.cxx
57459306 12
13HDRS:= $(SRCS:.cxx=.h)
14
15DHDR= CDBLinkDef.h
16
17EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
18AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
19AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
4a840bc6 20AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
15ce93d9 21AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
dce391e4 22AliPreprocessor.h AliShuttleInterface.h \
7de84b33 23AliGRPDCS.h \
11a2ac51 24AliCDBHandler.h \
25AliBaseCalibViewer.h AliBaseCalibViewerGUI.h AliCalibViewerGUItime.h
57459306 26
c06e3f1b 27ifeq (win32gcc,$(ALICE_TARGET))
28PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
29endif