1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# examples/Makefile.  Generated from Makefile.in by configure.
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
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.
38
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)/flex
57pkgincludedir = $(includedir)/flex
58pkglibdir = $(libdir)/flex
59pkglibexecdir = $(libexecdir)/flex
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 = x86_64-unknown-netbsd7.99.1
73host_triplet = x86_64-unknown-netbsd7.99.1
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 = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run aclocal-1.11
140ALLOCA =
141AMTAR = $${TAR-tar}
142AR = ar
143AUTOCONF = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoconf
144AUTOHEADER = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoheader
145AUTOMAKE = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run automake-1.11
146AWK = gawk
147BISON = /usr/pkg/bin/bison
148CC = gcc
149CCDEPMODE = depmode=gcc3
150CFLAGS = -g -O2
151CPP = gcc -E
152CPPFLAGS =
153CXX = g++
154CXXCPP = g++ -E
155CXXDEPMODE = depmode=gcc3
156CXXFLAGS = -g -O2
157CYGPATH_W = echo
158DEFS = -DHAVE_CONFIG_H
159DEPDIR = .deps
160DLLTOOL = false
161DSYMUTIL =
162DUMPBIN =
163ECHO_C =
164ECHO_N = -n
165ECHO_T =
166EGREP = /usr/bin/grep -E
167EXEEXT =
168FGREP = /usr/bin/grep -F
169GETTEXT_MACRO_VERSION = 0.18
170GMSGFMT = /usr/pkg/bin/msgfmt
171GMSGFMT_015 = /usr/pkg/bin/msgfmt
172GREP = /usr/bin/grep
173HELP2MAN = /usr/pkg/bin/help2man
174INDENT = /usr/bin/indent
175INSTALL = /usr/bin/install -c
176INSTALL_DATA = ${INSTALL} -m 644
177INSTALL_PROGRAM = ${INSTALL}
178INSTALL_SCRIPT = ${INSTALL}
179INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
180INTLLIBS =
181INTL_MACOSX_LIBS =
182LD = /usr/bin/ld
183LDFLAGS =
184LEX = flex
185LEXLIB = -lfl
186LEX_OUTPUT_ROOT = lex.yy
187LIBICONV =
188LIBINTL =
189LIBOBJS =
190LIBS = -lm
191LIBTOOL = $(SHELL) $(top_builddir)/libtool
192LIPO =
193LN_S = ln -s
194LTLIBICONV =
195LTLIBINTL =
196LTLIBOBJS =
197M4 = /usr/pkg/bin/gm4
198MAKEINFO = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run makeinfo
199MANIFEST_TOOL = :
200MKDIR_P = .././install-sh -c -d
201MSGFMT = /usr/pkg/bin/msgfmt
202MSGFMT_015 = /usr/pkg/bin/msgfmt
203MSGMERGE = /usr/pkg/bin/msgmerge
204NM = /usr/bin/nm -B
205NMEDIT =
206OBJDUMP = objdump
207OBJEXT = o
208OTOOL =
209OTOOL64 =
210PACKAGE = flex
211PACKAGE_BUGREPORT = flex-help@lists.sourceforge.net
212PACKAGE_NAME = the fast lexical analyser generator
213PACKAGE_STRING = the fast lexical analyser generator 2.5.39
214PACKAGE_TARNAME = flex
215PACKAGE_URL =
216PACKAGE_VERSION = 2.5.39
217PATH_SEPARATOR = :
218POSUB =
219RANLIB = ranlib
220SED = /usr/pkg/bin/gsed
221SET_MAKE =
222SHARED_VERSION_INFO = 2:0:0
223SHELL = /bin/sh
224STRIP = strip
225USE_NLS = no
226VERSION = 2.5.39
227XGETTEXT = /usr/pkg/bin/xgettext
228XGETTEXT_015 = /usr/pkg/bin/xgettext
229XGETTEXT_EXTRA_OPTIONS =
230YACC = bison -y
231YFLAGS =
232abs_builddir = /usr/src/external/bsd/flex/flex-2.5.39/examples
233abs_srcdir = /usr/src/external/bsd/flex/flex-2.5.39/examples
234abs_top_builddir = /usr/src/external/bsd/flex/flex-2.5.39
235abs_top_srcdir = /usr/src/external/bsd/flex/flex-2.5.39
236ac_ct_AR = ar
237ac_ct_CC = gcc
238ac_ct_CXX = g++
239ac_ct_DUMPBIN =
240am__include = include
241am__leading_dot = .
242am__quote =
243am__tar = $${TAR-tar} chof - "$$tardir"
244am__untar = $${TAR-tar} xf -
245bindir = ${exec_prefix}/bin
246build = x86_64-unknown-netbsd7.99.1
247build_alias =
248build_cpu = x86_64
249build_os = netbsd7.99.1
250build_vendor = unknown
251builddir = .
252datadir = ${datarootdir}
253datarootdir = ${prefix}/share
254docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
255dvidir = ${docdir}
256exec_prefix = ${prefix}
257host = x86_64-unknown-netbsd7.99.1
258host_alias =
259host_cpu = x86_64
260host_os = netbsd7.99.1
261host_vendor = unknown
262htmldir = ${docdir}
263includedir = ${prefix}/include
264infodir = ${datarootdir}/info
265install_sh = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/install-sh
266libdir = ${exec_prefix}/lib
267libexecdir = ${exec_prefix}/libexec
268localedir = ${datarootdir}/locale
269localstatedir = ${prefix}/var
270mandir = ${datarootdir}/man
271mkdir_p = $(top_builddir)/./install-sh -c -d
272oldincludedir = /usr/include
273pdfdir = ${docdir}
274prefix = /usr/local
275program_transform_name = s,x,x,
276psdir = ${docdir}
277sbindir = ${exec_prefix}/sbin
278sharedstatedir = ${prefix}/com
279srcdir = .
280sysconfdir = ${prefix}/etc
281target_alias =
282top_build_prefix = ../
283top_builddir = ..
284top_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