~mg5core1/mg5amcnlo/2.6.4

« back to all changes in this revision

Viewing changes to MG4_DECAY/makefile

move ./decay to ./mg5decay; resolve unit tests (n.b. __init__ does not check keys of input dictionaries, followed last revision)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
g77   = g77
2
 
FFLAGS= -O -ffixed-line-length-132
3
 
DEC   =  decay_couplings.o decay.o decay_matrix.o decay_mom.o decay_event.o vegas.o decay_printout.o hdecay.o ran1.o rw_events.o open_file.o alfas_functions.o
4
 
.f.o: ;$(g77) $(FFLAGS) -c $*.f
5
 
HELAS = ../HELAS/lib/libdhelas3.a
6
 
 
7
 
all: $(HELAS) $(DEC) 
8
 
        $(g77) $(FFLAGS) -o decay  $(DEC) $(HELAS)
9
 
 
10
 
$(HELAS):
11
 
        cd ../HELAS;make;ranlib lib/libdhelas3.a
 
 
b'\\ No newline at end of file'