]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/libpythia6.4.21.pkg
ClassDef set to 1
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.4.21.pkg
CommitLineData
02626a96 1#-*- Mode: Makefile -*-
2SRCS= pythia6.4.21/AliPythia64Rndm.cxx
3HDRS= $(SRCS:.cxx=.h)
4
5DHDR:=pythia6.4.21/pythia64LinkDef.h
6
7EXPORT:=
8
9CSRCS:= \
10pythia6.4.21/main.c pythia6.4.21/pythia6_common_address.c
11
12
13FSRCS:= \
14pythia6.4.21/pythia6_common_block_address.F \
15pythia6.4.21/tpythia6_called_from_cc.F\
16pythia6.4.21/pythia-6.4.21.f \
17pythia6.4.21/pydummy.f \
18pythia6.4.21/pdf_alice.F
19
20ifeq (win32gcc,$(ALICE_TARGET))
21PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22 -lmicrocern -llhapdf
23endif