]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDrec.pkg
disable doxygen latex output
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
56b1929b 5SRCS = AliFMDReconstructor.cxx \
6 AliFMDRawStream.cxx \
7 AliFMDRawReader.cxx \
c9dd1c4d 8 AliFMDRecPoint.cxx \
9 AliFMDQADataMakerRec.cxx
10
4347b38f 11HDRS = $(SRCS:.cxx=.h)
12DHDR := FMDrecLinkDef.h
89038aed 13EINCLUDE := RAW
8f6ee336 14
35528b28 15ifeq (win32gcc,$(ALICE_TARGET))
16PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
17 -lFMDbase -lSTEER -lESD -lSTEERBase \
18 -lRAWDatarec
19endif
20
4347b38f 21#
22# EOF
23#