-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
79 lines (65 loc) · 3.16 KB
/
Makefile.am
File metadata and controls
79 lines (65 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# -*- Automake -*-
# Process this file with automake to produce a Makefile.in.
ACLOCAL_AMFLAGS = -I config
# Source subdirectories to be included during the build.
SUBDIRS = newmat11 src tests
if HAVE_DOXYGEN
SUBDIRS += docs
endif
DIST_SUBDIRS = newmat11 src tests docs
# Header files to be included in the distribution.
include_HEADERS = include/abbrev_copyright.h include/AppLauncher.h \
include/Appl_Data.h include/Appl_Data_NPSOL.h \
include/BoolVector.h include/BoundConstraint.h \
include/cblas.h include/CGProblem.h \
include/common.h include/CompoundConstraint.h \
include/ConstraintBase.h include/Constraint.h \
include/GenSetBase.h include/GenSetBox2d.h \
include/GenSet.h include/GenSetMin.h \
include/GenSetStd.h include/globals.h \
include/ioformat.h include/LinearConstraint.h \
include/LinearEquation.h include/LinearInequality.h \
include/LSQNLF.h include/NewtonProblem.h \
include/NIPSProblem.h include/NLFAPP.h \
include/NLF.h include/NLP0.h \
include/NLP1.h include/NLP2.h \
include/NLPBase.h include/NLP.h \
include/NonLinearConstraint.h include/NonLinearEquation.h \
include/NonLinearInequality.h include/NPSOLProblem.h \
include/OptBaNewton.h include/OptBaQNewton.h \
include/OptBCEllipsoid.h include/OptBCFDNewton.h \
include/OptBCNewton.h include/OptBCNewtonLike.h \
include/OptBCQNewton.h include/OptCG.h \
include/OptConstrFDNewton.h include/OptConstrNewton.h \
include/OptConstrNewtonLike.h include/OptConstrQNewton.h \
include/OptDHNIPS.h include/OptDirect.h \
include/OptFDNewton.h include/OptFDNIPS.h \
include/OptGSS.h include/Opt.h \
include/OptLBFGS.h include/OptNewton.h \
include/OptNewtonLike.h include/OptNIPS.h \
include/OptNIPSLike.h include/OptNPSOL.h \
include/Opt_PARAMS.h include/OptPDS.h \
include/OptppArray.h include/OptppExceptions.h \
include/OptppFatalError.h include/OptppSmartPtr.h \
include/OptQNewton.h include/OptQNIPS.h \
include/pds.h include/PDSProblem.h \
include/Problem.h include/proto.h \
include/TOLS.h include/VariableList.h
# Additional files to be included in the distribution.
EXTRA_DIST = COPYRIGHT GNU_LGPL INSTALL README \
include/COPYRIGHT include/GNU_LGPL \
lib/optMaui.jar \
docs/COPYRIGHT docs/GNU_LGPL \
docs/images docs/techreport docs/guide \
docs/Makefile.am docs/optpp_doc.conf
# Files to remove by 'make distclean'
DISTCLEANFILES = *.log *.out *~ bin/*~ config/*~ include/*~ lib/*~
# Autotools-generated files to remove by 'make maintainer-clean'.
MAINTAINERCLEANFILES = aclocal.m4 configure Makefile.in \
config/config.guess config/config.sub \
config/depcomp config/install-sh \
config/ltmain.sh config/missing \
include/OPT++_config.h.in
# Compiler cache directories (created on some platforms) to be removed.
clean-local:
-rm -fr ii_files SunWS_cache so_locations