~maddevelopers/mg5amcnlo/3.0.2-alpha0

« back to all changes in this revision

Viewing changes to Template/SubProcesses/makefile_sa

Added Template and HELAS into bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
F77   = f77
 
2
FFLAGS= -O -ffixed-line-length-132
 
3
LIBDIR = ../../lib/
 
4
PROG   = check
 
5
LINKLIBS =  -L../../lib/ -ldhelas3 -lmodel 
 
6
LIBS = $(LIBDIR)libdhelas3.a $(LIBDIR)libmodel.a 
 
7
PROCESS=  check_sa.o matrix.o
 
8
 
 
9
%.o : %.f
 
10
        $(F77) $(FFLAGS) -c $<
 
11
 
 
12
$(PROG): $(PROCESS)  makefile $(LIBS)
 
13
        $(F77) $(FFLAGS) -o $(PROG) $(PROCESS) $(LINKLIBS)
 
14
 
 
15
driver.f: nexternal.inc pmass.inc ngraphs.inc coupl.inc
 
 
b'\\ No newline at end of file'