]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - STEER/libCDB.pkg
Replace QADataMakerSteer by QAManager deriving from CDBManager
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
4AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
5AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
6AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
7AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
8AliPreprocessor.cxx AliShuttleInterface.cxx \
9AliGRPDCS.cxx
10
11HDRS:= $(SRCS:.cxx=.h)
12
13DHDR= CDBLinkDef.h
14
15EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
16AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
17AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
18AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
19AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
20AliPreprocessor.h AliShuttleInterface.h \
21AliGRPDCS.h
22
23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
25endif