Last change
on this file since 1067 was
1067,
checked in by andreasw, 12 years ago
|
make sure copyright date is up to date
|
File size:
1.5 KB
|
Line | |
---|
1 | # Copyright (C) 2006, 2008 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Common Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 735 2006-06-04 06:10:05Z andreasw $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = get.lapack INSTALL.LAPACK |
---|
10 | |
---|
11 | if SKIPMAKE |
---|
12 | noinst_LTLIBRARIES = |
---|
13 | else |
---|
14 | noinst_LTLIBRARIES = libcoinlapack.la |
---|
15 | endif |
---|
16 | |
---|
17 | LAPACK_FILES = \ |
---|
18 | dgetf2.f \ |
---|
19 | dgetrf.f \ |
---|
20 | dgetrs.f \ |
---|
21 | dlae2.f \ |
---|
22 | dlaev2.f \ |
---|
23 | dlamch.f \ |
---|
24 | dlanst.f \ |
---|
25 | dlansy.f \ |
---|
26 | dlapy2.f \ |
---|
27 | dlarf.f \ |
---|
28 | dlarfb.f \ |
---|
29 | dlarfg.f \ |
---|
30 | dlarft.f \ |
---|
31 | dlartg.f \ |
---|
32 | dlascl.f \ |
---|
33 | dlaset.f \ |
---|
34 | dlasr.f \ |
---|
35 | dlasrt.f \ |
---|
36 | dlaswp.f \ |
---|
37 | dlassq.f \ |
---|
38 | dlatrd.f \ |
---|
39 | dorg2l.f \ |
---|
40 | dorg2r.f \ |
---|
41 | dorgql.f \ |
---|
42 | dorgqr.f \ |
---|
43 | dorgtr.f \ |
---|
44 | dpotf2.f \ |
---|
45 | dpotrf.f \ |
---|
46 | dpotrs.f \ |
---|
47 | dsteqr.f \ |
---|
48 | dsterf.f \ |
---|
49 | dsyev.f \ |
---|
50 | dsytd2.f \ |
---|
51 | dsytrd.f \ |
---|
52 | ieeeck.f \ |
---|
53 | ilaenv.f \ |
---|
54 | iparmq.f |
---|
55 | |
---|
56 | nodist_libcoinlapack_la_SOURCES = $(LAPACK_FILES) |
---|
57 | |
---|
58 | libcoinlapack_la_LDFLAGS = $(LT_LDFLAGS) |
---|
59 | |
---|
60 | dlamch.o: dlamch.f |
---|
61 | $(F77) $(AM_FFLAGS) $(DBG_FFLAGS) -c -o $@ $< |
---|
62 | |
---|
63 | dlamch.obj: dlamch.f |
---|
64 | $(F77) $(AM_FFLAGS) $(DBG_FFLAGS) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
65 | |
---|
66 | dlamch.lo: dlamch.f |
---|
67 | $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) \ |
---|
68 | $(DBG_FFLAGS) -c -o $@ $< |
---|
69 | |
---|
70 | ######################################################################## |
---|
71 | # Maintainer Stuff # |
---|
72 | ######################################################################## |
---|
73 | |
---|
74 | # Files that are generated and should be cleaned with make distclean |
---|
75 | DISTCLEANFILES = $(LAPACK_FILES) $(MAKEOKFILE) |
---|
76 | |
---|
77 | include ../../BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.