Last change
on this file since 1411 was
1411,
checked in by stefan, 12 years ago
|
revert my recent changes related to BSPsplit after copying them into branches
|
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | # Copyright (C) 2003, 2007 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Common Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 1411 2009-09-13 18:24:20Z stefan $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = get.blas INSTALL.BLAS |
---|
10 | |
---|
11 | if SKIPMAKE |
---|
12 | noinst_LTLIBRARIES = |
---|
13 | else |
---|
14 | noinst_LTLIBRARIES = libcoinblas.la |
---|
15 | endif |
---|
16 | |
---|
17 | nodist_libcoinblas_la_SOURCES = \ |
---|
18 | dasum.f \ |
---|
19 | daxpy.f \ |
---|
20 | dcopy.f \ |
---|
21 | ddot.f \ |
---|
22 | dgbmv.f \ |
---|
23 | dgemm.f \ |
---|
24 | dgemv.f \ |
---|
25 | dger.f \ |
---|
26 | dnrm2.f \ |
---|
27 | drot.f \ |
---|
28 | drotg.f \ |
---|
29 | drotm.f \ |
---|
30 | drotmg.f \ |
---|
31 | dsbmv.f \ |
---|
32 | dscal.f \ |
---|
33 | dsdot.f \ |
---|
34 | dspmv.f \ |
---|
35 | dspr2.f \ |
---|
36 | dspr.f \ |
---|
37 | dswap.f \ |
---|
38 | dsymm.f \ |
---|
39 | dsymv.f \ |
---|
40 | dsyr2.f \ |
---|
41 | dsyr2k.f \ |
---|
42 | dsyr.f \ |
---|
43 | dsyrk.f \ |
---|
44 | dtbmv.f \ |
---|
45 | dtbsv.f \ |
---|
46 | dtpmv.f \ |
---|
47 | dtpsv.f \ |
---|
48 | dtrmm.f \ |
---|
49 | dtrmv.f \ |
---|
50 | dtrsm.f \ |
---|
51 | dtrsv.f \ |
---|
52 | idamax.f \ |
---|
53 | lsame.f \ |
---|
54 | xerbla.f |
---|
55 | |
---|
56 | libcoinblas_la_LDFLAGS = $(LT_LDFLAGS) |
---|
57 | |
---|
58 | ######################################################################## |
---|
59 | # Maintainer Stuff # |
---|
60 | ######################################################################## |
---|
61 | |
---|
62 | # Files that are generated and should be cleaned with make distclean |
---|
63 | DISTCLEANFILES = $(MAKEOKFILE) |
---|
64 | |
---|
65 | include ../../BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.