]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TTherminator/libTTherminator.pkg
Do not use special characters in AliWarning
[u/mrichter/AliRoot.git] / TTherminator / libTTherminator.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= 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
17 HDRS= $(SRCS:.cxx=.h) Therminator/THGlobal.h
18
19 DHDR:=TTherminatorLinkDef.h
20
21 EXPORT:=AliGenTherminator.h TTherminator.h
22
23 EINCLUDE:= TTherminator/Therminator TTherminator
24
25 PACKCXXFLAGS:=$(filter-out -Weffc++,$(CXXFLAGS))
26 PACKDCXXFLAGS:=$(filter-out -Weffc++,$(CXXFLAGSNO))
27
28 ifeq (win32gcc,$(ALICE_TARGET))
29 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
30                          -lSTEER -lSTEERBase -lEVGEN \
31                          -L$(shell root-config --libdir) -lEG
32 endif