Last change
on this file since 1553 was
164,
checked in by andreasw, 14 years ago
|
added first version for ThirdParty?/FilterSQP (in trunk)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
"Author Date Id Revision"
|
File size:
896 bytes
|
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 164 2006-12-09 06:05:56Z andreasw $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = |
---|
10 | |
---|
11 | noinst_LTLIBRARIES = libfiltersqp.la |
---|
12 | |
---|
13 | nodist_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 | ######################################################################## |
---|
28 | # Maintainer Stuff # |
---|
29 | ######################################################################## |
---|
30 | |
---|
31 | # Files that are generated and should be cleaned with make distclean |
---|
32 | DISTCLEANFILES = |
---|
33 | |
---|
34 | include ../../BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.