]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TTherminator/libTTherminator.pkg
Rename AliTRDrawStream to AliTRDrawStreamOld
[u/mrichter/AliRoot.git] / TTherminator / libTTherminator.pkg
CommitLineData
a1fa3a77 1#-*- Mode: Makefile -*-
2
2e967919 3SRCS= AliGenTherminator.cxx \
4 TTherminator.cxx \
5 Therminator/DecayChannel.cxx \
6 Therminator/DecayTable.cxx \
7 Therminator/Event.cxx \
8 Therminator/Hypersurface.cxx \
9 Therminator/Integrator.cxx \
10 Therminator/Parser.cxx \
11 Therminator/Particle.cxx \
12 Therminator/ParticleDB.cxx \
13 Therminator/ParticleDecayer.cxx \
14 Therminator/ParticleType.cxx \
15 Therminator/ReadPar.cxx
16
17HDRS= $(SRCS:.cxx=.h) Therminator/THGlobal.h
18
19DHDR:=TTherminatorLinkDef.h
20
21EXPORT:=AliGenTherminator.h TTherminator.h
22
96c0c856 23EINCLUDE:= TTherminator/Therminator TTherminator EVGEN
b10816b5 24
25PACKCXXFLAGS:=$(filter-out -Weffc++,$(CXXFLAGS))
26PACKDCXXFLAGS:=$(filter-out -Weffc++,$(CXXFLAGSNO))
a1fa3a77 27
28ifeq (win32gcc,$(ALICE_TARGET))
29PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
30 -lSTEER -lSTEERBase -lEVGEN \
8b13487a 31 -L$(ROOTLIBDIR) -lEG
a1fa3a77 32endif