Last change
on this file since 1542 was
1542,
checked in by stefan, 11 years ago
|
rerun autotools; improve setup of addlibs file
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
"Author Date Id Revision"
|
File size:
1.3 KB
|
Line | |
---|
1 | # Copyright (C) 2003, 2006, 2009 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Common Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 1542 2010-05-01 10:25:18Z stefan $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = |
---|
10 | |
---|
11 | thirdpartylibdir = $(libdir)/coin/ThirdParty |
---|
12 | thirdpartylib_LTLIBRARIES = libfiltersqp.la |
---|
13 | |
---|
14 | libfiltersqp_la_SOURCES = \ |
---|
15 | source/src/auxil.f \ |
---|
16 | source/src/bqpd.f \ |
---|
17 | source/src/filteraux.f \ |
---|
18 | source/src/filter.f \ |
---|
19 | source/src/QPsolves.f \ |
---|
20 | source/src/scaling.f \ |
---|
21 | source/src/sparseA.f \ |
---|
22 | source/src/sparseL.f \ |
---|
23 | source/src/util.f \ |
---|
24 | source/src/wdotd.f |
---|
25 | |
---|
26 | libfiltersqp_la_LDFLAGS = $(LT_LDFLAGS) |
---|
27 | |
---|
28 | if COIN_HAS_PKGCONFIG |
---|
29 | addlibsdir = $(datadir)/coin/doc/ThirdParty/FilterSQP |
---|
30 | addlibs_DATA = filtersqp_addlibs.txt |
---|
31 | |
---|
32 | filtersqp_addlibs.txt : coinfiltersqp.pc |
---|
33 | PKG_CONFIG_PATH=.:@COIN_PKG_CONFIG_PATH@ --libs coinfiltersqp > filtersqp_addlibs.txt |
---|
34 | endif |
---|
35 | |
---|
36 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
37 | pkgconfiglib_DATA = coinfiltersqp.pc |
---|
38 | |
---|
39 | ######################################################################## |
---|
40 | # Maintainer Stuff # |
---|
41 | ######################################################################## |
---|
42 | |
---|
43 | CLEANFILES = filtersqp_addlibs.txt |
---|
44 | |
---|
45 | # Files that are generated and should be cleaned with make distclean |
---|
46 | DISTCLEANFILES = |
---|
47 | |
---|
48 | include ../../BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.