Last change
on this file since 3294 was
2309,
checked in by stefan, 10 years ago
|
sync with trunk rev2307
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
"Author Date Id Revision"
|
File size:
1.0 KB
|
Line | |
---|
1 | # Copyright (C) 2003, 2006, 2009 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Eclipse Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 2309 2011-06-19 14:16:17Z tkr $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = |
---|
10 | |
---|
11 | lib_LTLIBRARIES = libfiltersqp.la |
---|
12 | |
---|
13 | libfiltersqp_la_SOURCES = \ |
---|
14 | source/src/auxil.f \ |
---|
15 | source/src/bqpd.f \ |
---|
16 | source/src/filteraux.f \ |
---|
17 | source/src/filter.f \ |
---|
18 | source/src/QPsolves.f \ |
---|
19 | source/src/scaling.f \ |
---|
20 | source/src/sparseA.f \ |
---|
21 | source/src/sparseL.f \ |
---|
22 | source/src/util.f \ |
---|
23 | source/src/wdotd.f |
---|
24 | |
---|
25 | libfiltersqp_la_LDFLAGS = $(LT_LDFLAGS) |
---|
26 | |
---|
27 | pkgconfiglibdir = $(libdir)/pkgconfig |
---|
28 | pkgconfiglib_DATA = coinfiltersqp.pc |
---|
29 | |
---|
30 | test: |
---|
31 | @echo "No test available for FilterSQP." |
---|
32 | |
---|
33 | ######################################################################## |
---|
34 | # Maintainer Stuff # |
---|
35 | ######################################################################## |
---|
36 | |
---|
37 | CLEANFILES = |
---|
38 | |
---|
39 | # Files that are generated and should be cleaned with make distclean |
---|
40 | DISTCLEANFILES = |
---|
41 | |
---|
42 | include BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.