1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# This file is part of flex.
19
20# Redistribution and use in source and binary forms, with or without
21# modification, are permitted provided that the following conditions
22# are met:
23
24# 1. Redistributions of source code must retain the above copyright
25#    notice, this list of conditions and the following disclaimer.
26# 2. Redistributions in binary form must reproduce the above copyright
27#    notice, this list of conditions and the following disclaimer in the
28#    documentation and/or other materials provided with the distribution.
29
30# Neither the name of the University nor the names of its contributors
31# may be used to endorse or promote products derived from this software
32# without specific prior written permission.
33
34# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
35# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
36# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37# PURPOSE.
38VPATH = @srcdir@
39am__make_dryrun = \
40  { \
41    am__dry=no; \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
45          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
46      *) \
47        for am__flg in $$MAKEFLAGS; do \
48          case $$am__flg in \
49            *=*|--*) ;; \
50            *n*) am__dry=yes; break;; \
51          esac; \
52        done;; \
53    esac; \
54    test $$am__dry = yes; \
55  }
56pkgdatadir = $(datadir)/@PACKAGE@
57pkgincludedir = $(includedir)/@PACKAGE@
58pkglibdir = $(libdir)/@PACKAGE@
59pkglibexecdir = $(libexecdir)/@PACKAGE@
60am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
61install_sh_DATA = $(install_sh) -c -m 644
62install_sh_PROGRAM = $(install_sh) -c
63install_sh_SCRIPT = $(install_sh) -c
64INSTALL_HEADER = $(INSTALL_DATA)
65transform = $(program_transform_name)
66NORMAL_INSTALL = :
67PRE_INSTALL = :
68POST_INSTALL = :
69NORMAL_UNINSTALL = :
70PRE_UNINSTALL = :
71POST_UNINSTALL = :
72build_triplet = @build@
73host_triplet = @host@
74subdir = examples
75DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
78	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
79	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
80	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
81	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
82	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
83	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
84	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91SOURCES =
92DIST_SOURCES =
93RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
94	html-recursive info-recursive install-data-recursive \
95	install-dvi-recursive install-exec-recursive \
96	install-html-recursive install-info-recursive \
97	install-pdf-recursive install-ps-recursive install-recursive \
98	installcheck-recursive installdirs-recursive pdf-recursive \
99	ps-recursive uninstall-recursive
100am__can_run_installinfo = \
101  case $$AM_UPDATE_INFO_DIR in \
102    n|no|NO) false;; \
103    *) (install-info --version) >/dev/null 2>&1;; \
104  esac
105RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
106  distclean-recursive maintainer-clean-recursive
107AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
108	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
109	distdir
110ETAGS = etags
111CTAGS = ctags
112DIST_SUBDIRS = $(SUBDIRS)
113DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114am__relativize = \
115  dir0=`pwd`; \
116  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
117  sed_rest='s,^[^/]*/*,,'; \
118  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
119  sed_butlast='s,/*[^/]*$$,,'; \
120  while test -n "$$dir1"; do \
121    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
122    if test "$$first" != "."; then \
123      if test "$$first" = ".."; then \
124        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
125        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
126      else \
127        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
128        if test "$$first2" = "$$first"; then \
129          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
130        else \
131          dir2="../$$dir2"; \
132        fi; \
133        dir0="$$dir0"/"$$first"; \
134      fi; \
135    fi; \
136    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
137  done; \
138  reldir="$$dir2"
139ACLOCAL = @ACLOCAL@
140ALLOCA = @ALLOCA@
141AMTAR = @AMTAR@
142AR = @AR@
143AUTOCONF = @AUTOCONF@
144AUTOHEADER = @AUTOHEADER@
145AUTOMAKE = @AUTOMAKE@
146AWK = @AWK@
147BISON = @BISON@
148CC = @CC@
149CCDEPMODE = @CCDEPMODE@
150CFLAGS = @CFLAGS@
151CPP = @CPP@
152CPPFLAGS = @CPPFLAGS@
153CXX = @CXX@
154CXXCPP = @CXXCPP@
155CXXDEPMODE = @CXXDEPMODE@
156CXXFLAGS = @CXXFLAGS@
157CYGPATH_W = @CYGPATH_W@
158DEFS = @DEFS@
159DEPDIR = @DEPDIR@
160DLLTOOL = @DLLTOOL@
161DSYMUTIL = @DSYMUTIL@
162DUMPBIN = @DUMPBIN@
163ECHO_C = @ECHO_C@
164ECHO_N = @ECHO_N@
165ECHO_T = @ECHO_T@
166EGREP = @EGREP@
167EXEEXT = @EXEEXT@
168FGREP = @FGREP@
169GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
170GMSGFMT = @GMSGFMT@
171GMSGFMT_015 = @GMSGFMT_015@
172GREP = @GREP@
173HELP2MAN = @HELP2MAN@
174INDENT = @INDENT@
175INSTALL = @INSTALL@
176INSTALL_DATA = @INSTALL_DATA@
177INSTALL_PROGRAM = @INSTALL_PROGRAM@
178INSTALL_SCRIPT = @INSTALL_SCRIPT@
179INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180INTLLIBS = @INTLLIBS@
181INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
182LD = @LD@
183LDFLAGS = @LDFLAGS@
184LEX = @LEX@
185LEXLIB = @LEXLIB@
186LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
187LIBICONV = @LIBICONV@
188LIBINTL = @LIBINTL@
189LIBOBJS = @LIBOBJS@
190LIBS = @LIBS@
191LIBTOOL = @LIBTOOL@
192LIPO = @LIPO@
193LN_S = @LN_S@
194LTLIBICONV = @LTLIBICONV@
195LTLIBINTL = @LTLIBINTL@
196LTLIBOBJS = @LTLIBOBJS@
197M4 = @M4@
198MAKEINFO = @MAKEINFO@
199MANIFEST_TOOL = @MANIFEST_TOOL@
200MKDIR_P = @MKDIR_P@
201MSGFMT = @MSGFMT@
202MSGFMT_015 = @MSGFMT_015@
203MSGMERGE = @MSGMERGE@
204NM = @NM@
205NMEDIT = @NMEDIT@
206OBJDUMP = @OBJDUMP@
207OBJEXT = @OBJEXT@
208OTOOL = @OTOOL@
209OTOOL64 = @OTOOL64@
210PACKAGE = @PACKAGE@
211PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212PACKAGE_NAME = @PACKAGE_NAME@
213PACKAGE_STRING = @PACKAGE_STRING@
214PACKAGE_TARNAME = @PACKAGE_TARNAME@
215PACKAGE_URL = @PACKAGE_URL@
216PACKAGE_VERSION = @PACKAGE_VERSION@
217PATH_SEPARATOR = @PATH_SEPARATOR@
218POSUB = @POSUB@
219RANLIB = @RANLIB@
220SED = @SED@
221SET_MAKE = @SET_MAKE@
222SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
223SHELL = @SHELL@
224STRIP = @STRIP@
225USE_NLS = @USE_NLS@
226VERSION = @VERSION@
227XGETTEXT = @XGETTEXT@
228XGETTEXT_015 = @XGETTEXT_015@
229XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
230YACC = @YACC@
231YFLAGS = @YFLAGS@
232abs_builddir = @abs_builddir@
233abs_srcdir = @abs_srcdir@
234abs_top_builddir = @abs_top_builddir@
235abs_top_srcdir = @abs_top_srcdir@
236ac_ct_AR = @ac_ct_AR@
237ac_ct_CC = @ac_ct_CC@
238ac_ct_CXX = @ac_ct_CXX@
239ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240am__include = @am__include@
241am__leading_dot = @am__leading_dot@
242am__quote = @am__quote@
243am__tar = @am__tar@
244am__untar = @am__untar@
245bindir = @bindir@
246build = @build@
247build_alias = @build_alias@
248build_cpu = @build_cpu@
249build_os = @build_os@
250build_vendor = @build_vendor@
251builddir = @builddir@
252datadir = @datadir@
253datarootdir = @datarootdir@
254docdir = @docdir@
255dvidir = @dvidir@
256exec_prefix = @exec_prefix@
257host = @host@
258host_alias = @host_alias@
259host_cpu = @host_cpu@
260host_os = @host_os@
261host_vendor = @host_vendor@
262htmldir = @htmldir@
263includedir = @includedir@
264infodir = @infodir@
265install_sh = @install_sh@
266libdir = @libdir@
267libexecdir = @libexecdir@
268localedir = @localedir@
269localstatedir = @localstatedir@
270mandir = @mandir@
271mkdir_p = @mkdir_p@
272oldincludedir = @oldincludedir@
273pdfdir = @pdfdir@
274prefix = @prefix@
275program_transform_name = @program_transform_name@
276psdir = @psdir@
277sbindir = @sbindir@
278sharedstatedir = @sharedstatedir@
279srcdir = @srcdir@
280sysconfdir = @sysconfdir@
281target_alias = @target_alias@
282top_build_prefix = @top_build_prefix@
283top_builddir = @top_builddir@
284top_srcdir = @top_srcdir@
285EXTRA_DIST = \
286	testxxLexer.l \
287	debflex.awk \
288	README
289
290SUBDIRS = \
291	manual \
292	fastwc
293
294all: all-recursive
295
296.SUFFIXES:
297$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302	        && { if test -f $@; then exit 0; else break; fi; }; \
303	      exit 1;; \
304	  esac; \
305	done; \
306	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
307	$(am__cd) $(top_srcdir) && \
308	  $(AUTOMAKE) --gnu examples/Makefile
309.PRECIOUS: Makefile
310Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311	@case '$?' in \
312	  *config.status*) \
313	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314	  *) \
315	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317	esac;
318
319$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
322$(top_srcdir)/configure:  $(am__configure_deps)
323	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(am__aclocal_m4_deps):
327
328mostlyclean-libtool:
329	-rm -f *.lo
330
331clean-libtool:
332	-rm -rf .libs _libs
333
334# This directory's subdirectories are mostly independent; you can cd
335# into them and run `make' without going through this Makefile.
336# To change the values of `make' variables: instead of editing Makefiles,
337# (1) if the variable is set in `config.status', edit `config.status'
338#     (which will cause the Makefiles to be regenerated when you run `make');
339# (2) otherwise, pass the desired values on the `make' command line.
340$(RECURSIVE_TARGETS):
341	@fail= failcom='exit 1'; \
342	for f in x $$MAKEFLAGS; do \
343	  case $$f in \
344	    *=* | --[!k]*);; \
345	    *k*) failcom='fail=yes';; \
346	  esac; \
347	done; \
348	dot_seen=no; \
349	target=`echo $@ | sed s/-recursive//`; \
350	list='$(SUBDIRS)'; for subdir in $$list; do \
351	  echo "Making $$target in $$subdir"; \
352	  if test "$$subdir" = "."; then \
353	    dot_seen=yes; \
354	    local_target="$$target-am"; \
355	  else \
356	    local_target="$$target"; \
357	  fi; \
358	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359	  || eval $$failcom; \
360	done; \
361	if test "$$dot_seen" = "no"; then \
362	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
363	fi; test -z "$$fail"
364
365$(RECURSIVE_CLEAN_TARGETS):
366	@fail= failcom='exit 1'; \
367	for f in x $$MAKEFLAGS; do \
368	  case $$f in \
369	    *=* | --[!k]*);; \
370	    *k*) failcom='fail=yes';; \
371	  esac; \
372	done; \
373	dot_seen=no; \
374	case "$@" in \
375	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
376	  *) list='$(SUBDIRS)' ;; \
377	esac; \
378	rev=''; for subdir in $$list; do \
379	  if test "$$subdir" = "."; then :; else \
380	    rev="$$subdir $$rev"; \
381	  fi; \
382	done; \
383	rev="$$rev ."; \
384	target=`echo $@ | sed s/-recursive//`; \
385	for subdir in $$rev; do \
386	  echo "Making $$target in $$subdir"; \
387	  if test "$$subdir" = "."; then \
388	    local_target="$$target-am"; \
389	  else \
390	    local_target="$$target"; \
391	  fi; \
392	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
393	  || eval $$failcom; \
394	done && test -z "$$fail"
395tags-recursive:
396	list='$(SUBDIRS)'; for subdir in $$list; do \
397	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
398	done
399ctags-recursive:
400	list='$(SUBDIRS)'; for subdir in $$list; do \
401	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
402	done
403
404ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
405	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406	unique=`for i in $$list; do \
407	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408	  done | \
409	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410	      END { if (nonempty) { for (i in files) print i; }; }'`; \
411	mkid -fID $$unique
412tags: TAGS
413
414TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
415		$(TAGS_FILES) $(LISP)
416	set x; \
417	here=`pwd`; \
418	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
419	  include_option=--etags-include; \
420	  empty_fix=.; \
421	else \
422	  include_option=--include; \
423	  empty_fix=; \
424	fi; \
425	list='$(SUBDIRS)'; for subdir in $$list; do \
426	  if test "$$subdir" = .; then :; else \
427	    test ! -f $$subdir/TAGS || \
428	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
429	  fi; \
430	done; \
431	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432	unique=`for i in $$list; do \
433	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434	  done | \
435	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436	      END { if (nonempty) { for (i in files) print i; }; }'`; \
437	shift; \
438	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439	  test -n "$$unique" || unique=$$empty_fix; \
440	  if test $$# -gt 0; then \
441	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	      "$$@" $$unique; \
443	  else \
444	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445	      $$unique; \
446	  fi; \
447	fi
448ctags: CTAGS
449CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450		$(TAGS_FILES) $(LISP)
451	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452	unique=`for i in $$list; do \
453	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454	  done | \
455	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456	      END { if (nonempty) { for (i in files) print i; }; }'`; \
457	test -z "$(CTAGS_ARGS)$$unique" \
458	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459	     $$unique
460
461GTAGS:
462	here=`$(am__cd) $(top_builddir) && pwd` \
463	  && $(am__cd) $(top_srcdir) \
464	  && gtags -i $(GTAGS_ARGS) "$$here"
465
466distclean-tags:
467	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
469distdir: $(DISTFILES)
470	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472	list='$(DISTFILES)'; \
473	  dist_files=`for file in $$list; do echo $$file; done | \
474	  sed -e "s|^$$srcdirstrip/||;t" \
475	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476	case $$dist_files in \
477	  */*) $(MKDIR_P) `echo "$$dist_files" | \
478			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479			   sort -u` ;; \
480	esac; \
481	for file in $$dist_files; do \
482	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483	  if test -d $$d/$$file; then \
484	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485	    if test -d "$(distdir)/$$file"; then \
486	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487	    fi; \
488	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491	    fi; \
492	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493	  else \
494	    test -f "$(distdir)/$$file" \
495	    || cp -p $$d/$$file "$(distdir)/$$file" \
496	    || exit 1; \
497	  fi; \
498	done
499	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500	  if test "$$subdir" = .; then :; else \
501	    $(am__make_dryrun) \
502	      || test -d "$(distdir)/$$subdir" \
503	      || $(MKDIR_P) "$(distdir)/$$subdir" \
504	      || exit 1; \
505	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
506	    $(am__relativize); \
507	    new_distdir=$$reldir; \
508	    dir1=$$subdir; dir2="$(top_distdir)"; \
509	    $(am__relativize); \
510	    new_top_distdir=$$reldir; \
511	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
512	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
513	    ($(am__cd) $$subdir && \
514	      $(MAKE) $(AM_MAKEFLAGS) \
515	        top_distdir="$$new_top_distdir" \
516	        distdir="$$new_distdir" \
517		am__remove_distdir=: \
518		am__skip_length_check=: \
519		am__skip_mode_fix=: \
520	        distdir) \
521	      || exit 1; \
522	  fi; \
523	done
524check-am: all-am
525check: check-recursive
526all-am: Makefile
527installdirs: installdirs-recursive
528installdirs-am:
529install: install-recursive
530install-exec: install-exec-recursive
531install-data: install-data-recursive
532uninstall: uninstall-recursive
533
534install-am: all-am
535	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
536
537installcheck: installcheck-recursive
538install-strip:
539	if test -z '$(STRIP)'; then \
540	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542	      install; \
543	else \
544	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
547	fi
548mostlyclean-generic:
549
550clean-generic:
551
552distclean-generic:
553	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
554	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
555
556maintainer-clean-generic:
557	@echo "This command is intended for maintainers to use"
558	@echo "it deletes files that may require special tools to rebuild."
559clean: clean-recursive
560
561clean-am: clean-generic clean-libtool mostlyclean-am
562
563distclean: distclean-recursive
564	-rm -f Makefile
565distclean-am: clean-am distclean-generic distclean-tags
566
567dvi: dvi-recursive
568
569dvi-am:
570
571html: html-recursive
572
573html-am:
574
575info: info-recursive
576
577info-am:
578
579install-data-am:
580
581install-dvi: install-dvi-recursive
582
583install-dvi-am:
584
585install-exec-am:
586
587install-html: install-html-recursive
588
589install-html-am:
590
591install-info: install-info-recursive
592
593install-info-am:
594
595install-man:
596
597install-pdf: install-pdf-recursive
598
599install-pdf-am:
600
601install-ps: install-ps-recursive
602
603install-ps-am:
604
605installcheck-am:
606
607maintainer-clean: maintainer-clean-recursive
608	-rm -f Makefile
609maintainer-clean-am: distclean-am maintainer-clean-generic
610
611mostlyclean: mostlyclean-recursive
612
613mostlyclean-am: mostlyclean-generic mostlyclean-libtool
614
615pdf: pdf-recursive
616
617pdf-am:
618
619ps: ps-recursive
620
621ps-am:
622
623uninstall-am:
624
625.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
626	install-am install-strip tags-recursive
627
628.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
629	all all-am check check-am clean clean-generic clean-libtool \
630	ctags ctags-recursive distclean distclean-generic \
631	distclean-libtool distclean-tags distdir dvi dvi-am html \
632	html-am info info-am install install-am install-data \
633	install-data-am install-dvi install-dvi-am install-exec \
634	install-exec-am install-html install-html-am install-info \
635	install-info-am install-man install-pdf install-pdf-am \
636	install-ps install-ps-am install-strip installcheck \
637	installcheck-am installdirs installdirs-am maintainer-clean \
638	maintainer-clean-generic mostlyclean mostlyclean-generic \
639	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
640	uninstall uninstall-am
641
642
643# Tell versions [3.59,3.63) of GNU make to not export all variables.
644# Otherwise a system limit (for SysV at least) may be exceeded.
645.NOEXPORT:
646