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# This file is part of flex.
18
19# Redistribution and use in source and binary forms, with or without
20# modification, are permitted provided that the following conditions
21# are met:
22
23# 1. Redistributions of source code must retain the above copyright
24#    notice, this list of conditions and the following disclaimer.
25# 2. Redistributions in binary form must reproduce the above copyright
26#    notice, this list of conditions and the following disclaimer in the
27#    documentation and/or other materials provided with the distribution.
28
29# Neither the name of the University nor the names of its contributors
30# may be used to endorse or promote products derived from this software
31# without specific prior written permission.
32
33# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
34# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
35# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
36# PURPOSE.
37
38# Notes on building:
39
40# Possible values for DEFS:
41#
42# By default, flex generates 8-bit scanners when using table compression,
43# and 7-bit scanners when using uncompressed tables (-f or -F options).
44# For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
45# to DEFS.
46
47VPATH = @srcdir@
48am__is_gnu_make = { \
49  if test -z '$(MAKELEVEL)'; then \
50    false; \
51  elif test -n '$(MAKE_HOST)'; then \
52    true; \
53  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54    true; \
55  else \
56    false; \
57  fi; \
58}
59am__make_running_with_option = \
60  case $${target_option-} in \
61      ?) ;; \
62      *) echo "am__make_running_with_option: internal error: invalid" \
63              "target option '$${target_option-}' specified" >&2; \
64         exit 1;; \
65  esac; \
66  has_opt=no; \
67  sane_makeflags=$$MAKEFLAGS; \
68  if $(am__is_gnu_make); then \
69    sane_makeflags=$$MFLAGS; \
70  else \
71    case $$MAKEFLAGS in \
72      *\\[\ \       ]*) \
73        bs=\\; \
74        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
75          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
76    esac; \
77  fi; \
78  skip_next=no; \
79  strip_trailopt () \
80  { \
81    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82  }; \
83  for flg in $$sane_makeflags; do \
84    test $$skip_next = yes && { skip_next=no; continue; }; \
85    case $$flg in \
86      *=*|--*) continue;; \
87        -*I) strip_trailopt 'I'; skip_next=yes;; \
88      -*I?*) strip_trailopt 'I';; \
89        -*O) strip_trailopt 'O'; skip_next=yes;; \
90      -*O?*) strip_trailopt 'O';; \
91        -*l) strip_trailopt 'l'; skip_next=yes;; \
92      -*l?*) strip_trailopt 'l';; \
93      -[dEDm]) skip_next=yes;; \
94      -[JT]) skip_next=yes;; \
95    esac; \
96    case $$flg in \
97      *$$target_option*) has_opt=yes; break;; \
98    esac; \
99  done; \
100  test $$has_opt = yes
101am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103pkgdatadir = $(datadir)/@PACKAGE@
104pkgincludedir = $(includedir)/@PACKAGE@
105pkglibdir = $(libdir)/@PACKAGE@
106pkglibexecdir = $(libexecdir)/@PACKAGE@
107am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108install_sh_DATA = $(install_sh) -c -m 644
109install_sh_PROGRAM = $(install_sh) -c
110install_sh_SCRIPT = $(install_sh) -c
111INSTALL_HEADER = $(INSTALL_DATA)
112transform = $(program_transform_name)
113NORMAL_INSTALL = :
114PRE_INSTALL = :
115POST_INSTALL = :
116NORMAL_UNINSTALL = :
117PRE_UNINSTALL = :
118POST_UNINSTALL = :
119build_triplet = @build@
120host_triplet = @host@
121subdir = .
122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
124          $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
125          $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
126          $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
127          $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
128          $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
129          $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
130          $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
131          $(top_srcdir)/configure.ac
132am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133          $(ACLOCAL_M4)
134DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
135          $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
136am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
137 configure.lineno config.status.lineno
138mkinstalldirs = $(install_sh) -d
139CONFIG_HEADER = $(top_builddir)/src/config.h
140CONFIG_CLEAN_FILES =
141CONFIG_CLEAN_VPATH_FILES =
142AM_V_P = $(am__v_P_@AM_V@)
143am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144am__v_P_0 = false
145am__v_P_1 = :
146AM_V_GEN = $(am__v_GEN_@AM_V@)
147am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148am__v_GEN_0 = @echo "  GEN     " $@;
149am__v_GEN_1 =
150AM_V_at = $(am__v_at_@AM_V@)
151am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152am__v_at_0 = @
153am__v_at_1 =
154SOURCES =
155DIST_SOURCES =
156RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
157          ctags-recursive dvi-recursive html-recursive info-recursive \
158          install-data-recursive install-dvi-recursive \
159          install-exec-recursive install-html-recursive \
160          install-info-recursive install-pdf-recursive \
161          install-ps-recursive install-recursive installcheck-recursive \
162          installdirs-recursive pdf-recursive ps-recursive \
163          tags-recursive uninstall-recursive
164am__can_run_installinfo = \
165  case $$AM_UPDATE_INFO_DIR in \
166    n|no|NO) false;; \
167    *) (install-info --version) >/dev/null 2>&1;; \
168  esac
169am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
170am__vpath_adj = case $$p in \
171    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
172    *) f=$$p;; \
173  esac;
174am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
175am__install_max = 40
176am__nobase_strip_setup = \
177  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
178am__nobase_strip = \
179  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
180am__nobase_list = $(am__nobase_strip_setup); \
181  for p in $$list; do echo "$$p $$p"; done | \
182  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
183  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
184    if (++n[$$2] == $(am__install_max)) \
185      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
186    END { for (dir in files) print dir, files[dir] }'
187am__base_list = \
188  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
189  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
190am__uninstall_files_from_dir = { \
191  test -z "$$files" \
192    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
193    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
194         $(am__cd) "$$dir" && rm -f $$files; }; \
195  }
196am__installdirs = "$(DESTDIR)$(docdir)"
197DATA = $(dist_doc_DATA)
198RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive       \
199  distclean-recursive maintainer-clean-recursive
200am__recursive_targets = \
201  $(RECURSIVE_TARGETS) \
202  $(RECURSIVE_CLEAN_TARGETS) \
203  $(am__extra_recursive_targets)
204AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
205          cscope distdir dist dist-all distcheck
206am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
207# Read a list of newline-separated strings from the standard input,
208# and print each of them once, without duplicates.  Input order is
209# *not* preserved.
210am__uniquify_input = $(AWK) '\
211  BEGIN { nonempty = 0; } \
212  { items[$$0] = 1; nonempty = 1; } \
213  END { if (nonempty) { for (i in items) print i; }; } \
214'
215# Make sure the list of sources is unique.  This is necessary because,
216# e.g., the same source file might be shared among _SOURCES variables
217# for different programs/libraries.
218am__define_uniq_tagged_files = \
219  list='$(am__tagged_files)'; \
220  unique=`for i in $$list; do \
221    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222  done | $(am__uniquify_input)`
223ETAGS = etags
224CTAGS = ctags
225CSCOPE = cscope
226DIST_SUBDIRS = $(SUBDIRS)
227am__DIST_COMMON = $(srcdir)/Makefile.in \
228          $(top_srcdir)/build-aux/compile \
229          $(top_srcdir)/build-aux/config.guess \
230          $(top_srcdir)/build-aux/config.rpath \
231          $(top_srcdir)/build-aux/config.sub \
232          $(top_srcdir)/build-aux/install-sh \
233          $(top_srcdir)/build-aux/ltmain.sh \
234          $(top_srcdir)/build-aux/missing ABOUT-NLS AUTHORS COPYING \
235          ChangeLog NEWS THANKS build-aux/compile build-aux/config.guess \
236          build-aux/config.rpath build-aux/config.sub \
237          build-aux/install-sh build-aux/ltmain.sh build-aux/missing
238DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239distdir = $(PACKAGE)-$(VERSION)
240top_distdir = $(distdir)
241am__remove_distdir = \
242  if test -d "$(distdir)"; then \
243    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
244      && rm -rf "$(distdir)" \
245      || { sleep 5 && rm -rf "$(distdir)"; }; \
246  else :; fi
247am__post_remove_distdir = $(am__remove_distdir)
248am__relativize = \
249  dir0=`pwd`; \
250  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
251  sed_rest='s,^[^/]*/*,,'; \
252  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
253  sed_butlast='s,/*[^/]*$$,,'; \
254  while test -n "$$dir1"; do \
255    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
256    if test "$$first" != "."; then \
257      if test "$$first" = ".."; then \
258        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
259        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
260      else \
261        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
262        if test "$$first2" = "$$first"; then \
263          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
264        else \
265          dir2="../$$dir2"; \
266        fi; \
267        dir0="$$dir0"/"$$first"; \
268      fi; \
269    fi; \
270    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
271  done; \
272  reldir="$$dir2"
273DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz
274GZIP_ENV = --best
275DIST_TARGETS = dist-lzip dist-gzip
276distuninstallcheck_listfiles = find . -type f -print
277am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
278  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
279distcleancheck_listfiles = find . -type f -print
280ACLOCAL = @ACLOCAL@
281ALLOCA = @ALLOCA@
282AMTAR = @AMTAR@
283AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
284AR = @AR@
285AUTOCONF = @AUTOCONF@
286AUTOHEADER = @AUTOHEADER@
287AUTOMAKE = @AUTOMAKE@
288AWK = @AWK@
289BUILD_EXEEXT = @BUILD_EXEEXT@
290BUILD_OBJEXT = @BUILD_OBJEXT@
291CC = @CC@
292CCDEPMODE = @CCDEPMODE@
293CC_FOR_BUILD = @CC_FOR_BUILD@
294CFLAGS = @CFLAGS@
295CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
296CPP = @CPP@
297CPPFLAGS = @CPPFLAGS@
298CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
299CPP_FOR_BUILD = @CPP_FOR_BUILD@
300CXX = @CXX@
301CXXCPP = @CXXCPP@
302CXXDEPMODE = @CXXDEPMODE@
303CXXFLAGS = @CXXFLAGS@
304CYGPATH_W = @CYGPATH_W@
305DEFS = @DEFS@
306DEPDIR = @DEPDIR@
307DLLTOOL = @DLLTOOL@
308DSYMUTIL = @DSYMUTIL@
309DUMPBIN = @DUMPBIN@
310ECHO_C = @ECHO_C@
311ECHO_N = @ECHO_N@
312ECHO_T = @ECHO_T@
313EGREP = @EGREP@
314EXEEXT = @EXEEXT@
315FGREP = @FGREP@
316GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
317GMSGFMT = @GMSGFMT@
318GMSGFMT_015 = @GMSGFMT_015@
319GREP = @GREP@
320HELP2MAN = @HELP2MAN@
321INDENT = @INDENT@
322INSTALL = @INSTALL@
323INSTALL_DATA = @INSTALL_DATA@
324INSTALL_PROGRAM = @INSTALL_PROGRAM@
325INSTALL_SCRIPT = @INSTALL_SCRIPT@
326INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
327INTLLIBS = @INTLLIBS@
328INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
329LD = @LD@
330LDFLAGS = @LDFLAGS@
331LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
332LEX = @LEX@
333LEXLIB = @LEXLIB@
334LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
335LIBICONV = @LIBICONV@
336LIBINTL = @LIBINTL@
337LIBOBJS = @LIBOBJS@
338LIBPTHREAD = @LIBPTHREAD@
339LIBS = @LIBS@
340LIBTOOL = @LIBTOOL@
341LIPO = @LIPO@
342LN_S = @LN_S@
343LTLIBICONV = @LTLIBICONV@
344LTLIBINTL = @LTLIBINTL@
345LTLIBOBJS = @LTLIBOBJS@
346LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
347M4 = @M4@
348MAKEINFO = @MAKEINFO@
349MANIFEST_TOOL = @MANIFEST_TOOL@
350MKDIR_P = @MKDIR_P@
351MSGFMT = @MSGFMT@
352MSGFMT_015 = @MSGFMT_015@
353MSGMERGE = @MSGMERGE@
354NM = @NM@
355NMEDIT = @NMEDIT@
356OBJDUMP = @OBJDUMP@
357OBJEXT = @OBJEXT@
358OTOOL = @OTOOL@
359OTOOL64 = @OTOOL64@
360PACKAGE = @PACKAGE@
361PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
362PACKAGE_NAME = @PACKAGE_NAME@
363PACKAGE_STRING = @PACKAGE_STRING@
364PACKAGE_TARNAME = @PACKAGE_TARNAME@
365PACKAGE_URL = @PACKAGE_URL@
366PACKAGE_VERSION = @PACKAGE_VERSION@
367PATH_SEPARATOR = @PATH_SEPARATOR@
368POSUB = @POSUB@
369RANLIB = @RANLIB@
370SED = @SED@
371SET_MAKE = @SET_MAKE@
372SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
373SHELL = @SHELL@
374STRIP = @STRIP@
375TEXI2DVI = @TEXI2DVI@
376USE_NLS = @USE_NLS@
377VERSION = @VERSION@
378WARNINGFLAGS = @WARNINGFLAGS@
379XGETTEXT = @XGETTEXT@
380XGETTEXT_015 = @XGETTEXT_015@
381XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
382YACC = @YACC@
383YFLAGS = @YFLAGS@
384abs_builddir = @abs_builddir@
385abs_srcdir = @abs_srcdir@
386abs_top_builddir = @abs_top_builddir@
387abs_top_srcdir = @abs_top_srcdir@
388ac_ct_AR = @ac_ct_AR@
389ac_ct_CC = @ac_ct_CC@
390ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
391ac_ct_CXX = @ac_ct_CXX@
392ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
393am__include = @am__include@
394am__leading_dot = @am__leading_dot@
395am__quote = @am__quote@
396am__tar = @am__tar@
397am__untar = @am__untar@
398bindir = @bindir@
399build = @build@
400build_alias = @build_alias@
401build_cpu = @build_cpu@
402build_os = @build_os@
403build_vendor = @build_vendor@
404builddir = @builddir@
405datadir = @datadir@
406datarootdir = @datarootdir@
407docdir = @docdir@
408dvidir = @dvidir@
409exec_prefix = @exec_prefix@
410host = @host@
411host_alias = @host_alias@
412host_cpu = @host_cpu@
413host_os = @host_os@
414host_vendor = @host_vendor@
415htmldir = @htmldir@
416includedir = @includedir@
417infodir = @infodir@
418install_sh = @install_sh@
419libdir = @libdir@
420libexecdir = @libexecdir@
421localedir = @localedir@
422localstatedir = @localstatedir@
423mandir = @mandir@
424mkdir_p = @mkdir_p@
425oldincludedir = @oldincludedir@
426pdfdir = @pdfdir@
427prefix = @prefix@
428program_transform_name = @program_transform_name@
429psdir = @psdir@
430runstatedir = @runstatedir@
431sbindir = @sbindir@
432sharedstatedir = @sharedstatedir@
433srcdir = @srcdir@
434sysconfdir = @sysconfdir@
435target_alias = @target_alias@
436top_build_prefix = @top_build_prefix@
437top_builddir = @top_builddir@
438top_srcdir = @top_srcdir@
439ACLOCAL_AMFLAGS = -I m4
440dist_doc_DATA = \
441          AUTHORS \
442          COPYING \
443          NEWS \
444          ONEWS \
445          README.md
446
447EXTRA_DIST = \
448          .indent.pro \
449          autogen.sh
450
451SUBDIRS = \
452          src \
453          doc \
454          examples \
455          po \
456          tests \
457          tools
458
459all: all-recursive
460
461.SUFFIXES:
462am--refresh: Makefile
463          @:
464$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
465          @for dep in $?; do \
466            case '$(am__configure_deps)' in \
467              *$$dep*) \
468                echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
469                $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
470                    && exit 0; \
471                exit 1;; \
472            esac; \
473          done; \
474          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
475          $(am__cd) $(top_srcdir) && \
476            $(AUTOMAKE) --foreign Makefile
477Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478          @case '$?' in \
479            *config.status*) \
480              echo ' $(SHELL) ./config.status'; \
481              $(SHELL) ./config.status;; \
482            *) \
483              echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
484              cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
485          esac;
486
487$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
488          $(SHELL) ./config.status --recheck
489
490$(top_srcdir)/configure:  $(am__configure_deps)
491          $(am__cd) $(srcdir) && $(AUTOCONF)
492$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
493          $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
494$(am__aclocal_m4_deps):
495
496mostlyclean-libtool:
497          -rm -f *.lo
498
499clean-libtool:
500          -rm -rf .libs _libs
501
502distclean-libtool:
503          -rm -f libtool config.lt
504install-dist_docDATA: $(dist_doc_DATA)
505          @$(NORMAL_INSTALL)
506          @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
507          if test -n "$$list"; then \
508            echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
509            $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
510          fi; \
511          for p in $$list; do \
512            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513            echo "$$d$$p"; \
514          done | $(am__base_list) | \
515          while read files; do \
516            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
517            $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
518          done
519
520uninstall-dist_docDATA:
521          @$(NORMAL_UNINSTALL)
522          @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
523          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
524          dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
525
526# This directory's subdirectories are mostly independent; you can cd
527# into them and run 'make' without going through this Makefile.
528# To change the values of 'make' variables: instead of editing Makefiles,
529# (1) if the variable is set in 'config.status', edit 'config.status'
530#     (which will cause the Makefiles to be regenerated when you run 'make');
531# (2) otherwise, pass the desired values on the 'make' command line.
532$(am__recursive_targets):
533          @fail=; \
534          if $(am__make_keepgoing); then \
535            failcom='fail=yes'; \
536          else \
537            failcom='exit 1'; \
538          fi; \
539          dot_seen=no; \
540          target=`echo $@ | sed s/-recursive//`; \
541          case "$@" in \
542            distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
543            *) list='$(SUBDIRS)' ;; \
544          esac; \
545          for subdir in $$list; do \
546            echo "Making $$target in $$subdir"; \
547            if test "$$subdir" = "."; then \
548              dot_seen=yes; \
549              local_target="$$target-am"; \
550            else \
551              local_target="$$target"; \
552            fi; \
553            ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
554            || eval $$failcom; \
555          done; \
556          if test "$$dot_seen" = "no"; then \
557            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
558          fi; test -z "$$fail"
559
560ID: $(am__tagged_files)
561          $(am__define_uniq_tagged_files); mkid -fID $$unique
562tags: tags-recursive
563TAGS: tags
564
565tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566          set x; \
567          here=`pwd`; \
568          if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
569            include_option=--etags-include; \
570            empty_fix=.; \
571          else \
572            include_option=--include; \
573            empty_fix=; \
574          fi; \
575          list='$(SUBDIRS)'; for subdir in $$list; do \
576            if test "$$subdir" = .; then :; else \
577              test ! -f $$subdir/TAGS || \
578                set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
579            fi; \
580          done; \
581          $(am__define_uniq_tagged_files); \
582          shift; \
583          if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584            test -n "$$unique" || unique=$$empty_fix; \
585            if test $$# -gt 0; then \
586              $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587                "$$@" $$unique; \
588            else \
589              $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590                $$unique; \
591            fi; \
592          fi
593ctags: ctags-recursive
594
595CTAGS: ctags
596ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597          $(am__define_uniq_tagged_files); \
598          test -z "$(CTAGS_ARGS)$$unique" \
599            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
600               $$unique
601
602GTAGS:
603          here=`$(am__cd) $(top_builddir) && pwd` \
604            && $(am__cd) $(top_srcdir) \
605            && gtags -i $(GTAGS_ARGS) "$$here"
606cscope: cscope.files
607          test ! -s cscope.files \
608            || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
609clean-cscope:
610          -rm -f cscope.files
611cscope.files: clean-cscope cscopelist
612cscopelist: cscopelist-recursive
613
614cscopelist-am: $(am__tagged_files)
615          list='$(am__tagged_files)'; \
616          case "$(srcdir)" in \
617            [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
618            *) sdir=$(subdir)/$(srcdir) ;; \
619          esac; \
620          for i in $$list; do \
621            if test -f "$$i"; then \
622              echo "$(subdir)/$$i"; \
623            else \
624              echo "$$sdir/$$i"; \
625            fi; \
626          done >> $(top_builddir)/cscope.files
627
628distclean-tags:
629          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
630          -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
631
632distdir: $(DISTFILES)
633          @case `sed 15q $(srcdir)/NEWS` in \
634          *"$(VERSION)"*) : ;; \
635          *) \
636            echo "NEWS not updated; not releasing" 1>&2; \
637            exit 1;; \
638          esac
639          $(am__remove_distdir)
640          test -d "$(distdir)" || mkdir "$(distdir)"
641          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
642          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
643          list='$(DISTFILES)'; \
644            dist_files=`for file in $$list; do echo $$file; done | \
645            sed -e "s|^$$srcdirstrip/||;t" \
646                -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
647          case $$dist_files in \
648            */*) $(MKDIR_P) `echo "$$dist_files" | \
649                                 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
650                                 sort -u` ;; \
651          esac; \
652          for file in $$dist_files; do \
653            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
654            if test -d $$d/$$file; then \
655              dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
656              if test -d "$(distdir)/$$file"; then \
657                find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658              fi; \
659              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
660                cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
661                find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662              fi; \
663              cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
664            else \
665              test -f "$(distdir)/$$file" \
666              || cp -p $$d/$$file "$(distdir)/$$file" \
667              || exit 1; \
668            fi; \
669          done
670          @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671            if test "$$subdir" = .; then :; else \
672              $(am__make_dryrun) \
673                || test -d "$(distdir)/$$subdir" \
674                || $(MKDIR_P) "$(distdir)/$$subdir" \
675                || exit 1; \
676              dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
677              $(am__relativize); \
678              new_distdir=$$reldir; \
679              dir1=$$subdir; dir2="$(top_distdir)"; \
680              $(am__relativize); \
681              new_top_distdir=$$reldir; \
682              echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
683              echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
684              ($(am__cd) $$subdir && \
685                $(MAKE) $(AM_MAKEFLAGS) \
686                  top_distdir="$$new_top_distdir" \
687                  distdir="$$new_distdir" \
688                    am__remove_distdir=: \
689                    am__skip_length_check=: \
690                    am__skip_mode_fix=: \
691                  distdir) \
692                || exit 1; \
693            fi; \
694          done
695          -test -n "$(am__skip_mode_fix)" \
696          || find "$(distdir)" -type d ! -perm -755 \
697                    -exec chmod u+rwx,go+rx {} \; -o \
698            ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
699            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
700            ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
701          || chmod -R a+r "$(distdir)"
702dist-gzip: distdir
703          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
704          $(am__post_remove_distdir)
705
706dist-bzip2: distdir
707          tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
708          $(am__post_remove_distdir)
709dist-lzip: distdir
710          tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
711          $(am__post_remove_distdir)
712
713dist-xz: distdir
714          tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
715          $(am__post_remove_distdir)
716
717dist-tarZ: distdir
718          @echo WARNING: "Support for distribution archives compressed with" \
719                           "legacy program 'compress' is deprecated." >&2
720          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
721          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
722          $(am__post_remove_distdir)
723
724dist-shar: distdir
725          @echo WARNING: "Support for shar distribution archives is" \
726                         "deprecated." >&2
727          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
728          shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
729          $(am__post_remove_distdir)
730
731dist-zip: distdir
732          -rm -f $(distdir).zip
733          zip -rq $(distdir).zip $(distdir)
734          $(am__post_remove_distdir)
735
736dist dist-all:
737          $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
738          $(am__post_remove_distdir)
739
740# This target untars the dist file and tries a VPATH configuration.  Then
741# it guarantees that the distribution is self-contained by making another
742# tarfile.
743distcheck: dist
744          case '$(DIST_ARCHIVES)' in \
745          *.tar.gz*) \
746            GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
747          *.tar.bz2*) \
748            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
749          *.tar.lz*) \
750            lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
751          *.tar.xz*) \
752            xz -dc $(distdir).tar.xz | $(am__untar) ;;\
753          *.tar.Z*) \
754            uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
755          *.shar.gz*) \
756            GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
757          *.zip*) \
758            unzip $(distdir).zip ;;\
759          esac
760          chmod -R a-w $(distdir)
761          chmod u+w $(distdir)
762          mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
763          chmod a-w $(distdir)
764          test -d $(distdir)/_build || exit 0; \
765          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
766            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
767            && am__cwd=`pwd` \
768            && $(am__cd) $(distdir)/_build/sub \
769            && ../../configure \
770              $(AM_DISTCHECK_CONFIGURE_FLAGS) \
771              $(DISTCHECK_CONFIGURE_FLAGS) \
772              --srcdir=../.. --prefix="$$dc_install_base" \
773            && $(MAKE) $(AM_MAKEFLAGS) \
774            && $(MAKE) $(AM_MAKEFLAGS) dvi \
775            && $(MAKE) $(AM_MAKEFLAGS) check \
776            && $(MAKE) $(AM_MAKEFLAGS) install \
777            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
778            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
779            && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
780                  distuninstallcheck \
781            && chmod -R a-w "$$dc_install_base" \
782            && ({ \
783                 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
784                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
785                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
786                 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
787                      distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
788                } || { rm -rf "$$dc_destdir"; exit 1; }) \
789            && rm -rf "$$dc_destdir" \
790            && $(MAKE) $(AM_MAKEFLAGS) dist \
791            && rm -rf $(DIST_ARCHIVES) \
792            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
793            && cd "$$am__cwd" \
794            || exit 1
795          $(am__post_remove_distdir)
796          @(echo "$(distdir) archives ready for distribution: "; \
797            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
798            sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
799distuninstallcheck:
800          @test -n '$(distuninstallcheck_dir)' || { \
801            echo 'ERROR: trying to run $@ with an empty' \
802                 '$$(distuninstallcheck_dir)' >&2; \
803            exit 1; \
804          }; \
805          $(am__cd) '$(distuninstallcheck_dir)' || { \
806            echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
807            exit 1; \
808          }; \
809          test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
810             || { echo "ERROR: files left after uninstall:" ; \
811                  if test -n "$(DESTDIR)"; then \
812                    echo "  (check DESTDIR support)"; \
813                  fi ; \
814                  $(distuninstallcheck_listfiles) ; \
815                  exit 1; } >&2
816distcleancheck: distclean
817          @if test '$(srcdir)' = . ; then \
818            echo "ERROR: distcleancheck can only run from a VPATH build" ; \
819            exit 1 ; \
820          fi
821          @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
822            || { echo "ERROR: files left in build directory after distclean:" ; \
823                 $(distcleancheck_listfiles) ; \
824                 exit 1; } >&2
825check-am: all-am
826check: check-recursive
827all-am: Makefile $(DATA)
828installdirs: installdirs-recursive
829installdirs-am:
830          for dir in "$(DESTDIR)$(docdir)"; do \
831            test -z "$$dir" || $(MKDIR_P) "$$dir"; \
832          done
833install: install-recursive
834install-exec: install-exec-recursive
835install-data: install-data-recursive
836uninstall: uninstall-recursive
837
838install-am: all-am
839          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
840
841installcheck: installcheck-recursive
842install-strip:
843          if test -z '$(STRIP)'; then \
844            $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
845              install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
846                install; \
847          else \
848            $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
849              install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
850              "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
851          fi
852mostlyclean-generic:
853
854clean-generic:
855
856distclean-generic:
857          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
858          -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
859
860maintainer-clean-generic:
861          @echo "This command is intended for maintainers to use"
862          @echo "it deletes files that may require special tools to rebuild."
863clean: clean-recursive
864
865clean-am: clean-generic clean-libtool mostlyclean-am
866
867distclean: distclean-recursive
868          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
869          -rm -f Makefile
870distclean-am: clean-am distclean-generic distclean-libtool \
871          distclean-tags
872
873dvi: dvi-recursive
874
875dvi-am:
876
877html: html-recursive
878
879html-am:
880
881info: info-recursive
882
883info-am:
884
885install-data-am: install-dist_docDATA
886
887install-dvi: install-dvi-recursive
888
889install-dvi-am:
890
891install-exec-am:
892          @$(NORMAL_INSTALL)
893          $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
894install-html: install-html-recursive
895
896install-html-am:
897
898install-info: install-info-recursive
899
900install-info-am:
901
902install-man:
903
904install-pdf: install-pdf-recursive
905
906install-pdf-am:
907
908install-ps: install-ps-recursive
909
910install-ps-am:
911
912installcheck-am:
913
914maintainer-clean: maintainer-clean-recursive
915          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
916          -rm -rf $(top_srcdir)/autom4te.cache
917          -rm -f Makefile
918maintainer-clean-am: distclean-am maintainer-clean-generic
919
920mostlyclean: mostlyclean-recursive
921
922mostlyclean-am: mostlyclean-generic mostlyclean-libtool
923
924pdf: pdf-recursive
925
926pdf-am:
927
928ps: ps-recursive
929
930ps-am:
931
932uninstall-am: uninstall-dist_docDATA
933
934.MAKE: $(am__recursive_targets) install-am install-exec-am \
935          install-strip
936
937.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
938          am--refresh check check-am clean clean-cscope clean-generic \
939          clean-libtool cscope cscopelist-am ctags ctags-am dist \
940          dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
941          dist-xz dist-zip distcheck distclean distclean-generic \
942          distclean-libtool distclean-tags distcleancheck distdir \
943          distuninstallcheck dvi dvi-am html html-am info info-am \
944          install install-am install-data install-data-am \
945          install-dist_docDATA install-dvi install-dvi-am install-exec \
946          install-exec-am install-exec-hook install-html install-html-am \
947          install-info install-info-am install-man install-pdf \
948          install-pdf-am install-ps install-ps-am install-strip \
949          installcheck installcheck-am installdirs installdirs-am \
950          maintainer-clean maintainer-clean-generic mostlyclean \
951          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
952          tags tags-am uninstall uninstall-am uninstall-dist_docDATA
953
954.PRECIOUS: Makefile
955
956
957# Create the ChangeLog, but only if we're inside a git working directory
958
959ChangeLog: $(srcdir)/tools/git2cl
960          if [ -d $(srcdir)/.git ] ; then \
961                    $(srcdir)/tools/git2cl > $@ \
962          ; fi
963
964indent:
965          cd src && $(MAKE) $(AM_MAKEFLAGS) indent
966
967install-exec-hook:
968          cd $(DESTDIR)$(bindir) && \
969                    $(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT)
970
971.PHONY: ChangeLog indent
972
973# Tell versions [3.59,3.63) of GNU make to not export all variables.
974# Otherwise a system limit (for SysV at least) may be exceeded.
975.NOEXPORT:
976