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 = slsqp
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)
96libslsqp_la_LIBADD =
97am_libslsqp_la_OBJECTS = slsqp.lo
98libslsqp_la_OBJECTS = $(am_libslsqp_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 = $(libslsqp_la_SOURCES)
138DIST_SOURCES = $(libslsqp_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 = libslsqp.la
314libslsqp_la_SOURCES = slsqp.c slsqp.h
315EXTRA_DIST = README COPYRIGHT
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 slsqp/Makefile'; \
330	$(am__cd) $(top_srcdir) && \
331	  $(AUTOMAKE) --gnu slsqp/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
362libslsqp.la: $(libslsqp_la_OBJECTS) $(libslsqp_la_DEPENDENCIES) $(EXTRA_libslsqp_la_DEPENDENCIES)
363	$(AM_V_CCLD)$(LINK)  $(libslsqp_la_OBJECTS) $(libslsqp_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)/slsqp.Plo@am__quote@
372
373.c.o:
374@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
375@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
379
380.c.obj:
381@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
382@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
386
387.c.lo:
388@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
389@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
390@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
393
394mostlyclean-libtool:
395	-rm -f *.lo
396
397clean-libtool:
398	-rm -rf .libs _libs
399
400ID: $(am__tagged_files)
401	$(am__define_uniq_tagged_files); mkid -fID $$unique
402tags: tags-am
403TAGS: tags
404
405tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
406	set x; \
407	here=`pwd`; \
408	$(am__define_uniq_tagged_files); \
409	shift; \
410	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411	  test -n "$$unique" || unique=$$empty_fix; \
412	  if test $$# -gt 0; then \
413	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414	      "$$@" $$unique; \
415	  else \
416	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417	      $$unique; \
418	  fi; \
419	fi
420ctags: ctags-am
421
422CTAGS: ctags
423ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
424	$(am__define_uniq_tagged_files); \
425	test -z "$(CTAGS_ARGS)$$unique" \
426	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
427	     $$unique
428
429GTAGS:
430	here=`$(am__cd) $(top_builddir) && pwd` \
431	  && $(am__cd) $(top_srcdir) \
432	  && gtags -i $(GTAGS_ARGS) "$$here"
433cscopelist: cscopelist-am
434
435cscopelist-am: $(am__tagged_files)
436	list='$(am__tagged_files)'; \
437	case "$(srcdir)" in \
438	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
439	  *) sdir=$(subdir)/$(srcdir) ;; \
440	esac; \
441	for i in $$list; do \
442	  if test -f "$$i"; then \
443	    echo "$(subdir)/$$i"; \
444	  else \
445	    echo "$$sdir/$$i"; \
446	  fi; \
447	done >> $(top_builddir)/cscope.files
448
449distclean-tags:
450	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451
452distdir: $(DISTFILES)
453	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455	list='$(DISTFILES)'; \
456	  dist_files=`for file in $$list; do echo $$file; done | \
457	  sed -e "s|^$$srcdirstrip/||;t" \
458	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
459	case $$dist_files in \
460	  */*) $(MKDIR_P) `echo "$$dist_files" | \
461			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
462			   sort -u` ;; \
463	esac; \
464	for file in $$dist_files; do \
465	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
466	  if test -d $$d/$$file; then \
467	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
468	    if test -d "$(distdir)/$$file"; then \
469	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470	    fi; \
471	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
473	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474	    fi; \
475	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
476	  else \
477	    test -f "$(distdir)/$$file" \
478	    || cp -p $$d/$$file "$(distdir)/$$file" \
479	    || exit 1; \
480	  fi; \
481	done
482check-am: all-am
483check: check-am
484all-am: Makefile $(LTLIBRARIES)
485installdirs:
486install: install-am
487install-exec: install-exec-am
488install-data: install-data-am
489uninstall: uninstall-am
490
491install-am: all-am
492	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494installcheck: installcheck-am
495install-strip:
496	if test -z '$(STRIP)'; then \
497	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499	      install; \
500	else \
501	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
504	fi
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-generic:
510	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
512
513maintainer-clean-generic:
514	@echo "This command is intended for maintainers to use"
515	@echo "it deletes files that may require special tools to rebuild."
516clean: clean-am
517
518clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
519	mostlyclean-am
520
521distclean: distclean-am
522	-rm -rf ./$(DEPDIR)
523	-rm -f Makefile
524distclean-am: clean-am distclean-compile distclean-generic \
525	distclean-tags
526
527dvi: dvi-am
528
529dvi-am:
530
531html: html-am
532
533html-am:
534
535info: info-am
536
537info-am:
538
539install-data-am:
540
541install-dvi: install-dvi-am
542
543install-dvi-am:
544
545install-exec-am:
546
547install-html: install-html-am
548
549install-html-am:
550
551install-info: install-info-am
552
553install-info-am:
554
555install-man:
556
557install-pdf: install-pdf-am
558
559install-pdf-am:
560
561install-ps: install-ps-am
562
563install-ps-am:
564
565installcheck-am:
566
567maintainer-clean: maintainer-clean-am
568	-rm -rf ./$(DEPDIR)
569	-rm -f Makefile
570maintainer-clean-am: distclean-am maintainer-clean-generic
571
572mostlyclean: mostlyclean-am
573
574mostlyclean-am: mostlyclean-compile mostlyclean-generic \
575	mostlyclean-libtool
576
577pdf: pdf-am
578
579pdf-am:
580
581ps: ps-am
582
583ps-am:
584
585uninstall-am:
586
587.MAKE: install-am install-strip
588
589.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
590	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
591	ctags-am distclean distclean-compile distclean-generic \
592	distclean-libtool distclean-tags distdir dvi dvi-am html \
593	html-am info info-am install install-am install-data \
594	install-data-am install-dvi install-dvi-am install-exec \
595	install-exec-am install-html install-html-am install-info \
596	install-info-am install-man install-pdf install-pdf-am \
597	install-ps install-ps-am install-strip installcheck \
598	installcheck-am installdirs maintainer-clean \
599	maintainer-clean-generic mostlyclean mostlyclean-compile \
600	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
601	tags tags-am uninstall uninstall-am
602
603
604# Tell versions [3.59,3.63) of GNU make to not export all variables.
605# Otherwise a system limit (for SysV at least) may be exceeded.
606.NOEXPORT:
607