chiark / gitweb /
Import effective orig tree for upstream version 2.4.2+dfsg
[nlopt.git] / api / 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 = api
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84         $(top_srcdir)/depcomp $(dist_man_MANS) $(include_HEADERS)
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_threadlocal.m4 \
87         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
88         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
89         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
90 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91         $(ACLOCAL_M4)
92 mkinstalldirs = $(install_sh) -d
93 CONFIG_HEADER = $(top_builddir)/config.h
94 CONFIG_CLEAN_FILES =
95 CONFIG_CLEAN_VPATH_FILES =
96 LTLIBRARIES = $(noinst_LTLIBRARIES)
97 libapi_la_LIBADD =
98 am_libapi_la_OBJECTS = general.lo options.lo optimize.lo deprecated.lo \
99         f77api.lo
100 libapi_la_OBJECTS = $(am_libapi_la_OBJECTS)
101 AM_V_lt = $(am__v_lt_@AM_V@)
102 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
103 am__v_lt_0 = --silent
104 am__v_lt_1 = 
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo "  GEN     " $@;
112 am__v_GEN_1 = 
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 = 
117 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
118 depcomp = $(SHELL) $(top_srcdir)/depcomp
119 am__depfiles_maybe = depfiles
120 am__mv = mv -f
121 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
124         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
125         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
126         $(AM_CFLAGS) $(CFLAGS)
127 AM_V_CC = $(am__v_CC_@AM_V@)
128 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
129 am__v_CC_0 = @echo "  CC      " $@;
130 am__v_CC_1 = 
131 CCLD = $(CC)
132 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
134         $(AM_LDFLAGS) $(LDFLAGS) -o $@
135 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
136 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
137 am__v_CCLD_0 = @echo "  CCLD    " $@;
138 am__v_CCLD_1 = 
139 SOURCES = $(libapi_la_SOURCES)
140 DIST_SOURCES = $(libapi_la_SOURCES)
141 am__can_run_installinfo = \
142   case $$AM_UPDATE_INFO_DIR in \
143     n|no|NO) false;; \
144     *) (install-info --version) >/dev/null 2>&1;; \
145   esac
146 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147 am__vpath_adj = case $$p in \
148     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149     *) f=$$p;; \
150   esac;
151 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152 am__install_max = 40
153 am__nobase_strip_setup = \
154   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
155 am__nobase_strip = \
156   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157 am__nobase_list = $(am__nobase_strip_setup); \
158   for p in $$list; do echo "$$p $$p"; done | \
159   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
160   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161     if (++n[$$2] == $(am__install_max)) \
162       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
163     END { for (dir in files) print dir, files[dir] }'
164 am__base_list = \
165   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167 am__uninstall_files_from_dir = { \
168   test -z "$$files" \
169     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
170     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
171          $(am__cd) "$$dir" && rm -f $$files; }; \
172   }
173 man3dir = $(mandir)/man3
174 am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"
175 NROFF = nroff
176 MANS = $(dist_man_MANS)
177 HEADERS = $(include_HEADERS)
178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates.  Input order is
181 # *not* preserved.
182 am__uniquify_input = $(AWK) '\
183   BEGIN { nonempty = 0; } \
184   { items[$$0] = 1; nonempty = 1; } \
185   END { if (nonempty) { for (i in items) print i; }; } \
186 '
187 # Make sure the list of sources is unique.  This is necessary because,
188 # e.g., the same source file might be shared among _SOURCES variables
189 # for different programs/libraries.
190 am__define_uniq_tagged_files = \
191   list='$(am__tagged_files)'; \
192   unique=`for i in $$list; do \
193     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194   done | $(am__uniquify_input)`
195 ETAGS = etags
196 CTAGS = ctags
197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198 ACLOCAL = @ACLOCAL@
199 AMTAR = @AMTAR@
200 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
201 AR = @AR@
202 AS = @AS@
203 AUTOCONF = @AUTOCONF@
204 AUTOHEADER = @AUTOHEADER@
205 AUTOMAKE = @AUTOMAKE@
206 AWK = @AWK@
207 CC = @CC@
208 CCDEPMODE = @CCDEPMODE@
209 CFLAGS = @CFLAGS@
210 CPP = @CPP@
211 CPPFLAGS = @CPPFLAGS@
212 CXX = @CXX@
213 CXXCPP = @CXXCPP@
214 CXXDEPMODE = @CXXDEPMODE@
215 CXXFLAGS = @CXXFLAGS@
216 CYGPATH_W = @CYGPATH_W@
217 DEFS = @DEFS@
218 DEPDIR = @DEPDIR@
219 DLLTOOL = @DLLTOOL@
220 DSYMUTIL = @DSYMUTIL@
221 DUMPBIN = @DUMPBIN@
222 ECHO_C = @ECHO_C@
223 ECHO_N = @ECHO_N@
224 ECHO_T = @ECHO_T@
225 EGREP = @EGREP@
226 EXEEXT = @EXEEXT@
227 FGREP = @FGREP@
228 GREP = @GREP@
229 GUILE = @GUILE@
230 GUILE_CONFIG = @GUILE_CONFIG@
231 GUILE_CPPFLAGS = @GUILE_CPPFLAGS@
232 GUILE_INSTALL_DIR = @GUILE_INSTALL_DIR@
233 GUILE_LIBS = @GUILE_LIBS@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 LD = @LD@
240 LDFLAGS = @LDFLAGS@
241 LIBOBJS = @LIBOBJS@
242 LIBS = @LIBS@
243 LIBTOOL = @LIBTOOL@
244 LIPO = @LIPO@
245 LN_S = @LN_S@
246 LTLIBOBJS = @LTLIBOBJS@
247 MAINT = @MAINT@
248 MAKEINFO = @MAKEINFO@
249 MANIFEST_TOOL = @MANIFEST_TOOL@
250 MATLAB = @MATLAB@
251 MEX = @MEX@
252 MEXSUFF = @MEXSUFF@
253 MEX_INSTALL_DIR = @MEX_INSTALL_DIR@
254 MKDIR_P = @MKDIR_P@
255 MKOCTFILE = @MKOCTFILE@
256 M_INSTALL_DIR = @M_INSTALL_DIR@
257 NLOPT_SUFFIX = @NLOPT_SUFFIX@
258 NM = @NM@
259 NMEDIT = @NMEDIT@
260 OBJDUMP = @OBJDUMP@
261 OBJEXT = @OBJEXT@
262 OCTAVE = @OCTAVE@
263 OCTAVE_CONFIG = @OCTAVE_CONFIG@
264 OCT_INSTALL_DIR = @OCT_INSTALL_DIR@
265 OTOOL = @OTOOL@
266 OTOOL64 = @OTOOL64@
267 PACKAGE = @PACKAGE@
268 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269 PACKAGE_NAME = @PACKAGE_NAME@
270 PACKAGE_STRING = @PACKAGE_STRING@
271 PACKAGE_TARNAME = @PACKAGE_TARNAME@
272 PACKAGE_URL = @PACKAGE_URL@
273 PACKAGE_VERSION = @PACKAGE_VERSION@
274 PATH_SEPARATOR = @PATH_SEPARATOR@
275 PYTHON = @PYTHON@
276 PYTHON_CONFIG = @PYTHON_CONFIG@
277 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
278 PYTHON_INCLUDES = @PYTHON_INCLUDES@
279 PYTHON_PLATFORM = @PYTHON_PLATFORM@
280 PYTHON_PREFIX = @PYTHON_PREFIX@
281 PYTHON_VERSION = @PYTHON_VERSION@
282 RANLIB = @RANLIB@
283 SED = @SED@
284 SET_MAKE = @SET_MAKE@
285 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
286 SHELL = @SHELL@
287 STRIP = @STRIP@
288 VERSION = @VERSION@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_CXX = @ac_ct_CXX@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__include = @am__include@
298 am__leading_dot = @am__leading_dot@
299 am__quote = @am__quote@
300 am__tar = @am__tar@
301 am__untar = @am__untar@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
309 datadir = @datadir@
310 datarootdir = @datarootdir@
311 docdir = @docdir@
312 dvidir = @dvidir@
313 exec_prefix = @exec_prefix@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 localedir = @localedir@
326 localstatedir = @localstatedir@
327 mandir = @mandir@
328 mkdir_p = @mkdir_p@
329 oldincludedir = @oldincludedir@
330 pdfdir = @pdfdir@
331 pkgpyexecdir = @pkgpyexecdir@
332 pkgpythondir = @pkgpythondir@
333 prefix = @prefix@
334 program_transform_name = @program_transform_name@
335 psdir = @psdir@
336 pyexecdir = @pyexecdir@
337 pythondir = @pythondir@
338 sbindir = @sbindir@
339 sharedstatedir = @sharedstatedir@
340 srcdir = @srcdir@
341 sysconfdir = @sysconfdir@
342 target_alias = @target_alias@
343 top_build_prefix = @top_build_prefix@
344 top_builddir = @top_builddir@
345 top_srcdir = @top_srcdir@
346 AM_CPPFLAGS = -I$(top_srcdir)/cdirect -I$(top_srcdir)/direct -I$(top_srcdir)/stogo -I$(top_srcdir)/praxis -I$(top_srcdir)/lbfgs -I$(top_srcdir)/luksan -I$(top_srcdir)/crs -I$(top_srcdir)/mlsl -I$(top_srcdir)/mma -I$(top_srcdir)/cobyla -I$(top_srcdir)/newuoa -I$(top_srcdir)/neldermead -I$(top_srcdir)/auglag -I$(top_srcdir)/bobyqa -I$(top_srcdir)/isres -I$(top_srcdir)/slsqp -I$(top_srcdir)/esch -I$(top_srcdir)/util
347 include_HEADERS = nlopt.h nlopt.f nlopt.hpp
348 noinst_LTLIBRARIES = libapi.la
349 dist_man_MANS = nlopt.3
350 libapi_la_SOURCES = general.c options.c optimize.c deprecated.c \
351 nlopt-internal.h nlopt.h f77api.c f77funcs.h f77funcs_.h
352
353 BUILT_SOURCES = nlopt.f nlopt.hpp
354 EXTRA_DIST = nlopt-in.hpp
355 all: $(BUILT_SOURCES)
356         $(MAKE) $(AM_MAKEFLAGS) all-am
357
358 .SUFFIXES:
359 .SUFFIXES: .c .lo .o .obj
360 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
361         @for dep in $?; do \
362           case '$(am__configure_deps)' in \
363             *$$dep*) \
364               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
365                 && { if test -f $@; then exit 0; else break; fi; }; \
366               exit 1;; \
367           esac; \
368         done; \
369         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu api/Makefile'; \
370         $(am__cd) $(top_srcdir) && \
371           $(AUTOMAKE) --gnu api/Makefile
372 .PRECIOUS: Makefile
373 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
374         @case '$?' in \
375           *config.status*) \
376             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
377           *) \
378             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
379             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
380         esac;
381
382 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384
385 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
386         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
388         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(am__aclocal_m4_deps):
390
391 clean-noinstLTLIBRARIES:
392         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
393         @list='$(noinst_LTLIBRARIES)'; \
394         locs=`for p in $$list; do echo $$p; done | \
395               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
396               sort -u`; \
397         test -z "$$locs" || { \
398           echo rm -f $${locs}; \
399           rm -f $${locs}; \
400         }
401
402 libapi.la: $(libapi_la_OBJECTS) $(libapi_la_DEPENDENCIES) $(EXTRA_libapi_la_DEPENDENCIES) 
403         $(AM_V_CCLD)$(LINK)  $(libapi_la_OBJECTS) $(libapi_la_LIBADD) $(LIBS)
404
405 mostlyclean-compile:
406         -rm -f *.$(OBJEXT)
407
408 distclean-compile:
409         -rm -f *.tab.c
410
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deprecated.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f77api.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/general.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/optimize.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Plo@am__quote@
416
417 .c.o:
418 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
423
424 .c.obj:
425 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
426 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
430
431 .c.lo:
432 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
433 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
437
438 mostlyclean-libtool:
439         -rm -f *.lo
440
441 clean-libtool:
442         -rm -rf .libs _libs
443 install-man3: $(dist_man_MANS)
444         @$(NORMAL_INSTALL)
445         @list1=''; \
446         list2='$(dist_man_MANS)'; \
447         test -n "$(man3dir)" \
448           && test -n "`echo $$list1$$list2`" \
449           || exit 0; \
450         echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
451         $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
452         { for i in $$list1; do echo "$$i"; done;  \
453         if test -n "$$list2"; then \
454           for i in $$list2; do echo "$$i"; done \
455             | sed -n '/\.3[a-z]*$$/p'; \
456         fi; \
457         } | while read p; do \
458           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
459           echo "$$d$$p"; echo "$$p"; \
460         done | \
461         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
462               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
463         sed 'N;N;s,\n, ,g' | { \
464         list=; while read file base inst; do \
465           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
466             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
467             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
468           fi; \
469         done; \
470         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
471         while read files; do \
472           test -z "$$files" || { \
473             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
474             $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
475         done; }
476
477 uninstall-man3:
478         @$(NORMAL_UNINSTALL)
479         @list=''; test -n "$(man3dir)" || exit 0; \
480         files=`{ for i in $$list; do echo "$$i"; done; \
481         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
482           sed -n '/\.3[a-z]*$$/p'; \
483         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
484               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
485         dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
486 install-includeHEADERS: $(include_HEADERS)
487         @$(NORMAL_INSTALL)
488         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
489         if test -n "$$list"; then \
490           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
491           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
492         fi; \
493         for p in $$list; do \
494           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
495           echo "$$d$$p"; \
496         done | $(am__base_list) | \
497         while read files; do \
498           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
499           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
500         done
501
502 uninstall-includeHEADERS:
503         @$(NORMAL_UNINSTALL)
504         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
505         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
506         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
507
508 ID: $(am__tagged_files)
509         $(am__define_uniq_tagged_files); mkid -fID $$unique
510 tags: tags-am
511 TAGS: tags
512
513 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
514         set x; \
515         here=`pwd`; \
516         $(am__define_uniq_tagged_files); \
517         shift; \
518         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
519           test -n "$$unique" || unique=$$empty_fix; \
520           if test $$# -gt 0; then \
521             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522               "$$@" $$unique; \
523           else \
524             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525               $$unique; \
526           fi; \
527         fi
528 ctags: ctags-am
529
530 CTAGS: ctags
531 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532         $(am__define_uniq_tagged_files); \
533         test -z "$(CTAGS_ARGS)$$unique" \
534           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535              $$unique
536
537 GTAGS:
538         here=`$(am__cd) $(top_builddir) && pwd` \
539           && $(am__cd) $(top_srcdir) \
540           && gtags -i $(GTAGS_ARGS) "$$here"
541 cscopelist: cscopelist-am
542
543 cscopelist-am: $(am__tagged_files)
544         list='$(am__tagged_files)'; \
545         case "$(srcdir)" in \
546           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
547           *) sdir=$(subdir)/$(srcdir) ;; \
548         esac; \
549         for i in $$list; do \
550           if test -f "$$i"; then \
551             echo "$(subdir)/$$i"; \
552           else \
553             echo "$$sdir/$$i"; \
554           fi; \
555         done >> $(top_builddir)/cscope.files
556
557 distclean-tags:
558         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
559
560 distdir: $(DISTFILES)
561         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563         list='$(DISTFILES)'; \
564           dist_files=`for file in $$list; do echo $$file; done | \
565           sed -e "s|^$$srcdirstrip/||;t" \
566               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
567         case $$dist_files in \
568           */*) $(MKDIR_P) `echo "$$dist_files" | \
569                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
570                            sort -u` ;; \
571         esac; \
572         for file in $$dist_files; do \
573           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
574           if test -d $$d/$$file; then \
575             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
576             if test -d "$(distdir)/$$file"; then \
577               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578             fi; \
579             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
580               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
584           else \
585             test -f "$(distdir)/$$file" \
586             || cp -p $$d/$$file "$(distdir)/$$file" \
587             || exit 1; \
588           fi; \
589         done
590 check-am: all-am
591 check: $(BUILT_SOURCES)
592         $(MAKE) $(AM_MAKEFLAGS) check-am
593 all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
594 installdirs:
595         for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
596           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
597         done
598 install: $(BUILT_SOURCES)
599         $(MAKE) $(AM_MAKEFLAGS) install-am
600 install-exec: install-exec-am
601 install-data: install-data-am
602 uninstall: uninstall-am
603
604 install-am: all-am
605         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
606
607 installcheck: installcheck-am
608 install-strip:
609         if test -z '$(STRIP)'; then \
610           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612               install; \
613         else \
614           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
617         fi
618 mostlyclean-generic:
619
620 clean-generic:
621
622 distclean-generic:
623         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
624         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
625
626 maintainer-clean-generic:
627         @echo "This command is intended for maintainers to use"
628         @echo "it deletes files that may require special tools to rebuild."
629         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
630 clean: clean-am
631
632 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
633         mostlyclean-am
634
635 distclean: distclean-am
636         -rm -rf ./$(DEPDIR)
637         -rm -f Makefile
638 distclean-am: clean-am distclean-compile distclean-generic \
639         distclean-tags
640
641 dvi: dvi-am
642
643 dvi-am:
644
645 html: html-am
646
647 html-am:
648
649 info: info-am
650
651 info-am:
652
653 install-data-am: install-includeHEADERS install-man
654
655 install-dvi: install-dvi-am
656
657 install-dvi-am:
658
659 install-exec-am:
660
661 install-html: install-html-am
662
663 install-html-am:
664
665 install-info: install-info-am
666
667 install-info-am:
668
669 install-man: install-man3
670
671 install-pdf: install-pdf-am
672
673 install-pdf-am:
674
675 install-ps: install-ps-am
676
677 install-ps-am:
678
679 installcheck-am:
680
681 maintainer-clean: maintainer-clean-am
682         -rm -rf ./$(DEPDIR)
683         -rm -f Makefile
684 maintainer-clean-am: distclean-am maintainer-clean-generic
685
686 mostlyclean: mostlyclean-am
687
688 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
689         mostlyclean-libtool
690
691 pdf: pdf-am
692
693 pdf-am:
694
695 ps: ps-am
696
697 ps-am:
698
699 uninstall-am: uninstall-includeHEADERS uninstall-man
700
701 uninstall-man: uninstall-man3
702
703 .MAKE: all check install install-am install-strip
704
705 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
706         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
707         ctags-am distclean distclean-compile distclean-generic \
708         distclean-libtool distclean-tags distdir dvi dvi-am html \
709         html-am info info-am install install-am install-data \
710         install-data-am install-dvi install-dvi-am install-exec \
711         install-exec-am install-html install-html-am \
712         install-includeHEADERS install-info install-info-am \
713         install-man install-man3 install-pdf install-pdf-am install-ps \
714         install-ps-am install-strip installcheck installcheck-am \
715         installdirs maintainer-clean maintainer-clean-generic \
716         mostlyclean mostlyclean-compile mostlyclean-generic \
717         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
718         uninstall-am uninstall-includeHEADERS uninstall-man \
719         uninstall-man3
720
721
722 # convert constants to F77 parameter statements & C++
723
724 @MAINTAINER_MODE_TRUE@nlopt.f: nlopt.h
725 @MAINTAINER_MODE_TRUE@  rm -f $@
726 @MAINTAINER_MODE_TRUE@  (i=0; egrep 'NLOPT_[LG][DN]|NLOPT_AUGLAG|NLOPT_G_MLSL' $(srcdir)/nlopt.h | tr -d ' =0,' | while read n; do echo "      integer $$n"; echo "      parameter ($$n=$$i)"; i=`expr $$i + 1`; done; tail -n +`grep -n enum $(srcdir)/nlopt.h |cut -d: -f1 |tail -n 1` $(srcdir)/nlopt.h  | grep NLOPT | egrep -v 'EXTERN|DEPRECATED|MINF_MAX' | cut -d, -f1 | tr -d ' ' | perl -pe 's/([A-Za-z0-9_]+)=([-+0-9]+)/      integer \1\n      parameter (\1=\2)/') > $(srcdir)/$@
727
728 @MAINTAINER_MODE_TRUE@nlopt.hpp: nlopt.h nlopt-in.hpp
729 @MAINTAINER_MODE_TRUE@  rm -f $@
730 @MAINTAINER_MODE_TRUE@  (n=`grep -n GEN_ENUMS_HERE $(srcdir)/nlopt-in.hpp | cut -d: -f1`; head -n $$n $(srcdir)/nlopt-in.hpp;  echo "  enum algorithm {"; egrep 'NLOPT_[LG][DN]|NLOPT_AUGLAG|NLOPT_G_MLSL|NLOPT_NUM_ALGORITHMS' $(srcdir)/nlopt.h | sed 's/NLOPT_//g'; echo "  };"; echo "  enum result {"; egrep 'NLOPT_[A-Z_]* =' $(srcdir)/nlopt.h | egrep -v 'NLOPT_[LG][DN]' | sed 's/NLOPT_//g'; echo "  };"; tail -n +$$n $(srcdir)/nlopt-in.hpp) > $(srcdir)/$@
731
732 # Tell versions [3.59,3.63) of GNU make to not export all variables.
733 # Otherwise a system limit (for SysV at least) may be exceeded.
734 .NOEXPORT: