Minor consistency changes for latest pilex.git/bootstrap Python scanner
[bootstrap_flex.git] / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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
47 VPATH = @srcdir@
48 am__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 }
59 am__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
101 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103 pkgdatadir = $(datadir)/@PACKAGE@
104 pkgincludedir = $(includedir)/@PACKAGE@
105 pkglibdir = $(libdir)/@PACKAGE@
106 pkglibexecdir = $(libexecdir)/@PACKAGE@
107 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108 install_sh_DATA = $(install_sh) -c -m 644
109 install_sh_PROGRAM = $(install_sh) -c
110 install_sh_SCRIPT = $(install_sh) -c
111 INSTALL_HEADER = $(INSTALL_DATA)
112 transform = $(program_transform_name)
113 NORMAL_INSTALL = :
114 PRE_INSTALL = :
115 POST_INSTALL = :
116 NORMAL_UNINSTALL = :
117 PRE_UNINSTALL = :
118 POST_UNINSTALL = :
119 build_triplet = @build@
120 host_triplet = @host@
121 subdir = .
122 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123 am__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
132 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133         $(ACLOCAL_M4)
134 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
135         $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
136 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
137  configure.lineno config.status.lineno
138 mkinstalldirs = $(install_sh) -d
139 CONFIG_HEADER = $(top_builddir)/src/config.h
140 CONFIG_CLEAN_FILES =
141 CONFIG_CLEAN_VPATH_FILES =
142 AM_V_P = $(am__v_P_@AM_V@)
143 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144 am__v_P_0 = false
145 am__v_P_1 = :
146 AM_V_GEN = $(am__v_GEN_@AM_V@)
147 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148 am__v_GEN_0 = @echo "  GEN     " $@;
149 am__v_GEN_1 = 
150 AM_V_at = $(am__v_at_@AM_V@)
151 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152 am__v_at_0 = @
153 am__v_at_1 = 
154 SOURCES =
155 DIST_SOURCES =
156 RECURSIVE_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
164 am__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
169 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
170 am__vpath_adj = case $$p in \
171     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
172     *) f=$$p;; \
173   esac;
174 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
175 am__install_max = 40
176 am__nobase_strip_setup = \
177   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
178 am__nobase_strip = \
179   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
180 am__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] }'
187 am__base_list = \
188   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
189   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
190 am__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   }
196 am__installdirs = "$(DESTDIR)$(docdir)"
197 DATA = $(dist_doc_DATA)
198 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
199   distclean-recursive maintainer-clean-recursive
200 am__recursive_targets = \
201   $(RECURSIVE_TARGETS) \
202   $(RECURSIVE_CLEAN_TARGETS) \
203   $(am__extra_recursive_targets)
204 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
205         cscope distdir dist dist-all distcheck
206 am__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.
210 am__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.
218 am__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)`
223 ETAGS = etags
224 CTAGS = ctags
225 CSCOPE = cscope
226 DIST_SUBDIRS = $(SUBDIRS)
227 am__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 build-aux/depcomp \
237         build-aux/install-sh build-aux/ltmain.sh build-aux/mdate-sh \
238         build-aux/missing build-aux/texinfo.tex build-aux/ylwrap
239 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
240 distdir = $(PACKAGE)-$(VERSION)
241 top_distdir = $(distdir)
242 am__remove_distdir = \
243   if test -d "$(distdir)"; then \
244     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
245       && rm -rf "$(distdir)" \
246       || { sleep 5 && rm -rf "$(distdir)"; }; \
247   else :; fi
248 am__post_remove_distdir = $(am__remove_distdir)
249 am__relativize = \
250   dir0=`pwd`; \
251   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
252   sed_rest='s,^[^/]*/*,,'; \
253   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
254   sed_butlast='s,/*[^/]*$$,,'; \
255   while test -n "$$dir1"; do \
256     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
257     if test "$$first" != "."; then \
258       if test "$$first" = ".."; then \
259         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
260         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
261       else \
262         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
263         if test "$$first2" = "$$first"; then \
264           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
265         else \
266           dir2="../$$dir2"; \
267         fi; \
268         dir0="$$dir0"/"$$first"; \
269       fi; \
270     fi; \
271     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
272   done; \
273   reldir="$$dir2"
274 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz
275 GZIP_ENV = --best
276 DIST_TARGETS = dist-lzip dist-gzip
277 distuninstallcheck_listfiles = find . -type f -print
278 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
279   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
280 distcleancheck_listfiles = find . -type f -print
281 ACLOCAL = @ACLOCAL@
282 ALLOCA = @ALLOCA@
283 AMTAR = @AMTAR@
284 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
285 AR = @AR@
286 AUTOCONF = @AUTOCONF@
287 AUTOHEADER = @AUTOHEADER@
288 AUTOMAKE = @AUTOMAKE@
289 AWK = @AWK@
290 BUILD_EXEEXT = @BUILD_EXEEXT@
291 BUILD_OBJEXT = @BUILD_OBJEXT@
292 CC = @CC@
293 CCDEPMODE = @CCDEPMODE@
294 CC_FOR_BUILD = @CC_FOR_BUILD@
295 CFLAGS = @CFLAGS@
296 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
297 CPP = @CPP@
298 CPPFLAGS = @CPPFLAGS@
299 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
300 CPP_FOR_BUILD = @CPP_FOR_BUILD@
301 CXX = @CXX@
302 CXXCPP = @CXXCPP@
303 CXXDEPMODE = @CXXDEPMODE@
304 CXXFLAGS = @CXXFLAGS@
305 CYGPATH_W = @CYGPATH_W@
306 DEFS = @DEFS@
307 DEPDIR = @DEPDIR@
308 DLLTOOL = @DLLTOOL@
309 DSYMUTIL = @DSYMUTIL@
310 DUMPBIN = @DUMPBIN@
311 ECHO_C = @ECHO_C@
312 ECHO_N = @ECHO_N@
313 ECHO_T = @ECHO_T@
314 EGREP = @EGREP@
315 EXEEXT = @EXEEXT@
316 FGREP = @FGREP@
317 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
318 GMSGFMT = @GMSGFMT@
319 GMSGFMT_015 = @GMSGFMT_015@
320 GREP = @GREP@
321 HELP2MAN = @HELP2MAN@
322 INDENT = @INDENT@
323 INSTALL = @INSTALL@
324 INSTALL_DATA = @INSTALL_DATA@
325 INSTALL_PROGRAM = @INSTALL_PROGRAM@
326 INSTALL_SCRIPT = @INSTALL_SCRIPT@
327 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
328 INTLLIBS = @INTLLIBS@
329 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
330 LD = @LD@
331 LDFLAGS = @LDFLAGS@
332 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
333 LEX = @LEX@
334 LEXLIB = @LEXLIB@
335 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
336 LIBICONV = @LIBICONV@
337 LIBINTL = @LIBINTL@
338 LIBOBJS = @LIBOBJS@
339 LIBPTHREAD = @LIBPTHREAD@
340 LIBS = @LIBS@
341 LIBTOOL = @LIBTOOL@
342 LIPO = @LIPO@
343 LN_S = @LN_S@
344 LTLIBICONV = @LTLIBICONV@
345 LTLIBINTL = @LTLIBINTL@
346 LTLIBOBJS = @LTLIBOBJS@
347 M4 = @M4@
348 MAKEINFO = @MAKEINFO@
349 MANIFEST_TOOL = @MANIFEST_TOOL@
350 MKDIR_P = @MKDIR_P@
351 MSGFMT = @MSGFMT@
352 MSGFMT_015 = @MSGFMT_015@
353 MSGMERGE = @MSGMERGE@
354 NM = @NM@
355 NMEDIT = @NMEDIT@
356 OBJDUMP = @OBJDUMP@
357 OBJEXT = @OBJEXT@
358 OTOOL = @OTOOL@
359 OTOOL64 = @OTOOL64@
360 PACKAGE = @PACKAGE@
361 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
362 PACKAGE_NAME = @PACKAGE_NAME@
363 PACKAGE_STRING = @PACKAGE_STRING@
364 PACKAGE_TARNAME = @PACKAGE_TARNAME@
365 PACKAGE_URL = @PACKAGE_URL@
366 PACKAGE_VERSION = @PACKAGE_VERSION@
367 PATH_SEPARATOR = @PATH_SEPARATOR@
368 POSUB = @POSUB@
369 RANLIB = @RANLIB@
370 SED = @SED@
371 SET_MAKE = @SET_MAKE@
372 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
373 SHELL = @SHELL@
374 STRIP = @STRIP@
375 TEXI2DVI = @TEXI2DVI@
376 USE_NLS = @USE_NLS@
377 VERSION = @VERSION@
378 WARNINGFLAGS = @WARNINGFLAGS@
379 XGETTEXT = @XGETTEXT@
380 XGETTEXT_015 = @XGETTEXT_015@
381 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
382 YACC = @YACC@
383 YFLAGS = @YFLAGS@
384 abs_builddir = @abs_builddir@
385 abs_srcdir = @abs_srcdir@
386 abs_top_builddir = @abs_top_builddir@
387 abs_top_srcdir = @abs_top_srcdir@
388 ac_ct_AR = @ac_ct_AR@
389 ac_ct_CC = @ac_ct_CC@
390 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
391 ac_ct_CXX = @ac_ct_CXX@
392 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
393 am__include = @am__include@
394 am__leading_dot = @am__leading_dot@
395 am__quote = @am__quote@
396 am__tar = @am__tar@
397 am__untar = @am__untar@
398 bindir = @bindir@
399 build = @build@
400 build_alias = @build_alias@
401 build_cpu = @build_cpu@
402 build_os = @build_os@
403 build_vendor = @build_vendor@
404 builddir = @builddir@
405 datadir = @datadir@
406 datarootdir = @datarootdir@
407 docdir = @docdir@
408 dvidir = @dvidir@
409 exec_prefix = @exec_prefix@
410 host = @host@
411 host_alias = @host_alias@
412 host_cpu = @host_cpu@
413 host_os = @host_os@
414 host_vendor = @host_vendor@
415 htmldir = @htmldir@
416 includedir = @includedir@
417 infodir = @infodir@
418 install_sh = @install_sh@
419 libdir = @libdir@
420 libexecdir = @libexecdir@
421 localedir = @localedir@
422 localstatedir = @localstatedir@
423 mandir = @mandir@
424 mkdir_p = @mkdir_p@
425 oldincludedir = @oldincludedir@
426 pdfdir = @pdfdir@
427 prefix = @prefix@
428 program_transform_name = @program_transform_name@
429 psdir = @psdir@
430 runstatedir = @runstatedir@
431 sbindir = @sbindir@
432 sharedstatedir = @sharedstatedir@
433 srcdir = @srcdir@
434 sysconfdir = @sysconfdir@
435 target_alias = @target_alias@
436 top_build_prefix = @top_build_prefix@
437 top_builddir = @top_builddir@
438 top_srcdir = @top_srcdir@
439 ACLOCAL_AMFLAGS = -I m4
440 dist_doc_DATA = \
441         AUTHORS \
442         COPYING \
443         NEWS \
444         ONEWS \
445         README.md
446
447 EXTRA_DIST = \
448         .indent.pro \
449         autogen.sh
450
451 SUBDIRS = \
452         src \
453         doc \
454         examples \
455         po \
456         tests \
457         tools
458
459 all: all-recursive
460
461 .SUFFIXES:
462 am--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
477 Makefile: $(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
496 mostlyclean-libtool:
497         -rm -f *.lo
498
499 clean-libtool:
500         -rm -rf .libs _libs
501
502 distclean-libtool:
503         -rm -f libtool config.lt
504 install-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
520 uninstall-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
560 ID: $(am__tagged_files)
561         $(am__define_uniq_tagged_files); mkid -fID $$unique
562 tags: tags-recursive
563 TAGS: tags
564
565 tags-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
593 ctags: ctags-recursive
594
595 CTAGS: ctags
596 ctags-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
602 GTAGS:
603         here=`$(am__cd) $(top_builddir) && pwd` \
604           && $(am__cd) $(top_srcdir) \
605           && gtags -i $(GTAGS_ARGS) "$$here"
606 cscope: cscope.files
607         test ! -s cscope.files \
608           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
609 clean-cscope:
610         -rm -f cscope.files
611 cscope.files: clean-cscope cscopelist
612 cscopelist: cscopelist-recursive
613
614 cscopelist-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
628 distclean-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
632 distdir: $(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)"
702 dist-gzip: distdir
703         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
704         $(am__post_remove_distdir)
705
706 dist-bzip2: distdir
707         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
708         $(am__post_remove_distdir)
709 dist-lzip: distdir
710         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
711         $(am__post_remove_distdir)
712
713 dist-xz: distdir
714         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
715         $(am__post_remove_distdir)
716
717 dist-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
724 dist-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) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
729         $(am__post_remove_distdir)
730
731 dist-zip: distdir
732         -rm -f $(distdir).zip
733         zip -rq $(distdir).zip $(distdir)
734         $(am__post_remove_distdir)
735
736 dist 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.
743 distcheck: dist
744         case '$(DIST_ARCHIVES)' in \
745         *.tar.gz*) \
746           eval GZIP= gzip $(GZIP_ENV) -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           eval GZIP= gzip $(GZIP_ENV) -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'
799 distuninstallcheck:
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
816 distcleancheck: 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
825 check-am: all-am
826 check: check-recursive
827 all-am: Makefile $(DATA)
828 installdirs: installdirs-recursive
829 installdirs-am:
830         for dir in "$(DESTDIR)$(docdir)"; do \
831           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
832         done
833 install: install-recursive
834 install-exec: install-exec-recursive
835 install-data: install-data-recursive
836 uninstall: uninstall-recursive
837
838 install-am: all-am
839         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
840
841 installcheck: installcheck-recursive
842 install-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
852 mostlyclean-generic:
853
854 clean-generic:
855
856 distclean-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
860 maintainer-clean-generic:
861         @echo "This command is intended for maintainers to use"
862         @echo "it deletes files that may require special tools to rebuild."
863 clean: clean-recursive
864
865 clean-am: clean-generic clean-libtool mostlyclean-am
866
867 distclean: distclean-recursive
868         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
869         -rm -f Makefile
870 distclean-am: clean-am distclean-generic distclean-libtool \
871         distclean-tags
872
873 dvi: dvi-recursive
874
875 dvi-am:
876
877 html: html-recursive
878
879 html-am:
880
881 info: info-recursive
882
883 info-am:
884
885 install-data-am: install-dist_docDATA
886
887 install-dvi: install-dvi-recursive
888
889 install-dvi-am:
890
891 install-exec-am:
892         @$(NORMAL_INSTALL)
893         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
894 install-html: install-html-recursive
895
896 install-html-am:
897
898 install-info: install-info-recursive
899
900 install-info-am:
901
902 install-man:
903
904 install-pdf: install-pdf-recursive
905
906 install-pdf-am:
907
908 install-ps: install-ps-recursive
909
910 install-ps-am:
911
912 installcheck-am:
913
914 maintainer-clean: maintainer-clean-recursive
915         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
916         -rm -rf $(top_srcdir)/autom4te.cache
917         -rm -f Makefile
918 maintainer-clean-am: distclean-am maintainer-clean-generic
919
920 mostlyclean: mostlyclean-recursive
921
922 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
923
924 pdf: pdf-recursive
925
926 pdf-am:
927
928 ps: ps-recursive
929
930 ps-am:
931
932 uninstall-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
959 ChangeLog: $(srcdir)/tools/git2cl
960         if [ -d $(srcdir)/.git ] ; then \
961                 $(srcdir)/tools/git2cl > $@ \
962         ; fi
963
964 indent:
965         cd src && $(MAKE) $(AM_MAKEFLAGS) indent
966
967 install-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: