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