~maddevelopers/mg5amcnlo/WWW_tg

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_970226/PROC_970226/Source/CERNLIB/makefile

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../make_opts
 
2
 
 
3
LIBRARY = libcernlib.$(libext)
 
4
LIBDIR  = ../../lib/
 
5
SOURCES = abend.o dlsqp2.o lenocc.o mtlprt.o mtlset.o radmul.o
 
6
 
 
7
all: $(LIBDIR)$(LIBRARY)
 
8
 
 
9
$(LIBDIR)$(LIBRARY): $(SOURCES)
 
10
        $(call CREATELIB, $@, $^)
 
11
 
 
12
clean:
 
13
        $(RM) *.o $(LIBDIR)$(LIBRARY)