]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/libACORDEbase.pkg
Only one Check method needs to be implemented by detectors that will be valid fo...
[u/mrichter/AliRoot.git] / ACORDE / libACORDEbase.pkg
1 #-*-Mode: Makefile-*-
2
3 SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx \
4        AliGenACORDE.cxx AliACORDEQAChecker.cxx  AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx 
5
6 HDRS:= $(SRCS:.cxx=.h)
7
8 DHDR:=ACORDEbaseLinkDef.h
9
10 EINCLUDE := RAW
11
12 ifeq (win32gcc,$(ALICE_TARGET))
13 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
14                          -lSTEER -lCDB -lSTEERBase  -lRAWDatarec  -lRAWDatabase \
15 #                         -L$(shell root-config --libdir) -lGeom 
16 endif