#-*- Mode: Makefile -*- SRCS = AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx \ AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx \ AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx \ AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx \ AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx \ AliPreprocessor.cxx AliShuttleInterface.cxx \ AliGRPDCS.cxx HDRS:= $(SRCS:.cxx=.h) DHDR= CDBLinkDef.h EXPORT:= AliCDBEntry.h AliCDBId.h AliCDBMetaData.h \ AliCDBPath.h AliCDBRunRange.h AliCDBManager.h \ AliCDBStorage.h AliCDBLocal.h AliCDBDump.h AliCDBGrid.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