]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/libACORDEsim.pkg
Using EMCAL_COMPLETE by default (Jennifer)
[u/mrichter/AliRoot.git] / ACORDE / libACORDEsim.pkg
1 #-*-Mode: Makefile-*-
2
3 SRCS = AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx \
4        AliACORDEDigitizer.cxx AliACORDETrigger.cxx \
5        AliACORDERawData.cxx 
6
7
8 HDRS:= $(SRCS:.cxx=.h)
9
10
11 DHDR:=ACORDEsimLinkDef.h
12
13 ifeq (win32gcc,$(ALICE_TARGET))
14 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
15                          -lACORDEbase -lSTEER -lCDB -lSTEERBase \
16                          -lRAWDatabase \
17                          -L$(shell root-config --libdir) -lVMC -lGeom
18 endif