X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FlibCDB.pkg;h=80990a11cc5ed2f493b59c1ec464065ceca49fe5;hb=57e8b77bfb31d2b97e1ee52df6f3c1a66cc4a2dc;hp=df4d669d6c361f0d2c94ff3af978e3f948ad6b8c;hpb=574593065679acf55a498b1e3c371966a8e9df6b;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/libCDB.pkg b/STEER/libCDB.pkg index df4d669d6c3..80990a11cc5 100644 --- a/STEER/libCDB.pkg +++ b/STEER/libCDB.pkg @@ -1,9 +1,12 @@ +#-*- Mode: Makefile -*- + SRCS = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \ AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \ AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \ -AliSimpleValue.cxx AliDCSValue.cxx \ -AliPreprocessor.cxx AliDefaultPreprocessor.cxx \ -AliShuttleInterface.cxx +AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \ +AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \ +AliPreprocessor.cxx AliShuttleInterface.cxx \ +AliGRPDCS.cxx HDRS:= $(SRCS:.cxx=.h) @@ -12,7 +15,11 @@ DHDR= CDBLinkDef.h EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \ AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \ AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.h \ -AliSimpleValue.h AliDCSValue.h \ -AliPreprocessor.h AliDefaultPreprocessor.h \ -AliShuttleInterface.h +AliDCSValue.h AliDCSSensor.h AliDCSSensorArray.h \ +AliDCSGenDB.h AliSplineFit.h TTreeStream.h \ +AliPreprocessor.h AliShuttleInterface.h \ +AliGRPDCS.h +ifeq (win32gcc,$(ALICE_TARGET)) +PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase -lMinuit +endif