]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/libEvtGen.pkg
correct the ordering of the arguments to be passed to the method to recalculate the...
[u/mrichter/AliRoot.git] / TEvtGen / libEvtGen.pkg
CommitLineData
da0e9ce3 1#-*- Mode: Makefile -*-
2
3SRCS:= EvtGen/EvtGen.cxx EvtGen/EvtCheckDecays.cxx
4
5HDRS:= $(SRCS:.cxx=.hh)
6
7DHDR:=EvtGen/EvtGenLinkDef.h
8
9EXPORT:=
10
11CSRCS:=
12
13
14FSRCS:=
15
16
17ifeq (win32gcc,$(ALICE_TARGET))
18PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19 -lEvtGenBase -lEvtGenModels
20endif