Last change
on this file since 2563 was
2079,
checked in by stefan, 10 years ago
|
drop creating of addlibs file; rerun autotools
|
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | # Copyright (C) 2003, 2007 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Eclipse Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 2079 2011-01-08 17:58:26Z stefan $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = get.blas INSTALL.BLAS |
---|
10 | |
---|
11 | lib_LTLIBRARIES = libcoinblas.la |
---|
12 | |
---|
13 | libcoinblas_la_SOURCES = \ |
---|
14 | dasum.f \ |
---|
15 | daxpy.f \ |
---|
16 | dcopy.f \ |
---|
17 | ddot.f \ |
---|
18 | dgbmv.f \ |
---|
19 | dgemm.f \ |
---|
20 | dgemv.f \ |
---|
21 | dger.f \ |
---|
22 | dnrm2.f \ |
---|
23 | drot.f \ |
---|
24 | drotg.f \ |
---|
25 | drotm.f \ |
---|
26 | drotmg.f \ |
---|
27 | dsbmv.f \ |
---|
28 | dscal.f \ |
---|
29 | dsdot.f \ |
---|
30 | dspmv.f \ |
---|
31 | dspr2.f \ |
---|
32 | dspr.f \ |
---|
33 | dswap.f \ |
---|
34 | dsymm.f \ |
---|
35 | dsymv.f \ |
---|
36 | dsyr2.f \ |
---|
37 | dsyr2k.f \ |
---|
38 | dsyr.f \ |
---|
39 | dsyrk.f \ |
---|
40 | dtbmv.f \ |
---|
41 | dtbsv.f \ |
---|
42 | dtpmv.f \ |
---|
43 | dtpsv.f \ |
---|
44 | dtrmm.f \ |
---|
45 | dtrmv.f \ |
---|
46 | dtrsm.f \ |
---|
47 | dtrsv.f \ |
---|
48 | idamax.f \ |
---|
49 | lsame.f \ |
---|
50 | xerbla.f |
---|
51 | |
---|
52 | libcoinblas_la_LDFLAGS = $(LT_LDFLAGS) |
---|
53 | |
---|
54 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
55 | pkgconfiglib_DATA = coinblas.pc |
---|
56 | |
---|
57 | test: |
---|
58 | @echo "No test available for Blas." |
---|
59 | |
---|
60 | ######################################################################## |
---|
61 | # Maintainer Stuff # |
---|
62 | ######################################################################## |
---|
63 | |
---|
64 | CLEANFILES = |
---|
65 | |
---|
66 | # Files that are generated and should be cleaned with make distclean |
---|
67 | DISTCLEANFILES = $(MAKEOKFILE) |
---|
68 | |
---|
69 | include BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.