]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FASTSIM/libFASTSIM.pkg
Typo fixed. Cut changed in ESD QA (A. Dainese)
[u/mrichter/AliRoot.git] / FASTSIM / libFASTSIM.pkg
CommitLineData
e7973ef6 1#-*- Mode: Makefile -*-
2
8bb5c9a6 3SRCS = \
4AliFastDetector.cxx \
5AliFastResponse.cxx \
6AliFastParticle.cxx \
1283697d 7AliFastEvent.cxx \
8AliFastMuonTrackingAcc.cxx \
9AliFastMuonTrackingEff.cxx \
10AliFastMuonTrackingRes.cxx \
11AliFastMuonTriggerEff.cxx \
12AliMUONFastTracking.cxx \
cb0c6726 13AliMUONFastTrackingEntry.cxx \
f2c1e629 14AliFastGlauber.cxx \
15AliQuenchingWeights.cxx
1283697d 16
8bb5c9a6 17
18HDRS:= $(SRCS:.cxx=.h)
19
20DHDR= FASTSIMLinkDef.h
e7973ef6 21
22ifeq (win32gcc,$(ALICE_TARGET))
23PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lEG
24endif