]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libpythia6.pkg
Shadowing of variables corrected.
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=AliPythiaRndm.cxx
4
5 HDRS= $(SRCS:.cxx=.h) 
6
7 DHDR:=pythia6LinkDef.h
8
9 EXPORT:=
10
11 CSRCS:= \
12 main.c pythia6_common_address.c 
13
14
15 FSRCS:= \
16 pythia6214.f \
17 pdf_alice.F\
18 pythia6_common_block_address.F \
19 tpythia6_called_from_cc.F\
20 openDecayTable.F\
21 pyquen1_3.F
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25                          -lmicrocern -llhapdf
26 endif