Last change
on this file since 2646 was
2575,
checked in by stefan, 9 years ago
|
compile more blas sources as required by pardiso (patch by Tony Kelman)
|
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 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 2575 2012-06-19 18:47:27Z 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 | dcabs1.f \ |
---|
17 | dcopy.f \ |
---|
18 | ddot.f \ |
---|
19 | dgbmv.f \ |
---|
20 | dgemm.f \ |
---|
21 | dgemv.f \ |
---|
22 | dger.f \ |
---|
23 | dnrm2.f \ |
---|
24 | drot.f \ |
---|
25 | drotg.f \ |
---|
26 | drotm.f \ |
---|
27 | drotmg.f \ |
---|
28 | dsbmv.f \ |
---|
29 | dscal.f \ |
---|
30 | dsdot.f \ |
---|
31 | dspmv.f \ |
---|
32 | dspr2.f \ |
---|
33 | dspr.f \ |
---|
34 | dswap.f \ |
---|
35 | dsymm.f \ |
---|
36 | dsymv.f \ |
---|
37 | dsyr2.f \ |
---|
38 | dsyr2k.f \ |
---|
39 | dsyr.f \ |
---|
40 | dsyrk.f \ |
---|
41 | dtbmv.f \ |
---|
42 | dtbsv.f \ |
---|
43 | dtpmv.f \ |
---|
44 | dtpsv.f \ |
---|
45 | dtrmm.f \ |
---|
46 | dtrmv.f \ |
---|
47 | dtrsm.f \ |
---|
48 | dtrsv.f \ |
---|
49 | idamax.f \ |
---|
50 | isamax.f \ |
---|
51 | izamax.f \ |
---|
52 | lsame.f \ |
---|
53 | sgemm.f \ |
---|
54 | sgemv.f \ |
---|
55 | sger.f \ |
---|
56 | sscal.f \ |
---|
57 | sswap.f \ |
---|
58 | ssyr.f \ |
---|
59 | strsm.f \ |
---|
60 | xerbla.f \ |
---|
61 | zaxpy.f \ |
---|
62 | zcopy.f \ |
---|
63 | zdscal.f \ |
---|
64 | zdotc.f \ |
---|
65 | zdotu.f \ |
---|
66 | zgemm.f \ |
---|
67 | zgemv.f \ |
---|
68 | zgeru.f \ |
---|
69 | zher.f \ |
---|
70 | zscal.f \ |
---|
71 | zswap.f \ |
---|
72 | ztrsm.f |
---|
73 | |
---|
74 | libcoinblas_la_LDFLAGS = $(LT_LDFLAGS) |
---|
75 | |
---|
76 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
77 | pkgconfiglib_DATA = coinblas.pc |
---|
78 | |
---|
79 | test: |
---|
80 | @echo "No test available for Blas." |
---|
81 | |
---|
82 | ######################################################################## |
---|
83 | # Maintainer Stuff # |
---|
84 | ######################################################################## |
---|
85 | |
---|
86 | CLEANFILES = |
---|
87 | |
---|
88 | # Files that are generated and should be cleaned with make distclean |
---|
89 | DISTCLEANFILES = $(MAKEOKFILE) |
---|
90 | |
---|
91 | include BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.