44cc5e44 |
1 | #-*- Mode: Makefile -*- |
4347b38f |
2 | # |
44cc5e44 |
3 | # $Id$ |
4 | |
56b1929b |
5 | SRCS = AliFMDReconstructor.cxx \ |
818fff8d |
6 | AliFMDRecoParam.cxx \ |
56b1929b |
7 | AliFMDRawStream.cxx \ |
8 | AliFMDRawReader.cxx \ |
c9dd1c4d |
9 | AliFMDRecPoint.cxx \ |
3d7ed4ed |
10 | AliFMDQADataMakerRec.cxx \ |
11 | AliFMDOfflineTrigger.cxx |
c9dd1c4d |
12 | |
4347b38f |
13 | HDRS = $(SRCS:.cxx=.h) |
14 | DHDR := FMDrecLinkDef.h |
89038aed |
15 | EINCLUDE := RAW |
8f6ee336 |
16 | |
35528b28 |
17 | ifeq (win32gcc,$(ALICE_TARGET)) |
18 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ |
19 | -lFMDbase -lSTEER -lESD -lSTEERBase \ |
20 | -lRAWDatarec |
21 | endif |
22 | |
4347b38f |
23 | # |
24 | # EOF |
25 | # |