Last change
on this file since 1647 was
1647,
checked in by stefan, 11 years ago
|
remove addlibs file in uninstall
|
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.5 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 1647 2010-07-22 13:09:59Z stefan $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = get.blas INSTALL.BLAS |
---|
10 | |
---|
11 | thirdpartylibdir = $(libdir)/coin/ThirdParty |
---|
12 | thirdpartylib_LTLIBRARIES = libcoinblas.la |
---|
13 | |
---|
14 | libcoinblas_la_SOURCES = \ |
---|
15 | dasum.f \ |
---|
16 | daxpy.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 | lsame.f \ |
---|
51 | xerbla.f |
---|
52 | |
---|
53 | libcoinblas_la_LDFLAGS = $(LT_LDFLAGS) |
---|
54 | |
---|
55 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
56 | pkgconfiglib_DATA = coinblas.pc |
---|
57 | |
---|
58 | if COIN_HAS_PKGCONFIG |
---|
59 | addlibsdir = $(DESTDIR)$(datadir)/coin/doc/ThirdParty/Blas |
---|
60 | |
---|
61 | install-data-hook: |
---|
62 | @$(mkdir_p) "$(addlibsdir)" |
---|
63 | PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@ \ |
---|
64 | $(PKG_CONFIG) --libs coinblas > $(addlibsdir)/blas_addlibs.txt |
---|
65 | |
---|
66 | uninstall-hook: |
---|
67 | rm -f $(addlibsdir)/blas_addlibs.txt |
---|
68 | endif |
---|
69 | |
---|
70 | ######################################################################## |
---|
71 | # Maintainer Stuff # |
---|
72 | ######################################################################## |
---|
73 | |
---|
74 | CLEANFILES = |
---|
75 | |
---|
76 | # Files that are generated and should be cleaned with make distclean |
---|
77 | DISTCLEANFILES = $(MAKEOKFILE) |
---|
78 | |
---|
79 | include BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.