]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/libACORDEbase.pkg
A new method DrawPMDModule is added
[u/mrichter/AliRoot.git] / ACORDE / libACORDEbase.pkg
CommitLineData
bc7c004c 1#-*-Mode: Makefile-*-
2
3SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx \
43e548b4 4 AliGenACORDE.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx
5
8b168972 6HDRS:= $(SRCS:.cxx=.h)
43e548b4 7
8b168972 8DHDR:=ACORDEbaseLinkDef.h
43208e3d 9
95e83869 10EINCLUDE := RAW
11
bc7c004c 12ifeq (win32gcc,$(ALICE_TARGET))
13PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
43e548b4 14 -lSTEER -lCDB -lSTEERBase -lRAWDatarec -lRAWDatabase \
bc7c004c 15# -L$(shell root-config --libdir) -lGeom
16endif