~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to MadSpin/src/makefile_decay

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../../Source/make_opts
 
2
 
 
3
LIBDIR = ../../lib/
 
4
PROG   = check
 
5
INIT   = init
 
6
LINKLIBS =  -L../../lib/ -ldhelas -lmodel 
 
7
LIBS = $(LIBDIR)libdhelas.$(libext) $(LIBDIR)libmodel.$(libext)
 
8
PROCESS=  check_sa.o matrix.o
 
9
 
 
10
 
 
11
$(PROG): $(PROCESS)  makefile $(LIBS)
 
12
        $(FC) $(FFLAGS) -o $(PROG) $(PROCESS) $(LINKLIBS)
 
13
 
 
14
$(INIT): initialize.o makefile $(LIBS) 
 
15
        $(FC) $(FFLAGS) -o $(INIT) initialize.o $(LINKLIBS)
 
16
 
 
17
driver.f: nexternal.inc pmass.inc ngraphs.inc coupl.inc
 
18
 
 
19
clean:
 
20
        $(RM) *.o