]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/libCDB.pkg
Added methods for finding a given module in the DDL map (F. Prino)
[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
11 HDRS:= $(SRCS:.cxx=.h)
12
13 DHDR= CDBLinkDef.h
14
15 EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \
16 AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \
17 AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \
18 AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \
19 AliDCSGenDB.h AliSplineFit.h TTreeStream.h \
20 AliPreprocessor.h  AliShuttleInterface.h \
21 AliGRPDCS.h
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit
25 endif