~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/NLO/Source/PDF/makefile

  • Committer: Marco Zaro
  • Date: 2012-08-28 21:06:34 UTC
  • mto: (78.35.14 AutoMint)
  • mto: This revision was merged to the branch mainline in revision 249.
  • Revision ID: marco.zaro@gmail.com-20120828210634-5a06yvda3hplw8ur
doing some renaming:
 Template/FKS-born -> Template/NLO
 fks_born.py -> fks_base.py
 fks_born_helas_objects.py -> fks_helas_objects.py
 export_fks_born.py -> export_fks.py

also functions/classes and tests renamed
all unit tests ok, exporting ok

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ----------------------------------------------------------------------------
 
2
#
 
3
# Makefile for PDF library
 
4
# Apr. 25 2003
 
5
#
 
6
# ----------------------------------------------------------------------------
 
7
 
 
8
LIBRARY       = libpdf.$(libext)
 
9
LIBDIR        = ../../lib/
 
10
 
 
11
include ../make_opts
 
12
 
 
13
ifdef lhapdf
 
14
  PDF         = pdfwrap_lhapdf.o pdf_lhapdf.o pdg2pdf_lhapdf.o opendata.o
 
15
else
 
16
  PDF         = Ctq4Fn.o Ctq5Par.o Ctq5Pdf.o Partonx5.o Ctq6Pdf.o cteq3.o \
 
17
                mrs98.o mrs98lo.o mrs98ht.o mrs99.o mrst2001.o mrst2002.o jeppe02.o \
 
18
                pdfwrap.o opendata.o pdf.o PhotonFlux.o pdg2pdf.o
 
19
endif
 
20
 
 
21
all: $(LIBDIR)$(LIBRARY)
 
22
 
 
23
$(LIBDIR)$(LIBRARY): $(PDF)
 
24
        $(call CREATELIB, $@, $^)
 
25
 
 
26
clean:
 
27
        $(RM) *.o $(LIBDIR)$(LIBRARY)