]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/libCDB.pkg
Fix for the loophole in the magnets currents check: the L3Off/DipON was passing the...
[u/mrichter/AliRoot.git] / STEER / libCDB.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS          = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \
4 AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \
5 AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \
6 AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \
7 AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \
8 AliPreprocessor.cxx AliShuttleInterface.cxx \
9 AliGRPDCS.cxx \
10 AliCDBHandler.cxx
11
12 HDRS:= $(SRCS:.cxx=.h)
13
14 DHDR= CDBLinkDef.h
15
16 EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
17 AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
18 AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
19 AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
20 AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
21 AliPreprocessor.h  AliShuttleInterface.h \
22 AliGRPDCS.h \
23 AliCDBHandler.h
24
25 ifeq (win32gcc,$(ALICE_TARGET))
26 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
27 endif