]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/libACORDEbase.pkg
doing backward compatibility correctly
[u/mrichter/AliRoot.git] / ACORDE / libACORDEbase.pkg
CommitLineData
bc7c004c 1#-*-Mode: Makefile-*-
2
3SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx \
6072efa5 4 AliGenACORDE.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx
8b168972 5
6HDRS:= $(SRCS:.cxx=.h)
7
8DHDR:=ACORDEbaseLinkDef.h
43208e3d 9
bc7c004c 10ifeq (win32gcc,$(ALICE_TARGET))
11PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
12 -lSTEER -lCDB -lSTEERBase \
13# -L$(shell root-config --libdir) -lGeom
14endif