~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/Source/makefile

  • Committer: Johan Alwall
  • Date: 2011-07-10 22:43:49 UTC
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: johan@alwall.net-20110710224349-u16q031bne9pll98
Changed name of the libdhelas3 library to libdhelas, to allow for DECAY in gridpacks with UFO models

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
# Compile commands
27
27
 
28
 
all: $(LIBRARIES) $(LIBDIR)libdhelas3.$(libext) $(LIBDIR)libpdf.$(libext) $(LIBDIR)libmodel.$(libext) $(LIBDIR)libcernlib.$(libext)
 
28
all: $(LIBRARIES) $(LIBDIR)libdhelas.$(libext) $(LIBDIR)libpdf.$(libext) $(LIBDIR)libmodel.$(libext) $(LIBDIR)libcernlib.$(libext)
29
29
 
30
30
# Libraries
31
31
 
33
33
        $(call CREATELIB, $@, $^)
34
34
$(LIBDIR)libgeneric.$(libext): $(GENERIC)
35
35
        $(call CREATELIB, $@, $^)
36
 
$(LIBDIR)libdhelas3.$(libext): DHELAS
 
36
$(LIBDIR)libdhelas.$(libext): DHELAS
37
37
        cd DHELAS; make
38
38
$(LIBDIR)libpdf.$(libext): PDF
39
39
        cd PDF; make