Line | |
---|
1 | # Copyright (C) 2003, 2006 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.blas INSTALL.BLAS |
---|
10 | |
---|
11 | noinst_LTLIBRARIES = libcoinblas.la |
---|
12 | |
---|
13 | nodist_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 | ######################################################################## |
---|
55 | # Maintainer Stuff # |
---|
56 | ######################################################################## |
---|
57 | |
---|
58 | # Files that are generated and should be cleaned with make distclean |
---|
59 | DISTCLEANFILES = |
---|
60 | |
---|
61 | include ../../BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.