]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - ACORDE/libACORDErec.pkg
Changes in the ACORDE libraries to compile on Windows/Cygwin
[u/mrichter/AliRoot.git] / ACORDE / libACORDErec.pkg
... / ...
CommitLineData
1#-*-Mode: Makefile-*-
2
3SRCS = \
4 AliACORDEReconstructor.cxx
5
6HDRS:= $(SRCS:.cxx=.h)
7
8DHDR:=ACORDErecLinkDef.h
9
10EINCLUDE := RAW
11
12ifeq (win32gcc,$(ALICE_TARGET))
13PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
14 -lACORDEbase -lSTEERBase -lESD -lSTEER
15endif