]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDsim.pkg
- Put the code to fill ESD with trigger data back in the correct framework:
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
54e415a8 5SRCS = AliFMD.cxx \
6 AliFMDv0.cxx \
7 AliFMDv1.cxx \
02a27b50 8 AliFMDPoints.cxx \
54e415a8 9 AliFMDHit.cxx \
02a27b50 10 AliFMDBaseDigitizer.cxx \
54e415a8 11 AliFMDDigitizer.cxx \
02a27b50 12 AliFMDSDigitizer.cxx \
54e415a8 13 AliFMDEdepMap.cxx \
14 AliFMDRawWriter.cxx \
c9dd1c4d 15 AliFMDQADataMakerSim.cxx
bf000c32 16
02a27b50 17HDRS = $(SRCS:.cxx=.h) AliFMDEdepHitPair.h
4347b38f 18DHDR := FMDsimLinkDef.h
89038aed 19EINCLUDE := RAW
44cc5e44 20
35528b28 21ifeq (win32gcc,$(ALICE_TARGET))
22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23 -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
24 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
25 -L$(shell root-config --libdir) -lVMC -lEG -lGeom
26endif
27
4347b38f 28#
29# EOF
89038aed 30#