]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - STEER/libCDB.pkg
mark as stopped TRD tracks which failed propagation to TOF
[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 \
10AliCDBHandler.cxx
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 \
19AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
20AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
21AliPreprocessor.h AliShuttleInterface.h \
22AliGRPDCS.h \
23AliCDBHandler.h
24
25ifeq (win32gcc,$(ALICE_TARGET))
26PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
27endif