~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/SubProcesses/makefile_sa

  • 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:
2
2
 
3
3
LIBDIR = ../../lib/
4
4
PROG   = check
5
 
LINKLIBS =  -L../../lib/ -ldhelas3 -lmodel 
6
 
LIBS = $(LIBDIR)libdhelas3.a $(LIBDIR)libmodel.a 
 
5
LINKLIBS =  -L../../lib/ -ldhelas -lmodel 
 
6
LIBS = $(LIBDIR)libdhelas.$(libext) $(LIBDIR)libmodel.$(libext)
7
7
PROCESS=  check_sa.o matrix.o
8
8
 
9
9
$(PROG): $(PROCESS)  makefile $(LIBS)