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