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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = neldermead
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/depcomp README
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_threadlocal.m4 \
86	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
87	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
88	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90	$(ACLOCAL_M4)
91mkinstalldirs = $(install_sh) -d
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95LTLIBRARIES = $(noinst_LTLIBRARIES)
96libneldermead_la_LIBADD =
97am_libneldermead_la_OBJECTS = nldrmd.lo sbplx.lo
98libneldermead_la_OBJECTS = $(am_libneldermead_la_OBJECTS)
99AM_V_lt = $(am__v_lt_@AM_V@)
100am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
101am__v_lt_0 = --silent
102am__v_lt_1 =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
116depcomp = $(SHELL) $(top_srcdir)/depcomp
117am__depfiles_maybe = depfiles
118am__mv = mv -f
119COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
120	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
122	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
123	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
124	$(AM_CFLAGS) $(CFLAGS)
125AM_V_CC = $(am__v_CC_@AM_V@)
126am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
127am__v_CC_0 = @echo "  CC      " $@;
128am__v_CC_1 =
129CCLD = $(CC)
130LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132	$(AM_LDFLAGS) $(LDFLAGS) -o $@
133AM_V_CCLD = $(am__v_CCLD_@AM_V@)
134am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
135am__v_CCLD_0 = @echo "  CCLD    " $@;
136am__v_CCLD_1 =
137SOURCES = $(libneldermead_la_SOURCES)
138DIST_SOURCES = $(libneldermead_la_SOURCES)
139am__can_run_installinfo = \
140  case $$AM_UPDATE_INFO_DIR in \
141    n|no|NO) false;; \
142    *) (install-info --version) >/dev/null 2>&1;; \
143  esac
144am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
145# Read a list of newline-separated strings from the standard input,
146# and print each of them once, without duplicates.  Input order is
147# *not* preserved.
148am__uniquify_input = $(AWK) '\
149  BEGIN { nonempty = 0; } \
150  { items[$$0] = 1; nonempty = 1; } \
151  END { if (nonempty) { for (i in items) print i; }; } \
152'
153# Make sure the list of sources is unique.  This is necessary because,
154# e.g., the same source file might be shared among _SOURCES variables
155# for different programs/libraries.
156am__define_uniq_tagged_files = \
157  list='$(am__tagged_files)'; \
158  unique=`for i in $$list; do \
159    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160  done | $(am__uniquify_input)`
161ETAGS = etags
162CTAGS = ctags
163DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164ACLOCAL = @ACLOCAL@
165AMTAR = @AMTAR@
166AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
167AR = @AR@
168AS = @AS@
169AUTOCONF = @AUTOCONF@
170AUTOHEADER = @AUTOHEADER@
171AUTOMAKE = @AUTOMAKE@
172AWK = @AWK@
173CC = @CC@
174CCDEPMODE = @CCDEPMODE@
175CFLAGS = @CFLAGS@
176CPP = @CPP@
177CPPFLAGS = @CPPFLAGS@
178CXX = @CXX@
179CXXCPP = @CXXCPP@
180CXXDEPMODE = @CXXDEPMODE@
181CXXFLAGS = @CXXFLAGS@
182CYGPATH_W = @CYGPATH_W@
183DEFS = @DEFS@
184DEPDIR = @DEPDIR@
185DLLTOOL = @DLLTOOL@
186DSYMUTIL = @DSYMUTIL@
187DUMPBIN = @DUMPBIN@
188ECHO_C = @ECHO_C@
189ECHO_N = @ECHO_N@
190ECHO_T = @ECHO_T@
191EGREP = @EGREP@
192EXEEXT = @EXEEXT@
193FGREP = @FGREP@
194GREP = @GREP@
195GUILE = @GUILE@
196GUILE_CONFIG = @GUILE_CONFIG@
197GUILE_CPPFLAGS = @GUILE_CPPFLAGS@
198GUILE_INSTALL_DIR = @GUILE_INSTALL_DIR@
199GUILE_LIBS = @GUILE_LIBS@
200INSTALL = @INSTALL@
201INSTALL_DATA = @INSTALL_DATA@
202INSTALL_PROGRAM = @INSTALL_PROGRAM@
203INSTALL_SCRIPT = @INSTALL_SCRIPT@
204INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
205LD = @LD@
206LDFLAGS = @LDFLAGS@
207LIBOBJS = @LIBOBJS@
208LIBS = @LIBS@
209LIBTOOL = @LIBTOOL@
210LIPO = @LIPO@
211LN_S = @LN_S@
212LTLIBOBJS = @LTLIBOBJS@
213MAINT = @MAINT@
214MAKEINFO = @MAKEINFO@
215MANIFEST_TOOL = @MANIFEST_TOOL@
216MATLAB = @MATLAB@
217MEX = @MEX@
218MEXSUFF = @MEXSUFF@
219MEX_INSTALL_DIR = @MEX_INSTALL_DIR@
220MKDIR_P = @MKDIR_P@
221MKOCTFILE = @MKOCTFILE@
222M_INSTALL_DIR = @M_INSTALL_DIR@
223NLOPT_SUFFIX = @NLOPT_SUFFIX@
224NM = @NM@
225NMEDIT = @NMEDIT@
226OBJDUMP = @OBJDUMP@
227OBJEXT = @OBJEXT@
228OCTAVE = @OCTAVE@
229OCTAVE_CONFIG = @OCTAVE_CONFIG@
230OCT_INSTALL_DIR = @OCT_INSTALL_DIR@
231OTOOL = @OTOOL@
232OTOOL64 = @OTOOL64@
233PACKAGE = @PACKAGE@
234PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
235PACKAGE_NAME = @PACKAGE_NAME@
236PACKAGE_STRING = @PACKAGE_STRING@
237PACKAGE_TARNAME = @PACKAGE_TARNAME@
238PACKAGE_URL = @PACKAGE_URL@
239PACKAGE_VERSION = @PACKAGE_VERSION@
240PATH_SEPARATOR = @PATH_SEPARATOR@
241PYTHON = @PYTHON@
242PYTHON_CONFIG = @PYTHON_CONFIG@
243PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
244PYTHON_INCLUDES = @PYTHON_INCLUDES@
245PYTHON_PLATFORM = @PYTHON_PLATFORM@
246PYTHON_PREFIX = @PYTHON_PREFIX@
247PYTHON_VERSION = @PYTHON_VERSION@
248RANLIB = @RANLIB@
249SED = @SED@
250SET_MAKE = @SET_MAKE@
251SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
252SHELL = @SHELL@
253STRIP = @STRIP@
254VERSION = @VERSION@
255abs_builddir = @abs_builddir@
256abs_srcdir = @abs_srcdir@
257abs_top_builddir = @abs_top_builddir@
258abs_top_srcdir = @abs_top_srcdir@
259ac_ct_AR = @ac_ct_AR@
260ac_ct_CC = @ac_ct_CC@
261ac_ct_CXX = @ac_ct_CXX@
262ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
263am__include = @am__include@
264am__leading_dot = @am__leading_dot@
265am__quote = @am__quote@
266am__tar = @am__tar@
267am__untar = @am__untar@
268bindir = @bindir@
269build = @build@
270build_alias = @build_alias@
271build_cpu = @build_cpu@
272build_os = @build_os@
273build_vendor = @build_vendor@
274builddir = @builddir@
275datadir = @datadir@
276datarootdir = @datarootdir@
277docdir = @docdir@
278dvidir = @dvidir@
279exec_prefix = @exec_prefix@
280host = @host@
281host_alias = @host_alias@
282host_cpu = @host_cpu@
283host_os = @host_os@
284host_vendor = @host_vendor@
285htmldir = @htmldir@
286includedir = @includedir@
287infodir = @infodir@
288install_sh = @install_sh@
289libdir = @libdir@
290libexecdir = @libexecdir@
291localedir = @localedir@
292localstatedir = @localstatedir@
293mandir = @mandir@
294mkdir_p = @mkdir_p@
295oldincludedir = @oldincludedir@
296pdfdir = @pdfdir@
297pkgpyexecdir = @pkgpyexecdir@
298pkgpythondir = @pkgpythondir@
299prefix = @prefix@
300program_transform_name = @program_transform_name@
301psdir = @psdir@
302pyexecdir = @pyexecdir@
303pythondir = @pythondir@
304sbindir = @sbindir@
305sharedstatedir = @sharedstatedir@
306srcdir = @srcdir@
307sysconfdir = @sysconfdir@
308target_alias = @target_alias@
309top_build_prefix = @top_build_prefix@
310top_builddir = @top_builddir@
311top_srcdir = @top_srcdir@
312AM_CPPFLAGS = -I$(top_srcdir)/util -I$(top_srcdir)/api
313noinst_LTLIBRARIES = libneldermead.la
314libneldermead_la_SOURCES = nldrmd.c neldermead.h sbplx.c
315EXTRA_DIST = README
316all: all-am
317
318.SUFFIXES:
319.SUFFIXES: .c .lo .o .obj
320$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
321	@for dep in $?; do \
322	  case '$(am__configure_deps)' in \
323	    *$$dep*) \
324	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325	        && { if test -f $@; then exit 0; else break; fi; }; \
326	      exit 1;; \
327	  esac; \
328	done; \
329	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu neldermead/Makefile'; \
330	$(am__cd) $(top_srcdir) && \
331	  $(AUTOMAKE) --gnu neldermead/Makefile
332.PRECIOUS: Makefile
333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334	@case '$?' in \
335	  *config.status*) \
336	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337	  *) \
338	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340	esac;
341
342$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
345$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
346	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
348	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349$(am__aclocal_m4_deps):
350
351clean-noinstLTLIBRARIES:
352	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
353	@list='$(noinst_LTLIBRARIES)'; \
354	locs=`for p in $$list; do echo $$p; done | \
355	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
356	      sort -u`; \
357	test -z "$$locs" || { \
358	  echo rm -f $${locs}; \
359	  rm -f $${locs}; \
360	}
361
362libneldermead.la: $(libneldermead_la_OBJECTS) $(libneldermead_la_DEPENDENCIES) $(EXTRA_libneldermead_la_DEPENDENCIES)
363	$(AM_V_CCLD)$(LINK)  $(libneldermead_la_OBJECTS) $(libneldermead_la_LIBADD) $(LIBS)
364
365mostlyclean-compile:
366	-rm -f *.$(OBJEXT)
367
368distclean-compile:
369	-rm -f *.tab.c
370
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nldrmd.Plo@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sbplx.Plo@am__quote@
373
374.c.o:
375@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
376@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
377@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
380
381.c.obj:
382@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
383@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
387
388.c.lo:
389@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
390@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
391@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
392@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
394
395mostlyclean-libtool:
396	-rm -f *.lo
397
398clean-libtool:
399	-rm -rf .libs _libs
400
401ID: $(am__tagged_files)
402	$(am__define_uniq_tagged_files); mkid -fID $$unique
403tags: tags-am
404TAGS: tags
405
406tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
407	set x; \
408	here=`pwd`; \
409	$(am__define_uniq_tagged_files); \
410	shift; \
411	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
412	  test -n "$$unique" || unique=$$empty_fix; \
413	  if test $$# -gt 0; then \
414	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415	      "$$@" $$unique; \
416	  else \
417	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418	      $$unique; \
419	  fi; \
420	fi
421ctags: ctags-am
422
423CTAGS: ctags
424ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
425	$(am__define_uniq_tagged_files); \
426	test -z "$(CTAGS_ARGS)$$unique" \
427	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428	     $$unique
429
430GTAGS:
431	here=`$(am__cd) $(top_builddir) && pwd` \
432	  && $(am__cd) $(top_srcdir) \
433	  && gtags -i $(GTAGS_ARGS) "$$here"
434cscopelist: cscopelist-am
435
436cscopelist-am: $(am__tagged_files)
437	list='$(am__tagged_files)'; \
438	case "$(srcdir)" in \
439	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
440	  *) sdir=$(subdir)/$(srcdir) ;; \
441	esac; \
442	for i in $$list; do \
443	  if test -f "$$i"; then \
444	    echo "$(subdir)/$$i"; \
445	  else \
446	    echo "$$sdir/$$i"; \
447	  fi; \
448	done >> $(top_builddir)/cscope.files
449
450distclean-tags:
451	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
452
453distdir: $(DISTFILES)
454	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456	list='$(DISTFILES)'; \
457	  dist_files=`for file in $$list; do echo $$file; done | \
458	  sed -e "s|^$$srcdirstrip/||;t" \
459	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
460	case $$dist_files in \
461	  */*) $(MKDIR_P) `echo "$$dist_files" | \
462			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
463			   sort -u` ;; \
464	esac; \
465	for file in $$dist_files; do \
466	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
467	  if test -d $$d/$$file; then \
468	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
469	    if test -d "$(distdir)/$$file"; then \
470	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471	    fi; \
472	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
473	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
474	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475	    fi; \
476	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
477	  else \
478	    test -f "$(distdir)/$$file" \
479	    || cp -p $$d/$$file "$(distdir)/$$file" \
480	    || exit 1; \
481	  fi; \
482	done
483check-am: all-am
484check: check-am
485all-am: Makefile $(LTLIBRARIES)
486installdirs:
487install: install-am
488install-exec: install-exec-am
489install-data: install-data-am
490uninstall: uninstall-am
491
492install-am: all-am
493	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
494
495installcheck: installcheck-am
496install-strip:
497	if test -z '$(STRIP)'; then \
498	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500	      install; \
501	else \
502	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
505	fi
506mostlyclean-generic:
507
508clean-generic:
509
510distclean-generic:
511	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
512	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
513
514maintainer-clean-generic:
515	@echo "This command is intended for maintainers to use"
516	@echo "it deletes files that may require special tools to rebuild."
517clean: clean-am
518
519clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
520	mostlyclean-am
521
522distclean: distclean-am
523	-rm -rf ./$(DEPDIR)
524	-rm -f Makefile
525distclean-am: clean-am distclean-compile distclean-generic \
526	distclean-tags
527
528dvi: dvi-am
529
530dvi-am:
531
532html: html-am
533
534html-am:
535
536info: info-am
537
538info-am:
539
540install-data-am:
541
542install-dvi: install-dvi-am
543
544install-dvi-am:
545
546install-exec-am:
547
548install-html: install-html-am
549
550install-html-am:
551
552install-info: install-info-am
553
554install-info-am:
555
556install-man:
557
558install-pdf: install-pdf-am
559
560install-pdf-am:
561
562install-ps: install-ps-am
563
564install-ps-am:
565
566installcheck-am:
567
568maintainer-clean: maintainer-clean-am
569	-rm -rf ./$(DEPDIR)
570	-rm -f Makefile
571maintainer-clean-am: distclean-am maintainer-clean-generic
572
573mostlyclean: mostlyclean-am
574
575mostlyclean-am: mostlyclean-compile mostlyclean-generic \
576	mostlyclean-libtool
577
578pdf: pdf-am
579
580pdf-am:
581
582ps: ps-am
583
584ps-am:
585
586uninstall-am:
587
588.MAKE: install-am install-strip
589
590.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
591	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
592	ctags-am distclean distclean-compile distclean-generic \
593	distclean-libtool distclean-tags distdir dvi dvi-am html \
594	html-am info info-am install install-am install-data \
595	install-data-am install-dvi install-dvi-am install-exec \
596	install-exec-am install-html install-html-am install-info \
597	install-info-am install-man install-pdf install-pdf-am \
598	install-ps install-ps-am install-strip installcheck \
599	installcheck-am installdirs maintainer-clean \
600	maintainer-clean-generic mostlyclean mostlyclean-compile \
601	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
602	tags tags-am uninstall uninstall-am
603
604
605# Tell versions [3.59,3.63) of GNU make to not export all variables.
606# Otherwise a system limit (for SysV at least) may be exceeded.
607.NOEXPORT:
608