chiark / gitweb /
octave4.4
[nlopt.git] / 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 = .
83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
84         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(top_srcdir)/configure $(am__configure_deps) \
86         $(srcdir)/config.h.in $(srcdir)/nlopt.pc.in COPYING TODO \
87         compile config.guess config.sub depcomp install-sh missing \
88         py-compile ltmain.sh
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_threadlocal.m4 \
91         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
92         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
93         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97  configure.lineno config.status.lineno
98 mkinstalldirs = $(install_sh) -d
99 CONFIG_HEADER = config.h
100 CONFIG_CLEAN_FILES = nlopt.pc
101 CONFIG_CLEAN_VPATH_FILES =
102 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
103 am__vpath_adj = case $$p in \
104     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
105     *) f=$$p;; \
106   esac;
107 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
108 am__install_max = 40
109 am__nobase_strip_setup = \
110   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
111 am__nobase_strip = \
112   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
113 am__nobase_list = $(am__nobase_strip_setup); \
114   for p in $$list; do echo "$$p $$p"; done | \
115   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
116   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
117     if (++n[$$2] == $(am__install_max)) \
118       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
119     END { for (dir in files) print dir, files[dir] }'
120 am__base_list = \
121   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
122   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
123 am__uninstall_files_from_dir = { \
124   test -z "$$files" \
125     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
126     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
127          $(am__cd) "$$dir" && rm -f $$files; }; \
128   }
129 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
130 LTLIBRARIES = $(lib_LTLIBRARIES)
131 libnlopt@NLOPT_SUFFIX@_la_DEPENDENCIES = direct/libdirect.la \
132         cdirect/libcdirect.la $(CXX_LIBS) praxis/libpraxis.la \
133         luksan/libluksan.la crs/libcrs.la mlsl/libmlsl.la \
134         mma/libmma.la cobyla/libcobyla.la newuoa/libnewuoa.la \
135         neldermead/libneldermead.la auglag/libauglag.la \
136         bobyqa/libbobyqa.la isres/libisres.la slsqp/libslsqp.la \
137         esch/libesch.la api/libapi.la util/libutil.la
138 am_libnlopt@NLOPT_SUFFIX@_la_OBJECTS =
139 libnlopt@NLOPT_SUFFIX@_la_OBJECTS =  \
140         $(am_libnlopt@NLOPT_SUFFIX@_la_OBJECTS)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 = 
145 libnlopt@NLOPT_SUFFIX@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
146         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
147         $(AM_CFLAGS) $(CFLAGS) $(libnlopt@NLOPT_SUFFIX@_la_LDFLAGS) \
148         $(LDFLAGS) -o $@
149 AM_V_P = $(am__v_P_@AM_V@)
150 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151 am__v_P_0 = false
152 am__v_P_1 = :
153 AM_V_GEN = $(am__v_GEN_@AM_V@)
154 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155 am__v_GEN_0 = @echo "  GEN     " $@;
156 am__v_GEN_1 = 
157 AM_V_at = $(am__v_at_@AM_V@)
158 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159 am__v_at_0 = @
160 am__v_at_1 = 
161 DEFAULT_INCLUDES = -I.@am__isrc@
162 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
166         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167         $(AM_CFLAGS) $(CFLAGS)
168 AM_V_CC = $(am__v_CC_@AM_V@)
169 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170 am__v_CC_0 = @echo "  CC      " $@;
171 am__v_CC_1 = 
172 CCLD = $(CC)
173 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175         $(AM_LDFLAGS) $(LDFLAGS) -o $@
176 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178 am__v_CCLD_0 = @echo "  CCLD    " $@;
179 am__v_CCLD_1 = 
180 SOURCES = $(libnlopt@NLOPT_SUFFIX@_la_SOURCES)
181 DIST_SOURCES = $(libnlopt@NLOPT_SUFFIX@_la_SOURCES)
182 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
183         ctags-recursive dvi-recursive html-recursive info-recursive \
184         install-data-recursive install-dvi-recursive \
185         install-exec-recursive install-html-recursive \
186         install-info-recursive install-pdf-recursive \
187         install-ps-recursive install-recursive installcheck-recursive \
188         installdirs-recursive pdf-recursive ps-recursive \
189         tags-recursive uninstall-recursive
190 am__can_run_installinfo = \
191   case $$AM_UPDATE_INFO_DIR in \
192     n|no|NO) false;; \
193     *) (install-info --version) >/dev/null 2>&1;; \
194   esac
195 DATA = $(pkgconfig_DATA)
196 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
197   distclean-recursive maintainer-clean-recursive
198 am__recursive_targets = \
199   $(RECURSIVE_TARGETS) \
200   $(RECURSIVE_CLEAN_TARGETS) \
201   $(am__extra_recursive_targets)
202 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
203         cscope distdir dist dist-all distcheck
204 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
205         $(LISP)config.h.in
206 # Read a list of newline-separated strings from the standard input,
207 # and print each of them once, without duplicates.  Input order is
208 # *not* preserved.
209 am__uniquify_input = $(AWK) '\
210   BEGIN { nonempty = 0; } \
211   { items[$$0] = 1; nonempty = 1; } \
212   END { if (nonempty) { for (i in items) print i; }; } \
213 '
214 # Make sure the list of sources is unique.  This is necessary because,
215 # e.g., the same source file might be shared among _SOURCES variables
216 # for different programs/libraries.
217 am__define_uniq_tagged_files = \
218   list='$(am__tagged_files)'; \
219   unique=`for i in $$list; do \
220     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
221   done | $(am__uniquify_input)`
222 ETAGS = etags
223 CTAGS = ctags
224 CSCOPE = cscope
225 DIST_SUBDIRS = util direct cdirect stogo praxis luksan crs mlsl mma \
226         cobyla newuoa neldermead auglag bobyqa isres slsqp esch api . \
227         octave test swig
228 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229 distdir = $(PACKAGE)-$(VERSION)
230 top_distdir = $(distdir)
231 am__remove_distdir = \
232   if test -d "$(distdir)"; then \
233     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
234       && rm -rf "$(distdir)" \
235       || { sleep 5 && rm -rf "$(distdir)"; }; \
236   else :; fi
237 am__post_remove_distdir = $(am__remove_distdir)
238 am__relativize = \
239   dir0=`pwd`; \
240   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
241   sed_rest='s,^[^/]*/*,,'; \
242   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
243   sed_butlast='s,/*[^/]*$$,,'; \
244   while test -n "$$dir1"; do \
245     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
246     if test "$$first" != "."; then \
247       if test "$$first" = ".."; then \
248         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
249         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
250       else \
251         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
252         if test "$$first2" = "$$first"; then \
253           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
254         else \
255           dir2="../$$dir2"; \
256         fi; \
257         dir0="$$dir0"/"$$first"; \
258       fi; \
259     fi; \
260     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
261   done; \
262   reldir="$$dir2"
263 DIST_ARCHIVES = $(distdir).tar.gz
264 GZIP_ENV = --best
265 DIST_TARGETS = dist-gzip
266 distuninstallcheck_listfiles = find . -type f -print
267 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
268   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
269 distcleancheck_listfiles = find . -type f -print
270 ACLOCAL = @ACLOCAL@
271 AMTAR = @AMTAR@
272 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
273 AR = @AR@
274 AS = @AS@
275 AUTOCONF = @AUTOCONF@
276 AUTOHEADER = @AUTOHEADER@
277 AUTOMAKE = @AUTOMAKE@
278 AWK = @AWK@
279 CC = @CC@
280 CCDEPMODE = @CCDEPMODE@
281 CFLAGS = @CFLAGS@
282 CPP = @CPP@
283 CPPFLAGS = @CPPFLAGS@
284 CXX = @CXX@
285 CXXCPP = @CXXCPP@
286 CXXDEPMODE = @CXXDEPMODE@
287 CXXFLAGS = @CXXFLAGS@
288 CYGPATH_W = @CYGPATH_W@
289 DEFS = @DEFS@
290 DEPDIR = @DEPDIR@
291 DLLTOOL = @DLLTOOL@
292 DSYMUTIL = @DSYMUTIL@
293 DUMPBIN = @DUMPBIN@
294 ECHO_C = @ECHO_C@
295 ECHO_N = @ECHO_N@
296 ECHO_T = @ECHO_T@
297 EGREP = @EGREP@
298 EXEEXT = @EXEEXT@
299 FGREP = @FGREP@
300 GREP = @GREP@
301 GUILE = @GUILE@
302 GUILE_CONFIG = @GUILE_CONFIG@
303 GUILE_CPPFLAGS = @GUILE_CPPFLAGS@
304 GUILE_INSTALL_DIR = @GUILE_INSTALL_DIR@
305 GUILE_LIBS = @GUILE_LIBS@
306 INSTALL = @INSTALL@
307 INSTALL_DATA = @INSTALL_DATA@
308 INSTALL_PROGRAM = @INSTALL_PROGRAM@
309 INSTALL_SCRIPT = @INSTALL_SCRIPT@
310 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
311 LD = @LD@
312 LDFLAGS = @LDFLAGS@
313 LIBOBJS = @LIBOBJS@
314 LIBS = @LIBS@
315 LIBTOOL = @LIBTOOL@
316 LIPO = @LIPO@
317 LN_S = @LN_S@
318 LTLIBOBJS = @LTLIBOBJS@
319 MAINT = @MAINT@
320 MAKEINFO = @MAKEINFO@
321 MANIFEST_TOOL = @MANIFEST_TOOL@
322 MATLAB = @MATLAB@
323 MEX = @MEX@
324 MEXSUFF = @MEXSUFF@
325 MEX_INSTALL_DIR = @MEX_INSTALL_DIR@
326 MKDIR_P = @MKDIR_P@
327 MKOCTFILE = @MKOCTFILE@
328 M_INSTALL_DIR = @M_INSTALL_DIR@
329 NLOPT_SUFFIX = @NLOPT_SUFFIX@
330 NM = @NM@
331 NMEDIT = @NMEDIT@
332 OBJDUMP = @OBJDUMP@
333 OBJEXT = @OBJEXT@
334 OCTAVE = @OCTAVE@
335 OCTAVE_CONFIG = @OCTAVE_CONFIG@
336 OCT_INSTALL_DIR = @OCT_INSTALL_DIR@
337 OTOOL = @OTOOL@
338 OTOOL64 = @OTOOL64@
339 PACKAGE = @PACKAGE@
340 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
341 PACKAGE_NAME = @PACKAGE_NAME@
342 PACKAGE_STRING = @PACKAGE_STRING@
343 PACKAGE_TARNAME = @PACKAGE_TARNAME@
344 PACKAGE_URL = @PACKAGE_URL@
345 PACKAGE_VERSION = @PACKAGE_VERSION@
346 PATH_SEPARATOR = @PATH_SEPARATOR@
347 PYTHON = @PYTHON@
348 PYTHON_CONFIG = @PYTHON_CONFIG@
349 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
350 PYTHON_INCLUDES = @PYTHON_INCLUDES@
351 PYTHON_PLATFORM = @PYTHON_PLATFORM@
352 PYTHON_PREFIX = @PYTHON_PREFIX@
353 PYTHON_VERSION = @PYTHON_VERSION@
354 RANLIB = @RANLIB@
355 SED = @SED@
356 SET_MAKE = @SET_MAKE@
357 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
358 SHELL = @SHELL@
359 STRIP = @STRIP@
360 VERSION = @VERSION@
361 abs_builddir = @abs_builddir@
362 abs_srcdir = @abs_srcdir@
363 abs_top_builddir = @abs_top_builddir@
364 abs_top_srcdir = @abs_top_srcdir@
365 ac_ct_AR = @ac_ct_AR@
366 ac_ct_CC = @ac_ct_CC@
367 ac_ct_CXX = @ac_ct_CXX@
368 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
369 am__include = @am__include@
370 am__leading_dot = @am__leading_dot@
371 am__quote = @am__quote@
372 am__tar = @am__tar@
373 am__untar = @am__untar@
374 bindir = @bindir@
375 build = @build@
376 build_alias = @build_alias@
377 build_cpu = @build_cpu@
378 build_os = @build_os@
379 build_vendor = @build_vendor@
380 builddir = @builddir@
381 datadir = @datadir@
382 datarootdir = @datarootdir@
383 docdir = @docdir@
384 dvidir = @dvidir@
385 exec_prefix = @exec_prefix@
386 host = @host@
387 host_alias = @host_alias@
388 host_cpu = @host_cpu@
389 host_os = @host_os@
390 host_vendor = @host_vendor@
391 htmldir = @htmldir@
392 includedir = @includedir@
393 infodir = @infodir@
394 install_sh = @install_sh@
395 libdir = @libdir@
396 libexecdir = @libexecdir@
397 localedir = @localedir@
398 localstatedir = @localstatedir@
399 mandir = @mandir@
400 mkdir_p = @mkdir_p@
401 oldincludedir = @oldincludedir@
402 pdfdir = @pdfdir@
403 pkgpyexecdir = @pkgpyexecdir@
404 pkgpythondir = @pkgpythondir@
405 prefix = @prefix@
406 program_transform_name = @program_transform_name@
407 psdir = @psdir@
408 pyexecdir = @pyexecdir@
409 pythondir = @pythondir@
410 sbindir = @sbindir@
411 sharedstatedir = @sharedstatedir@
412 srcdir = @srcdir@
413 sysconfdir = @sysconfdir@
414 target_alias = @target_alias@
415 top_build_prefix = @top_build_prefix@
416 top_builddir = @top_builddir@
417 top_srcdir = @top_srcdir@
418 OPTIONS_AUTOMAKE = gnu
419 lib_LTLIBRARIES = libnlopt@NLOPT_SUFFIX@.la
420 ACLOCAL_AMFLAGS = -I m4
421 @WITH_CXX_TRUE@CXX_DIRS = stogo
422 @WITH_CXX_TRUE@CXX_LIBS = stogo/libstogo.la
423 SUBDIRS = util direct cdirect $(CXX_DIRS) praxis luksan crs mlsl mma cobyla newuoa neldermead auglag bobyqa isres slsqp esch api . octave test swig
424 EXTRA_DIST = autogen.sh nlopt.pc.in m4
425 libnlopt@NLOPT_SUFFIX@_la_SOURCES = 
426 libnlopt@NLOPT_SUFFIX@_la_LIBADD = direct/libdirect.la                  \
427 cdirect/libcdirect.la $(CXX_LIBS) praxis/libpraxis.la \
428 luksan/libluksan.la crs/libcrs.la mlsl/libmlsl.la mma/libmma.la         \
429 cobyla/libcobyla.la newuoa/libnewuoa.la neldermead/libneldermead.la     \
430 auglag/libauglag.la bobyqa/libbobyqa.la isres/libisres.la               \
431 slsqp/libslsqp.la esch/libesch.la api/libapi.la util/libutil.la
432
433 @WITH_CXX_FALSE@libnlopt@NLOPT_SUFFIX@_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
434 @WITH_CXX_TRUE@libnlopt@NLOPT_SUFFIX@_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
435 pkgconfigdir = $(libdir)/pkgconfig
436 pkgconfig_DATA = nlopt.pc
437 all: config.h
438         $(MAKE) $(AM_MAKEFLAGS) all-recursive
439
440 .SUFFIXES:
441 am--refresh: Makefile
442         @:
443 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
444         @for dep in $?; do \
445           case '$(am__configure_deps)' in \
446             *$$dep*) \
447               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
448               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
449                 && exit 0; \
450               exit 1;; \
451           esac; \
452         done; \
453         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
454         $(am__cd) $(top_srcdir) && \
455           $(AUTOMAKE) --gnu Makefile
456 .PRECIOUS: Makefile
457 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
458         @case '$?' in \
459           *config.status*) \
460             echo ' $(SHELL) ./config.status'; \
461             $(SHELL) ./config.status;; \
462           *) \
463             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
464             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
465         esac;
466
467 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
468         $(SHELL) ./config.status --recheck
469
470 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
471         $(am__cd) $(srcdir) && $(AUTOCONF)
472 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
473         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
474 $(am__aclocal_m4_deps):
475
476 config.h: stamp-h1
477         @test -f $@ || rm -f stamp-h1
478         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
479
480 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
481         @rm -f stamp-h1
482         cd $(top_builddir) && $(SHELL) ./config.status config.h
483 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
484         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
485         rm -f stamp-h1
486         touch $@
487
488 distclean-hdr:
489         -rm -f config.h stamp-h1
490 nlopt.pc: $(top_builddir)/config.status $(srcdir)/nlopt.pc.in
491         cd $(top_builddir) && $(SHELL) ./config.status $@
492
493 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
494         @$(NORMAL_INSTALL)
495         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
496         list2=; for p in $$list; do \
497           if test -f $$p; then \
498             list2="$$list2 $$p"; \
499           else :; fi; \
500         done; \
501         test -z "$$list2" || { \
502           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
503           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
504           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
505           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
506         }
507
508 uninstall-libLTLIBRARIES:
509         @$(NORMAL_UNINSTALL)
510         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
511         for p in $$list; do \
512           $(am__strip_dir) \
513           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
514           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
515         done
516
517 clean-libLTLIBRARIES:
518         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
519         @list='$(lib_LTLIBRARIES)'; \
520         locs=`for p in $$list; do echo $$p; done | \
521               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
522               sort -u`; \
523         test -z "$$locs" || { \
524           echo rm -f $${locs}; \
525           rm -f $${locs}; \
526         }
527
528 libnlopt@NLOPT_SUFFIX@.la: $(libnlopt@NLOPT_SUFFIX@_la_OBJECTS) $(libnlopt@NLOPT_SUFFIX@_la_DEPENDENCIES) $(EXTRA_libnlopt@NLOPT_SUFFIX@_la_DEPENDENCIES) 
529         $(AM_V_CCLD)$(libnlopt@NLOPT_SUFFIX@_la_LINK) -rpath $(libdir) $(libnlopt@NLOPT_SUFFIX@_la_OBJECTS) $(libnlopt@NLOPT_SUFFIX@_la_LIBADD) $(LIBS)
530
531 mostlyclean-compile:
532         -rm -f *.$(OBJEXT)
533
534 distclean-compile:
535         -rm -f *.tab.c
536
537 mostlyclean-libtool:
538         -rm -f *.lo
539
540 clean-libtool:
541         -rm -rf .libs _libs
542
543 distclean-libtool:
544         -rm -f libtool config.lt
545 install-pkgconfigDATA: $(pkgconfig_DATA)
546         @$(NORMAL_INSTALL)
547         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
548         if test -n "$$list"; then \
549           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
550           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
551         fi; \
552         for p in $$list; do \
553           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
554           echo "$$d$$p"; \
555         done | $(am__base_list) | \
556         while read files; do \
557           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
558           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
559         done
560
561 uninstall-pkgconfigDATA:
562         @$(NORMAL_UNINSTALL)
563         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
564         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
565         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
566
567 # This directory's subdirectories are mostly independent; you can cd
568 # into them and run 'make' without going through this Makefile.
569 # To change the values of 'make' variables: instead of editing Makefiles,
570 # (1) if the variable is set in 'config.status', edit 'config.status'
571 #     (which will cause the Makefiles to be regenerated when you run 'make');
572 # (2) otherwise, pass the desired values on the 'make' command line.
573 $(am__recursive_targets):
574         @fail=; \
575         if $(am__make_keepgoing); then \
576           failcom='fail=yes'; \
577         else \
578           failcom='exit 1'; \
579         fi; \
580         dot_seen=no; \
581         target=`echo $@ | sed s/-recursive//`; \
582         case "$@" in \
583           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
584           *) list='$(SUBDIRS)' ;; \
585         esac; \
586         for subdir in $$list; do \
587           echo "Making $$target in $$subdir"; \
588           if test "$$subdir" = "."; then \
589             dot_seen=yes; \
590             local_target="$$target-am"; \
591           else \
592             local_target="$$target"; \
593           fi; \
594           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
595           || eval $$failcom; \
596         done; \
597         if test "$$dot_seen" = "no"; then \
598           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
599         fi; test -z "$$fail"
600
601 ID: $(am__tagged_files)
602         $(am__define_uniq_tagged_files); mkid -fID $$unique
603 tags: tags-recursive
604 TAGS: tags
605
606 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607         set x; \
608         here=`pwd`; \
609         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
610           include_option=--etags-include; \
611           empty_fix=.; \
612         else \
613           include_option=--include; \
614           empty_fix=; \
615         fi; \
616         list='$(SUBDIRS)'; for subdir in $$list; do \
617           if test "$$subdir" = .; then :; else \
618             test ! -f $$subdir/TAGS || \
619               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
620           fi; \
621         done; \
622         $(am__define_uniq_tagged_files); \
623         shift; \
624         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
625           test -n "$$unique" || unique=$$empty_fix; \
626           if test $$# -gt 0; then \
627             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
628               "$$@" $$unique; \
629           else \
630             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
631               $$unique; \
632           fi; \
633         fi
634 ctags: ctags-recursive
635
636 CTAGS: ctags
637 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
638         $(am__define_uniq_tagged_files); \
639         test -z "$(CTAGS_ARGS)$$unique" \
640           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
641              $$unique
642
643 GTAGS:
644         here=`$(am__cd) $(top_builddir) && pwd` \
645           && $(am__cd) $(top_srcdir) \
646           && gtags -i $(GTAGS_ARGS) "$$here"
647 cscope: cscope.files
648         test ! -s cscope.files \
649           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
650 clean-cscope:
651         -rm -f cscope.files
652 cscope.files: clean-cscope cscopelist
653 cscopelist: cscopelist-recursive
654
655 cscopelist-am: $(am__tagged_files)
656         list='$(am__tagged_files)'; \
657         case "$(srcdir)" in \
658           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
659           *) sdir=$(subdir)/$(srcdir) ;; \
660         esac; \
661         for i in $$list; do \
662           if test -f "$$i"; then \
663             echo "$(subdir)/$$i"; \
664           else \
665             echo "$$sdir/$$i"; \
666           fi; \
667         done >> $(top_builddir)/cscope.files
668
669 distclean-tags:
670         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
671         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
672
673 distdir: $(DISTFILES)
674         $(am__remove_distdir)
675         test -d "$(distdir)" || mkdir "$(distdir)"
676         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
677         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
678         list='$(DISTFILES)'; \
679           dist_files=`for file in $$list; do echo $$file; done | \
680           sed -e "s|^$$srcdirstrip/||;t" \
681               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
682         case $$dist_files in \
683           */*) $(MKDIR_P) `echo "$$dist_files" | \
684                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
685                            sort -u` ;; \
686         esac; \
687         for file in $$dist_files; do \
688           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
689           if test -d $$d/$$file; then \
690             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
691             if test -d "$(distdir)/$$file"; then \
692               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
693             fi; \
694             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
695               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
696               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
697             fi; \
698             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
699           else \
700             test -f "$(distdir)/$$file" \
701             || cp -p $$d/$$file "$(distdir)/$$file" \
702             || exit 1; \
703           fi; \
704         done
705         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
706           if test "$$subdir" = .; then :; else \
707             $(am__make_dryrun) \
708               || test -d "$(distdir)/$$subdir" \
709               || $(MKDIR_P) "$(distdir)/$$subdir" \
710               || exit 1; \
711             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
712             $(am__relativize); \
713             new_distdir=$$reldir; \
714             dir1=$$subdir; dir2="$(top_distdir)"; \
715             $(am__relativize); \
716             new_top_distdir=$$reldir; \
717             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
718             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
719             ($(am__cd) $$subdir && \
720               $(MAKE) $(AM_MAKEFLAGS) \
721                 top_distdir="$$new_top_distdir" \
722                 distdir="$$new_distdir" \
723                 am__remove_distdir=: \
724                 am__skip_length_check=: \
725                 am__skip_mode_fix=: \
726                 distdir) \
727               || exit 1; \
728           fi; \
729         done
730         -test -n "$(am__skip_mode_fix)" \
731         || find "$(distdir)" -type d ! -perm -755 \
732                 -exec chmod u+rwx,go+rx {} \; -o \
733           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
734           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
735           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
736         || chmod -R a+r "$(distdir)"
737 dist-gzip: distdir
738         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
739         $(am__post_remove_distdir)
740
741 dist-bzip2: distdir
742         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
743         $(am__post_remove_distdir)
744
745 dist-lzip: distdir
746         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
747         $(am__post_remove_distdir)
748
749 dist-xz: distdir
750         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
751         $(am__post_remove_distdir)
752
753 dist-tarZ: distdir
754         @echo WARNING: "Support for shar distribution archives is" \
755                        "deprecated." >&2
756         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
757         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
758         $(am__post_remove_distdir)
759
760 dist-shar: distdir
761         @echo WARNING: "Support for distribution archives compressed with" \
762                        "legacy program 'compress' is deprecated." >&2
763         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
764         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
765         $(am__post_remove_distdir)
766
767 dist-zip: distdir
768         -rm -f $(distdir).zip
769         zip -rq $(distdir).zip $(distdir)
770         $(am__post_remove_distdir)
771
772 dist dist-all:
773         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
774         $(am__post_remove_distdir)
775
776 # This target untars the dist file and tries a VPATH configuration.  Then
777 # it guarantees that the distribution is self-contained by making another
778 # tarfile.
779 distcheck: dist
780         case '$(DIST_ARCHIVES)' in \
781         *.tar.gz*) \
782           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
783         *.tar.bz2*) \
784           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
785         *.tar.lz*) \
786           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
787         *.tar.xz*) \
788           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
789         *.tar.Z*) \
790           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
791         *.shar.gz*) \
792           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
793         *.zip*) \
794           unzip $(distdir).zip ;;\
795         esac
796         chmod -R a-w $(distdir)
797         chmod u+w $(distdir)
798         mkdir $(distdir)/_build $(distdir)/_inst
799         chmod a-w $(distdir)
800         test -d $(distdir)/_build || exit 0; \
801         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
802           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
803           && am__cwd=`pwd` \
804           && $(am__cd) $(distdir)/_build \
805           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
806             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
807             $(DISTCHECK_CONFIGURE_FLAGS) \
808           && $(MAKE) $(AM_MAKEFLAGS) \
809           && $(MAKE) $(AM_MAKEFLAGS) dvi \
810           && $(MAKE) $(AM_MAKEFLAGS) check \
811           && $(MAKE) $(AM_MAKEFLAGS) install \
812           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
813           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
814           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
815                 distuninstallcheck \
816           && chmod -R a-w "$$dc_install_base" \
817           && ({ \
818                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
819                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
820                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
821                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
822                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
823               } || { rm -rf "$$dc_destdir"; exit 1; }) \
824           && rm -rf "$$dc_destdir" \
825           && $(MAKE) $(AM_MAKEFLAGS) dist \
826           && rm -rf $(DIST_ARCHIVES) \
827           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
828           && cd "$$am__cwd" \
829           || exit 1
830         $(am__post_remove_distdir)
831         @(echo "$(distdir) archives ready for distribution: "; \
832           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
833           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
834 distuninstallcheck:
835         @test -n '$(distuninstallcheck_dir)' || { \
836           echo 'ERROR: trying to run $@ with an empty' \
837                '$$(distuninstallcheck_dir)' >&2; \
838           exit 1; \
839         }; \
840         $(am__cd) '$(distuninstallcheck_dir)' || { \
841           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
842           exit 1; \
843         }; \
844         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
845            || { echo "ERROR: files left after uninstall:" ; \
846                 if test -n "$(DESTDIR)"; then \
847                   echo "  (check DESTDIR support)"; \
848                 fi ; \
849                 $(distuninstallcheck_listfiles) ; \
850                 exit 1; } >&2
851 distcleancheck: distclean
852         @if test '$(srcdir)' = . ; then \
853           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
854           exit 1 ; \
855         fi
856         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
857           || { echo "ERROR: files left in build directory after distclean:" ; \
858                $(distcleancheck_listfiles) ; \
859                exit 1; } >&2
860 check-am: all-am
861 check: check-recursive
862 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h
863 installdirs: installdirs-recursive
864 installdirs-am:
865         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
866           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
867         done
868 install: install-recursive
869 install-exec: install-exec-recursive
870 install-data: install-data-recursive
871 uninstall: uninstall-recursive
872
873 install-am: all-am
874         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
875
876 installcheck: installcheck-recursive
877 install-strip:
878         if test -z '$(STRIP)'; then \
879           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
880             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
881               install; \
882         else \
883           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
884             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
885             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
886         fi
887 mostlyclean-generic:
888
889 clean-generic:
890
891 distclean-generic:
892         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
893         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
894
895 maintainer-clean-generic:
896         @echo "This command is intended for maintainers to use"
897         @echo "it deletes files that may require special tools to rebuild."
898 clean: clean-recursive
899
900 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
901         mostlyclean-am
902
903 distclean: distclean-recursive
904         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
905         -rm -f Makefile
906 distclean-am: clean-am distclean-compile distclean-generic \
907         distclean-hdr distclean-libtool distclean-tags
908
909 dvi: dvi-recursive
910
911 dvi-am:
912
913 html: html-recursive
914
915 html-am:
916
917 info: info-recursive
918
919 info-am:
920
921 install-data-am: install-pkgconfigDATA
922
923 install-dvi: install-dvi-recursive
924
925 install-dvi-am:
926
927 install-exec-am: install-libLTLIBRARIES
928
929 install-html: install-html-recursive
930
931 install-html-am:
932
933 install-info: install-info-recursive
934
935 install-info-am:
936
937 install-man:
938
939 install-pdf: install-pdf-recursive
940
941 install-pdf-am:
942
943 install-ps: install-ps-recursive
944
945 install-ps-am:
946
947 installcheck-am:
948
949 maintainer-clean: maintainer-clean-recursive
950         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
951         -rm -rf $(top_srcdir)/autom4te.cache
952         -rm -f Makefile
953 maintainer-clean-am: distclean-am maintainer-clean-generic
954
955 mostlyclean: mostlyclean-recursive
956
957 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
958         mostlyclean-libtool
959
960 pdf: pdf-recursive
961
962 pdf-am:
963
964 ps: ps-recursive
965
966 ps-am:
967
968 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
969
970 .MAKE: $(am__recursive_targets) all install-am install-strip
971
972 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
973         am--refresh check check-am clean clean-cscope clean-generic \
974         clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
975         ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
976         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
977         distclean-compile distclean-generic distclean-hdr \
978         distclean-libtool distclean-tags distcleancheck distdir \
979         distuninstallcheck dvi dvi-am html html-am info info-am \
980         install install-am install-data install-data-am install-dvi \
981         install-dvi-am install-exec install-exec-am install-html \
982         install-html-am install-info install-info-am \
983         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
984         install-pkgconfigDATA install-ps install-ps-am install-strip \
985         installcheck installcheck-am installdirs installdirs-am \
986         maintainer-clean maintainer-clean-generic mostlyclean \
987         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
988         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
989         uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
990
991
992 @MAINTAINER_MODE_TRUE@README: README.md
993 @MAINTAINER_MODE_TRUE@  cp -f $(srcdir)/README.md $@
994
995 # Tell versions [3.59,3.63) of GNU make to not export all variables.
996 # Otherwise a system limit (for SysV at least) may be exceeded.
997 .NOEXPORT: