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