]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/libCDB.pkg
Transient pointer of ESDtrack back to the event introduced.
[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 \
10AliCDBHandler.cxx
57459306 11
12HDRS:= $(SRCS:.cxx=.h)
13
14DHDR= CDBLinkDef.h
15
16EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
17AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
18AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
4a840bc6 19AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
15ce93d9 20AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
dce391e4 21AliPreprocessor.h AliShuttleInterface.h \
7de84b33 22AliGRPDCS.h \
23AliCDBHandler.h
57459306 24
c06e3f1b 25ifeq (win32gcc,$(ALICE_TARGET))
26PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
27endif