]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/libpythia6.pkg
Merging THbtp and HBTP in one library. Comiplation on Windows/Cygwin
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
CommitLineData
690f96cc 1#-*- Mode: Makefile -*-
2
7cdba479 3SRCS:=AliPythiaRndm.cxx
4
5HDRS= $(SRCS:.cxx=.h)
6
7DHDR:=pythia6LinkDef.h
8
9EXPORT:=
10
efaab2ef 11CSRCS:= \
d810adb8 12main.c pythia6_common_address.c
efaab2ef 13
12cb0bc0 14
efaab2ef 15FSRCS:= \
a6001825 16pythia6214.f \
efaab2ef 17pdf_alice.F\
d810adb8 18pythia6_common_block_address.F \
119b1766 19tpythia6_called_from_cc.F\
992f2843 20openDecayTable.F\
81935ff8 21pyquen1_3.F
efaab2ef 22
690f96cc 23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25 -lmicrocern -llhapdf
26endif