]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FASTSIM/libFASTSIM.pkg
Registration of screenshots into amore.
[u/mrichter/AliRoot.git] / FASTSIM / libFASTSIM.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS          =   \
4 AliFastDetector.cxx \
5 AliFastResponse.cxx \
6 AliFastParticle.cxx \
7 AliFastEvent.cxx \
8 AliFastMuonTrackingAcc.cxx \
9 AliFastMuonTrackingEff.cxx \
10 AliFastMuonTrackingRes.cxx \
11 AliFastMuonTriggerEff.cxx \
12 AliMUONFastTracking.cxx \
13 AliMUONFastTrackingEntry.cxx \
14 AliFastGlauber.cxx \
15 AliQuenchingWeights.cxx
16
17
18 HDRS:= $(SRCS:.cxx=.h) 
19
20 DHDR= FASTSIMLinkDef.h
21
22 ifeq (win32gcc,$(ALICE_TARGET))
23 PACKSOFLAGS:= $(SOFLAGS) -L$(ROOTLIBDIR) -lEG
24 endif