chiark / gitweb /
octave4.4
[nlopt.git] / swig / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 subdir = swig
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84         $(srcdir)/nlopt.scm.in $(top_srcdir)/depcomp \
85         $(am__python_PYTHON_DIST) $(top_srcdir)/py-compile
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_threadlocal.m4 \
88         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
89         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
90         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92         $(ACLOCAL_M4)
93 mkinstalldirs = $(install_sh) -d
94 CONFIG_HEADER = $(top_builddir)/config.h
95 CONFIG_CLEAN_FILES = nlopt.scm
96 CONFIG_CLEAN_VPATH_FILES =
97 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98 am__vpath_adj = case $$p in \
99     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100     *) f=$$p;; \
101   esac;
102 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103 am__install_max = 40
104 am__nobase_strip_setup = \
105   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106 am__nobase_strip = \
107   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108 am__nobase_list = $(am__nobase_strip_setup); \
109   for p in $$list; do echo "$$p $$p"; done | \
110   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
111   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
112     if (++n[$$2] == $(am__install_max)) \
113       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
114     END { for (dir in files) print dir, files[dir] }'
115 am__base_list = \
116   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118 am__uninstall_files_from_dir = { \
119   test -z "$$files" \
120     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
121     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
122          $(am__cd) "$$dir" && rm -f $$files; }; \
123   }
124 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pyexecdir)" \
125         "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(guiledir)"
126 LTLIBRARIES = $(lib_LTLIBRARIES) $(pyexec_LTLIBRARIES)
127 _nlopt_la_DEPENDENCIES = ../libnlopt@NLOPT_SUFFIX@.la
128 am__nlopt_la_OBJECTS = _nlopt_la-nlopt-python.lo
129 _nlopt_la_OBJECTS = $(am__nlopt_la_OBJECTS)
130 AM_V_lt = $(am__v_lt_@AM_V@)
131 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
132 am__v_lt_0 = --silent
133 am__v_lt_1 = 
134 _nlopt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
135         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
136         $(CXXFLAGS) $(_nlopt_la_LDFLAGS) $(LDFLAGS) -o $@
137 @WITH_PYTHON_TRUE@am__nlopt_la_rpath = -rpath $(pyexecdir)
138 libnlopt@NLOPT_SUFFIX@_guile_la_DEPENDENCIES =  \
139         ../libnlopt@NLOPT_SUFFIX@.la
140 am_libnlopt@NLOPT_SUFFIX@_guile_la_OBJECTS =  \
141         libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.lo
142 libnlopt@NLOPT_SUFFIX@_guile_la_OBJECTS =  \
143         $(am_libnlopt@NLOPT_SUFFIX@_guile_la_OBJECTS)
144 libnlopt@NLOPT_SUFFIX@_guile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
145         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
146         $(AM_CXXFLAGS) $(CXXFLAGS) \
147         $(libnlopt@NLOPT_SUFFIX@_guile_la_LDFLAGS) $(LDFLAGS) -o $@
148 @WITH_GUILE_TRUE@am_libnlopt@NLOPT_SUFFIX@_guile_la_rpath = -rpath \
149 @WITH_GUILE_TRUE@       $(libdir)
150 AM_V_P = $(am__v_P_@AM_V@)
151 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152 am__v_P_0 = false
153 am__v_P_1 = :
154 AM_V_GEN = $(am__v_GEN_@AM_V@)
155 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156 am__v_GEN_0 = @echo "  GEN     " $@;
157 am__v_GEN_1 = 
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 am__v_at_1 = 
162 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163 depcomp = $(SHELL) $(top_srcdir)/depcomp
164 am__depfiles_maybe = depfiles
165 am__mv = mv -f
166 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
167         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
168 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
169         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
170         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171         $(AM_CXXFLAGS) $(CXXFLAGS)
172 AM_V_CXX = $(am__v_CXX_@AM_V@)
173 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
174 am__v_CXX_0 = @echo "  CXX     " $@;
175 am__v_CXX_1 = 
176 CXXLD = $(CXX)
177 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
178         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
179         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
180 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
181 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
182 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
183 am__v_CXXLD_1 = 
184 SOURCES = $(_nlopt_la_SOURCES) \
185         $(libnlopt@NLOPT_SUFFIX@_guile_la_SOURCES)
186 DIST_SOURCES = $(_nlopt_la_SOURCES) \
187         $(libnlopt@NLOPT_SUFFIX@_guile_la_SOURCES)
188 am__can_run_installinfo = \
189   case $$AM_UPDATE_INFO_DIR in \
190     n|no|NO) false;; \
191     *) (install-info --version) >/dev/null 2>&1;; \
192   esac
193 am__python_PYTHON_DIST = nlopt.py
194 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
195 am__pep3147_tweak = \
196   sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
197 py_compile = $(top_srcdir)/py-compile
198 DATA = $(guile_DATA)
199 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200 # Read a list of newline-separated strings from the standard input,
201 # and print each of them once, without duplicates.  Input order is
202 # *not* preserved.
203 am__uniquify_input = $(AWK) '\
204   BEGIN { nonempty = 0; } \
205   { items[$$0] = 1; nonempty = 1; } \
206   END { if (nonempty) { for (i in items) print i; }; } \
207 '
208 # Make sure the list of sources is unique.  This is necessary because,
209 # e.g., the same source file might be shared among _SOURCES variables
210 # for different programs/libraries.
211 am__define_uniq_tagged_files = \
212   list='$(am__tagged_files)'; \
213   unique=`for i in $$list; do \
214     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215   done | $(am__uniquify_input)`
216 ETAGS = etags
217 CTAGS = ctags
218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219 ACLOCAL = @ACLOCAL@
220 AMTAR = @AMTAR@
221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222 AR = @AR@
223 AS = @AS@
224 AUTOCONF = @AUTOCONF@
225 AUTOHEADER = @AUTOHEADER@
226 AUTOMAKE = @AUTOMAKE@
227 AWK = @AWK@
228 CC = @CC@
229 CCDEPMODE = @CCDEPMODE@
230 CFLAGS = @CFLAGS@
231 CPP = @CPP@
232 CPPFLAGS = @CPPFLAGS@
233 CXX = @CXX@
234 CXXCPP = @CXXCPP@
235 CXXDEPMODE = @CXXDEPMODE@
236 CXXFLAGS = @CXXFLAGS@
237 CYGPATH_W = @CYGPATH_W@
238 DEFS = @DEFS@
239 DEPDIR = @DEPDIR@
240 DLLTOOL = @DLLTOOL@
241 DSYMUTIL = @DSYMUTIL@
242 DUMPBIN = @DUMPBIN@
243 ECHO_C = @ECHO_C@
244 ECHO_N = @ECHO_N@
245 ECHO_T = @ECHO_T@
246 EGREP = @EGREP@
247 EXEEXT = @EXEEXT@
248 FGREP = @FGREP@
249 GREP = @GREP@
250 GUILE = @GUILE@
251 GUILE_CONFIG = @GUILE_CONFIG@
252 GUILE_CPPFLAGS = @GUILE_CPPFLAGS@
253 GUILE_INSTALL_DIR = @GUILE_INSTALL_DIR@
254 GUILE_LIBS = @GUILE_LIBS@
255 INSTALL = @INSTALL@
256 INSTALL_DATA = @INSTALL_DATA@
257 INSTALL_PROGRAM = @INSTALL_PROGRAM@
258 INSTALL_SCRIPT = @INSTALL_SCRIPT@
259 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260 LD = @LD@
261 LDFLAGS = @LDFLAGS@
262 LIBOBJS = @LIBOBJS@
263 LIBS = @LIBS@
264 LIBTOOL = @LIBTOOL@
265 LIPO = @LIPO@
266 LN_S = @LN_S@
267 LTLIBOBJS = @LTLIBOBJS@
268 MAINT = @MAINT@
269 MAKEINFO = @MAKEINFO@
270 MANIFEST_TOOL = @MANIFEST_TOOL@
271 MATLAB = @MATLAB@
272 MEX = @MEX@
273 MEXSUFF = @MEXSUFF@
274 MEX_INSTALL_DIR = @MEX_INSTALL_DIR@
275 MKDIR_P = @MKDIR_P@
276 MKOCTFILE = @MKOCTFILE@
277 M_INSTALL_DIR = @M_INSTALL_DIR@
278 NLOPT_SUFFIX = @NLOPT_SUFFIX@
279 NM = @NM@
280 NMEDIT = @NMEDIT@
281 OBJDUMP = @OBJDUMP@
282 OBJEXT = @OBJEXT@
283 OCTAVE = @OCTAVE@
284 OCTAVE_CONFIG = @OCTAVE_CONFIG@
285 OCT_INSTALL_DIR = @OCT_INSTALL_DIR@
286 OTOOL = @OTOOL@
287 OTOOL64 = @OTOOL64@
288 PACKAGE = @PACKAGE@
289 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
290 PACKAGE_NAME = @PACKAGE_NAME@
291 PACKAGE_STRING = @PACKAGE_STRING@
292 PACKAGE_TARNAME = @PACKAGE_TARNAME@
293 PACKAGE_URL = @PACKAGE_URL@
294 PACKAGE_VERSION = @PACKAGE_VERSION@
295 PATH_SEPARATOR = @PATH_SEPARATOR@
296 PYTHON = @PYTHON@
297 PYTHON_CONFIG = @PYTHON_CONFIG@
298 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
299 PYTHON_INCLUDES = @PYTHON_INCLUDES@
300 PYTHON_PLATFORM = @PYTHON_PLATFORM@
301 PYTHON_PREFIX = @PYTHON_PREFIX@
302 PYTHON_VERSION = @PYTHON_VERSION@
303 RANLIB = @RANLIB@
304 SED = @SED@
305 SET_MAKE = @SET_MAKE@
306 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
307 SHELL = @SHELL@
308 STRIP = @STRIP@
309 VERSION = @VERSION@
310 abs_builddir = @abs_builddir@
311 abs_srcdir = @abs_srcdir@
312 abs_top_builddir = @abs_top_builddir@
313 abs_top_srcdir = @abs_top_srcdir@
314 ac_ct_AR = @ac_ct_AR@
315 ac_ct_CC = @ac_ct_CC@
316 ac_ct_CXX = @ac_ct_CXX@
317 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
318 am__include = @am__include@
319 am__leading_dot = @am__leading_dot@
320 am__quote = @am__quote@
321 am__tar = @am__tar@
322 am__untar = @am__untar@
323 bindir = @bindir@
324 build = @build@
325 build_alias = @build_alias@
326 build_cpu = @build_cpu@
327 build_os = @build_os@
328 build_vendor = @build_vendor@
329 builddir = @builddir@
330 datadir = @datadir@
331 datarootdir = @datarootdir@
332 docdir = @docdir@
333 dvidir = @dvidir@
334 exec_prefix = @exec_prefix@
335 host = @host@
336 host_alias = @host_alias@
337 host_cpu = @host_cpu@
338 host_os = @host_os@
339 host_vendor = @host_vendor@
340 htmldir = @htmldir@
341 includedir = @includedir@
342 infodir = @infodir@
343 install_sh = @install_sh@
344 libdir = @libdir@
345 libexecdir = @libexecdir@
346 localedir = @localedir@
347 localstatedir = @localstatedir@
348 mandir = @mandir@
349 mkdir_p = @mkdir_p@
350 oldincludedir = @oldincludedir@
351 pdfdir = @pdfdir@
352 pkgpyexecdir = @pkgpyexecdir@
353 pkgpythondir = @pkgpythondir@
354 prefix = @prefix@
355 program_transform_name = @program_transform_name@
356 psdir = @psdir@
357 pyexecdir = @pyexecdir@
358 pythondir = @pythondir@
359 sbindir = @sbindir@
360 sharedstatedir = @sharedstatedir@
361 srcdir = @srcdir@
362 sysconfdir = @sysconfdir@
363 target_alias = @target_alias@
364 top_build_prefix = @top_build_prefix@
365 top_builddir = @top_builddir@
366 top_srcdir = @top_srcdir@
367 SWIG_SRC = nlopt.i nlopt-exceptions.i nlopt-enum-renames.i 
368 EXTRA_DIST = $(SWIG_SRC) nlopt-guile.i nlopt-python.i nlopt.scm.in nlopt.py numpy.i
369 BUILT_SOURCES = nlopt-guile.cpp nlopt-python.cpp nlopt-enum-renames.i nlopt.scm.in
370 HDR = $(top_srcdir)/api/nlopt.hpp
371
372 ##############################################################################
373 # Guile wrapper
374 libnlopt@NLOPT_SUFFIX@_guile_la_SOURCES = nlopt-guile.cpp
375 libnlopt@NLOPT_SUFFIX@_guile_la_LIBADD = ../libnlopt@NLOPT_SUFFIX@.la
376 libnlopt@NLOPT_SUFFIX@_guile_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
377 libnlopt@NLOPT_SUFFIX@_guile_la_CPPFLAGS = $(GUILE_CPPFLAGS) -I$(top_srcdir)/api
378 guiledir = $(GUILE_INSTALL_DIR)
379 @WITH_GUILE_TRUE@guile_DATA = nlopt.scm
380 @WITH_GUILE_TRUE@guilelib = libnlopt@NLOPT_SUFFIX@_guile.la
381
382 ##############################################################################
383 # Python wrapper
384 _nlopt_la_SOURCES = nlopt-python.cpp
385 _nlopt_la_LIBADD = ../libnlopt@NLOPT_SUFFIX@.la
386 _nlopt_la_LDFLAGS = -module -version-info @SHARED_VERSION_INFO@
387 _nlopt_la_CPPFLAGS = $(PYTHON_INCLUDES) -I$(top_srcdir)/api
388 @WITH_PYTHON_TRUE@python_PYTHON = nlopt.py
389 @WITH_PYTHON_TRUE@pyexec_LTLIBRARIES = _nlopt.la
390
391 ##############################################################################
392 lib_LTLIBRARIES = $(guilelib)
393 all: $(BUILT_SOURCES)
394         $(MAKE) $(AM_MAKEFLAGS) all-am
395
396 .SUFFIXES:
397 .SUFFIXES: .cpp .lo .o .obj
398 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
399         @for dep in $?; do \
400           case '$(am__configure_deps)' in \
401             *$$dep*) \
402               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
403                 && { if test -f $@; then exit 0; else break; fi; }; \
404               exit 1;; \
405           esac; \
406         done; \
407         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu swig/Makefile'; \
408         $(am__cd) $(top_srcdir) && \
409           $(AUTOMAKE) --gnu swig/Makefile
410 .PRECIOUS: Makefile
411 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
412         @case '$?' in \
413           *config.status*) \
414             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
415           *) \
416             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
417             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
418         esac;
419
420 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422
423 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
424         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
426         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427 $(am__aclocal_m4_deps):
428 nlopt.scm: $(top_builddir)/config.status $(srcdir)/nlopt.scm.in
429         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
430
431 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
432         @$(NORMAL_INSTALL)
433         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
434         list2=; for p in $$list; do \
435           if test -f $$p; then \
436             list2="$$list2 $$p"; \
437           else :; fi; \
438         done; \
439         test -z "$$list2" || { \
440           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
441           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
442           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
443           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
444         }
445
446 uninstall-libLTLIBRARIES:
447         @$(NORMAL_UNINSTALL)
448         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
449         for p in $$list; do \
450           $(am__strip_dir) \
451           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
452           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
453         done
454
455 clean-libLTLIBRARIES:
456         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
457         @list='$(lib_LTLIBRARIES)'; \
458         locs=`for p in $$list; do echo $$p; done | \
459               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
460               sort -u`; \
461         test -z "$$locs" || { \
462           echo rm -f $${locs}; \
463           rm -f $${locs}; \
464         }
465
466 install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
467         @$(NORMAL_INSTALL)
468         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
469         list2=; for p in $$list; do \
470           if test -f $$p; then \
471             list2="$$list2 $$p"; \
472           else :; fi; \
473         done; \
474         test -z "$$list2" || { \
475           echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
476           $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
477           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
478           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
479         }
480
481 uninstall-pyexecLTLIBRARIES:
482         @$(NORMAL_UNINSTALL)
483         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
484         for p in $$list; do \
485           $(am__strip_dir) \
486           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
487           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
488         done
489
490 clean-pyexecLTLIBRARIES:
491         -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
492         @list='$(pyexec_LTLIBRARIES)'; \
493         locs=`for p in $$list; do echo $$p; done | \
494               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
495               sort -u`; \
496         test -z "$$locs" || { \
497           echo rm -f $${locs}; \
498           rm -f $${locs}; \
499         }
500
501 _nlopt.la: $(_nlopt_la_OBJECTS) $(_nlopt_la_DEPENDENCIES) $(EXTRA__nlopt_la_DEPENDENCIES) 
502         $(AM_V_CXXLD)$(_nlopt_la_LINK) $(am__nlopt_la_rpath) $(_nlopt_la_OBJECTS) $(_nlopt_la_LIBADD) $(LIBS)
503
504 libnlopt@NLOPT_SUFFIX@_guile.la: $(libnlopt@NLOPT_SUFFIX@_guile_la_OBJECTS) $(libnlopt@NLOPT_SUFFIX@_guile_la_DEPENDENCIES) $(EXTRA_libnlopt@NLOPT_SUFFIX@_guile_la_DEPENDENCIES) 
505         $(AM_V_CXXLD)$(libnlopt@NLOPT_SUFFIX@_guile_la_LINK) $(am_libnlopt@NLOPT_SUFFIX@_guile_la_rpath) $(libnlopt@NLOPT_SUFFIX@_guile_la_OBJECTS) $(libnlopt@NLOPT_SUFFIX@_guile_la_LIBADD) $(LIBS)
506
507 mostlyclean-compile:
508         -rm -f *.$(OBJEXT)
509
510 distclean-compile:
511         -rm -f *.tab.c
512
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_nlopt_la-nlopt-python.Plo@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.Plo@am__quote@
515
516 .cpp.o:
517 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
518 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
519 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
522
523 .cpp.obj:
524 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
525 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
529
530 .cpp.lo:
531 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
532 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
536
537 _nlopt_la-nlopt-python.lo: nlopt-python.cpp
538 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(_nlopt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT _nlopt_la-nlopt-python.lo -MD -MP -MF $(DEPDIR)/_nlopt_la-nlopt-python.Tpo -c -o _nlopt_la-nlopt-python.lo `test -f 'nlopt-python.cpp' || echo '$(srcdir)/'`nlopt-python.cpp
539 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/_nlopt_la-nlopt-python.Tpo $(DEPDIR)/_nlopt_la-nlopt-python.Plo
540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='nlopt-python.cpp' object='_nlopt_la-nlopt-python.lo' libtool=yes @AMDEPBACKSLASH@
541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(_nlopt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o _nlopt_la-nlopt-python.lo `test -f 'nlopt-python.cpp' || echo '$(srcdir)/'`nlopt-python.cpp
543
544 libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.lo: nlopt-guile.cpp
545 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnlopt@NLOPT_SUFFIX@_guile_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.lo -MD -MP -MF $(DEPDIR)/libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.Tpo -c -o libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.lo `test -f 'nlopt-guile.cpp' || echo '$(srcdir)/'`nlopt-guile.cpp
546 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.Tpo $(DEPDIR)/libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.Plo
547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='nlopt-guile.cpp' object='libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.lo' libtool=yes @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnlopt@NLOPT_SUFFIX@_guile_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libnlopt@NLOPT_SUFFIX@_guile_la-nlopt-guile.lo `test -f 'nlopt-guile.cpp' || echo '$(srcdir)/'`nlopt-guile.cpp
550
551 mostlyclean-libtool:
552         -rm -f *.lo
553
554 clean-libtool:
555         -rm -rf .libs _libs
556 install-pythonPYTHON: $(python_PYTHON)
557         @$(NORMAL_INSTALL)
558         @list='$(python_PYTHON)'; dlist=; list2=; test -n "$(pythondir)" || list=; \
559         if test -n "$$list"; then \
560           echo " $(MKDIR_P) '$(DESTDIR)$(pythondir)'"; \
561           $(MKDIR_P) "$(DESTDIR)$(pythondir)" || exit 1; \
562         fi; \
563         for p in $$list; do \
564           if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
565           if test -f $$b$$p; then \
566             $(am__strip_dir) \
567             dlist="$$dlist $$f"; \
568             list2="$$list2 $$b$$p"; \
569           else :; fi; \
570         done; \
571         for file in $$list2; do echo $$file; done | $(am__base_list) | \
572         while read files; do \
573           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \
574           $(INSTALL_DATA) $$files "$(DESTDIR)$(pythondir)" || exit $$?; \
575         done || exit $$?; \
576         if test -n "$$dlist"; then \
577           $(am__py_compile) --destdir "$(DESTDIR)" \
578                             --basedir "$(pythondir)" $$dlist; \
579         else :; fi
580
581 uninstall-pythonPYTHON:
582         @$(NORMAL_UNINSTALL)
583         @list='$(python_PYTHON)'; test -n "$(pythondir)" || list=; \
584         py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
585         test -n "$$py_files" || exit 0; \
586         dir='$(DESTDIR)$(pythondir)'; \
587         pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
588         pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
589         py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
590         echo "$$py_files_pep3147";\
591         pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
592         pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
593         st=0; \
594         for files in \
595           "$$py_files" \
596           "$$pyc_files" \
597           "$$pyo_files" \
598           "$$pyc_files_pep3147" \
599           "$$pyo_files_pep3147" \
600         ; do \
601           $(am__uninstall_files_from_dir) || st=$$?; \
602         done; \
603         exit $$st
604 install-guileDATA: $(guile_DATA)
605         @$(NORMAL_INSTALL)
606         @list='$(guile_DATA)'; test -n "$(guiledir)" || list=; \
607         if test -n "$$list"; then \
608           echo " $(MKDIR_P) '$(DESTDIR)$(guiledir)'"; \
609           $(MKDIR_P) "$(DESTDIR)$(guiledir)" || exit 1; \
610         fi; \
611         for p in $$list; do \
612           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
613           echo "$$d$$p"; \
614         done | $(am__base_list) | \
615         while read files; do \
616           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(guiledir)'"; \
617           $(INSTALL_DATA) $$files "$(DESTDIR)$(guiledir)" || exit $$?; \
618         done
619
620 uninstall-guileDATA:
621         @$(NORMAL_UNINSTALL)
622         @list='$(guile_DATA)'; test -n "$(guiledir)" || list=; \
623         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
624         dir='$(DESTDIR)$(guiledir)'; $(am__uninstall_files_from_dir)
625
626 ID: $(am__tagged_files)
627         $(am__define_uniq_tagged_files); mkid -fID $$unique
628 tags: tags-am
629 TAGS: tags
630
631 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
632         set x; \
633         here=`pwd`; \
634         $(am__define_uniq_tagged_files); \
635         shift; \
636         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
637           test -n "$$unique" || unique=$$empty_fix; \
638           if test $$# -gt 0; then \
639             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
640               "$$@" $$unique; \
641           else \
642             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643               $$unique; \
644           fi; \
645         fi
646 ctags: ctags-am
647
648 CTAGS: ctags
649 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650         $(am__define_uniq_tagged_files); \
651         test -z "$(CTAGS_ARGS)$$unique" \
652           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
653              $$unique
654
655 GTAGS:
656         here=`$(am__cd) $(top_builddir) && pwd` \
657           && $(am__cd) $(top_srcdir) \
658           && gtags -i $(GTAGS_ARGS) "$$here"
659 cscopelist: cscopelist-am
660
661 cscopelist-am: $(am__tagged_files)
662         list='$(am__tagged_files)'; \
663         case "$(srcdir)" in \
664           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
665           *) sdir=$(subdir)/$(srcdir) ;; \
666         esac; \
667         for i in $$list; do \
668           if test -f "$$i"; then \
669             echo "$(subdir)/$$i"; \
670           else \
671             echo "$$sdir/$$i"; \
672           fi; \
673         done >> $(top_builddir)/cscope.files
674
675 distclean-tags:
676         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
677
678 distdir: $(DISTFILES)
679         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
680         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681         list='$(DISTFILES)'; \
682           dist_files=`for file in $$list; do echo $$file; done | \
683           sed -e "s|^$$srcdirstrip/||;t" \
684               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
685         case $$dist_files in \
686           */*) $(MKDIR_P) `echo "$$dist_files" | \
687                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
688                            sort -u` ;; \
689         esac; \
690         for file in $$dist_files; do \
691           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
692           if test -d $$d/$$file; then \
693             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
694             if test -d "$(distdir)/$$file"; then \
695               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
696             fi; \
697             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
698               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
699               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
700             fi; \
701             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
702           else \
703             test -f "$(distdir)/$$file" \
704             || cp -p $$d/$$file "$(distdir)/$$file" \
705             || exit 1; \
706           fi; \
707         done
708 check-am: all-am
709 check: $(BUILT_SOURCES)
710         $(MAKE) $(AM_MAKEFLAGS) check-am
711 all-am: Makefile $(LTLIBRARIES) $(DATA)
712 installdirs:
713         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(guiledir)"; do \
714           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
715         done
716 install: $(BUILT_SOURCES)
717         $(MAKE) $(AM_MAKEFLAGS) install-am
718 install-exec: install-exec-am
719 install-data: install-data-am
720 uninstall: uninstall-am
721
722 install-am: all-am
723         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
724
725 installcheck: installcheck-am
726 install-strip:
727         if test -z '$(STRIP)'; then \
728           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
729             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
730               install; \
731         else \
732           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
733             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
734             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
735         fi
736 mostlyclean-generic:
737
738 clean-generic:
739
740 distclean-generic:
741         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
742         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
743
744 maintainer-clean-generic:
745         @echo "This command is intended for maintainers to use"
746         @echo "it deletes files that may require special tools to rebuild."
747         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
748 clean: clean-am
749
750 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
751         clean-pyexecLTLIBRARIES mostlyclean-am
752
753 distclean: distclean-am
754         -rm -rf ./$(DEPDIR)
755         -rm -f Makefile
756 distclean-am: clean-am distclean-compile distclean-generic \
757         distclean-tags
758
759 dvi: dvi-am
760
761 dvi-am:
762
763 html: html-am
764
765 html-am:
766
767 info: info-am
768
769 info-am:
770
771 install-data-am: install-guileDATA install-pythonPYTHON
772
773 install-dvi: install-dvi-am
774
775 install-dvi-am:
776
777 install-exec-am: install-libLTLIBRARIES install-pyexecLTLIBRARIES
778
779 install-html: install-html-am
780
781 install-html-am:
782
783 install-info: install-info-am
784
785 install-info-am:
786
787 install-man:
788
789 install-pdf: install-pdf-am
790
791 install-pdf-am:
792
793 install-ps: install-ps-am
794
795 install-ps-am:
796
797 installcheck-am:
798
799 maintainer-clean: maintainer-clean-am
800         -rm -rf ./$(DEPDIR)
801         -rm -f Makefile
802 maintainer-clean-am: distclean-am maintainer-clean-generic
803
804 mostlyclean: mostlyclean-am
805
806 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
807         mostlyclean-libtool
808
809 pdf: pdf-am
810
811 pdf-am:
812
813 ps: ps-am
814
815 ps-am:
816
817 uninstall-am: uninstall-guileDATA uninstall-libLTLIBRARIES \
818         uninstall-pyexecLTLIBRARIES uninstall-pythonPYTHON
819
820 .MAKE: all check install install-am install-strip
821
822 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
823         clean-libLTLIBRARIES clean-libtool clean-pyexecLTLIBRARIES \
824         cscopelist-am ctags ctags-am distclean distclean-compile \
825         distclean-generic distclean-libtool distclean-tags distdir dvi \
826         dvi-am html html-am info info-am install install-am \
827         install-data install-data-am install-dvi install-dvi-am \
828         install-exec install-exec-am install-guileDATA install-html \
829         install-html-am install-info install-info-am \
830         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
831         install-ps install-ps-am install-pyexecLTLIBRARIES \
832         install-pythonPYTHON install-strip installcheck \
833         installcheck-am installdirs maintainer-clean \
834         maintainer-clean-generic mostlyclean mostlyclean-compile \
835         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
836         tags tags-am uninstall uninstall-am uninstall-guileDATA \
837         uninstall-libLTLIBRARIES uninstall-pyexecLTLIBRARIES \
838         uninstall-pythonPYTHON
839
840
841 ##############################################################################
842 # Generate wrappers via SWIG:
843
844 @MAINTAINER_MODE_TRUE@nlopt-guile.cpp nlopt.scm.in: $(SWIG_SRC) nlopt-guile.i $(HDR)
845 @MAINTAINER_MODE_TRUE@  swig -I$(top_srcdir)/api -outdir $(builddir) -c++ -guile -scmstub -o $@ $(srcdir)/nlopt.i
846 @MAINTAINER_MODE_TRUE@  rm -f nlopt.scm.in
847 @MAINTAINER_MODE_TRUE@  mv nlopt.scm nlopt.scm.in
848
849 @MAINTAINER_MODE_TRUE@nlopt-python.cpp nlopt.py: $(SWIG_SRC) nlopt-python.i numpy.i $(HDR)
850 @MAINTAINER_MODE_TRUE@  swig -I$(top_srcdir)/api -outdir $(builddir) -c++ -python -o $@ $(srcdir)/nlopt.i
851
852 @MAINTAINER_MODE_TRUE@nlopt-enum-renames.i: $(top_srcdir)/api/nlopt.h
853 @MAINTAINER_MODE_TRUE@  (echo "// AUTOMATICALLY GENERATED -- DO NOT EDIT"; egrep 'NLOPT_[LG][DN]|NLOPT_AUGLAG|NLOPT_G_MLSL|NLOPT_NUM_ALGORITHMS' $(top_srcdir)/api/nlopt.h | sed 's/NLOPT_//g' |tr -d ' ' |tr '/' ',' |tr '=' ',' |cut -d, -f1 |while read name; do echo "%rename(NLOPT_$$name) nlopt::$$name;"; done; egrep 'NLOPT_[A-Z_]* =' $(top_srcdir)/api/nlopt.h | egrep -v 'NLOPT_[LG][DN]|NLOPT_AUGLAG|NLOPT_G_MLSL' | sed 's/NLOPT_//g' |tr -d ' ' |cut -d'=' -f1 | while read name; do echo "%rename(NLOPT_$$name) nlopt::$$name;"; done) > $@
854
855 # Tell versions [3.59,3.63) of GNU make to not export all variables.
856 # Otherwise a system limit (for SysV at least) may be exceeded.
857 .NOEXPORT: