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