]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/libACORDEbase.pkg
Implementation of the ACORDE reconstructor and ACORDE ESD object. The ACORDE digits...
[u/mrichter/AliRoot.git] / ACORDE / libACORDEbase.pkg
1 #-*-Mode: Makefile-*-
2
3 SRCS = AliACORDEConstants.cxx AliACORDECalibData.cxx \
4        AliGenACORDE.cxx  AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx
5                                                                                           
6 HDRS:= $(SRCS:.cxx=.h)
7                                                                                           
8 DHDR:=ACORDEbaseLinkDef.h
9
10 ifeq (win32gcc,$(ALICE_TARGET))
11 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
12                          -lSTEER -lCDB -lSTEERBase \
13 #                         -L$(shell root-config --libdir) -lGeom
14 endif