~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to models/heft_v4/makefile

  • Committer: olivier Mattelaer
  • Date: 2017-12-12 21:11:08 UTC
  • mfrom: (274.1.52 2.6.1)
  • Revision ID: olivier.mattelaer@uclouvain.be-20171212211108-xfh9rt0j9c9m6nxp
pass to 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ----------------------------------------------------------------------------
2
 
#
3
 
# Makefile for MODEL directory
4
 
# Jan 25 2006
5
 
#
6
 
# ----------------------------------------------------------------------------
7
 
 
8
 
include ../make_opts
9
 
 
10
 
LIBDIR        = ../../lib/
11
 
LIBRARY       = libmodel.$(libext)
12
 
MODEL         = couplings.o printout.o
13
 
 
14
 
all: $(LIBDIR)$(LIBRARY)
15
 
 
16
 
$(LIBDIR)$(LIBRARY): $(MODEL)
17
 
        $(call CREATELIB, $@, $^)