Improve the process for GNU tools
[minix3.git] / external / bsd / flex / dist / Makefile.in
blob86e31c188fce1f407bf0414aa30c48fddb794117
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
18 # This file is part of flex.
20 # Redistribution and use in source and binary forms, with or without
21 # modification, are permitted provided that the following conditions
22 # are met:
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.
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.
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.
39 # Notes on building:
41 # Possible values for DEFS:
43 # By default, flex generates 8-bit scanners when using table compression,
44 # and 7-bit scanners when using uncompressed tables (-f or -F options).
45 # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
46 # to DEFS.
48 # For Vax/VMS, add "-DVMS" to DEFS.
50 # For MS-DOS, add "-DMS_DOS" to DEFS. See the directory MISC/MSDOS for
51 # additional info.
56 VPATH = @srcdir@
57 am__make_dryrun = \
58 { \
59 am__dry=no; \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
63 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
64 *) \
65 for am__flg in $$MAKEFLAGS; do \
66 case $$am__flg in \
67 *=*|--*) ;; \
68 *n*) am__dry=yes; break;; \
69 esac; \
70 done;; \
71 esac; \
72 test $$am__dry = yes; \
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 bin_PROGRAMS = flex$(EXEEXT)
93 subdir = .
94 DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
95 $(include_HEADERS) $(noinst_HEADERS) $(srcdir)/Makefile.am \
96 $(srcdir)/Makefile.in $(srcdir)/conf.in \
97 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
98 INSTALL NEWS THANKS TODO compile config.guess config.rpath \
99 config.sub depcomp install-sh ltmain.sh missing parse.c \
100 parse.h scan.c ylwrap
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
103 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
104 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
105 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
106 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
107 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
108 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
109 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
113 configure.lineno config.status.lineno
114 mkinstalldirs = $(install_sh) -d
115 CONFIG_HEADER = config.h
116 CONFIG_CLEAN_FILES =
117 CONFIG_CLEAN_VPATH_FILES =
118 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
119 am__vpath_adj = case $$p in \
120 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
121 *) f=$$p;; \
122 esac;
123 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
124 am__install_max = 40
125 am__nobase_strip_setup = \
126 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
127 am__nobase_strip = \
128 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
129 am__nobase_list = $(am__nobase_strip_setup); \
130 for p in $$list; do echo "$$p $$p"; done | \
131 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
132 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
133 if (++n[$$2] == $(am__install_max)) \
134 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
135 END { for (dir in files) print dir, files[dir] }'
136 am__base_list = \
137 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
138 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
139 am__uninstall_files_from_dir = { \
140 test -z "$$files" \
141 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
142 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
143 $(am__cd) "$$dir" && rm -f $$files; }; \
145 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
146 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"
147 LTLIBRARIES = $(lib_LTLIBRARIES)
148 libfl_la_LIBADD =
149 am_libfl_la_OBJECTS = libmain.lo libyywrap.lo
150 libfl_la_OBJECTS = $(am_libfl_la_OBJECTS)
151 libfl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libfl_la_LDFLAGS) \
153 $(LDFLAGS) -o $@
154 libfl_pic_la_LIBADD =
155 am_libfl_pic_la_OBJECTS = libmain.lo libyywrap.lo
156 libfl_pic_la_OBJECTS = $(am_libfl_pic_la_OBJECTS)
157 libfl_pic_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
158 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
159 $(libfl_pic_la_LDFLAGS) $(LDFLAGS) -o $@
160 PROGRAMS = $(bin_PROGRAMS)
161 am_flex_OBJECTS = ccl.$(OBJEXT) dfa.$(OBJEXT) ecs.$(OBJEXT) \
162 scanflags.$(OBJEXT) gen.$(OBJEXT) main.$(OBJEXT) \
163 misc.$(OBJEXT) nfa.$(OBJEXT) parse.$(OBJEXT) scan.$(OBJEXT) \
164 skel.$(OBJEXT) sym.$(OBJEXT) tblcmp.$(OBJEXT) yylex.$(OBJEXT) \
165 options.$(OBJEXT) scanopt.$(OBJEXT) buf.$(OBJEXT) \
166 tables.$(OBJEXT) tables_shared.$(OBJEXT) filter.$(OBJEXT) \
167 regex.$(OBJEXT)
168 flex_OBJECTS = $(am_flex_OBJECTS)
169 flex_LDADD = $(LDADD)
170 flex_DEPENDENCIES = lib/libcompat.la
171 DEFAULT_INCLUDES = -I.@am__isrc@
172 depcomp = $(SHELL) $(top_srcdir)/depcomp
173 am__depfiles_maybe = depfiles
174 am__mv = mv -f
175 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
178 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
179 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180 CCLD = $(CC)
181 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
182 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
183 $(LDFLAGS) -o $@
184 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
185 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
186 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
187 YLWRAP = $(top_srcdir)/ylwrap
188 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
189 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
190 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
191 SOURCES = $(libfl_la_SOURCES) $(libfl_pic_la_SOURCES) $(flex_SOURCES)
192 DIST_SOURCES = $(libfl_la_SOURCES) $(libfl_pic_la_SOURCES) \
193 $(flex_SOURCES)
194 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
195 html-recursive info-recursive install-data-recursive \
196 install-dvi-recursive install-exec-recursive \
197 install-html-recursive install-info-recursive \
198 install-pdf-recursive install-ps-recursive install-recursive \
199 installcheck-recursive installdirs-recursive pdf-recursive \
200 ps-recursive uninstall-recursive
201 am__can_run_installinfo = \
202 case $$AM_UPDATE_INFO_DIR in \
203 n|no|NO) false;; \
204 *) (install-info --version) >/dev/null 2>&1;; \
205 esac
206 DATA = $(dist_doc_DATA)
207 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
208 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
209 distclean-recursive maintainer-clean-recursive
210 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
211 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
212 distdir dist dist-all distcheck
213 ETAGS = etags
214 CTAGS = ctags
215 DIST_SUBDIRS = $(SUBDIRS)
216 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
217 distdir = $(PACKAGE)-$(VERSION)
218 top_distdir = $(distdir)
219 am__remove_distdir = \
220 if test -d "$(distdir)"; then \
221 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
222 && rm -rf "$(distdir)" \
223 || { sleep 5 && rm -rf "$(distdir)"; }; \
224 else :; fi
225 am__relativize = \
226 dir0=`pwd`; \
227 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
228 sed_rest='s,^[^/]*/*,,'; \
229 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
230 sed_butlast='s,/*[^/]*$$,,'; \
231 while test -n "$$dir1"; do \
232 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
233 if test "$$first" != "."; then \
234 if test "$$first" = ".."; then \
235 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
236 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
237 else \
238 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
239 if test "$$first2" = "$$first"; then \
240 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
241 else \
242 dir2="../$$dir2"; \
243 fi; \
244 dir0="$$dir0"/"$$first"; \
245 fi; \
246 fi; \
247 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
248 done; \
249 reldir="$$dir2"
250 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz
251 GZIP_ENV = --best
252 distuninstallcheck_listfiles = find . -type f -print
253 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
254 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
255 distcleancheck_listfiles = find . -type f -print
256 ACLOCAL = @ACLOCAL@
257 ALLOCA = @ALLOCA@
258 AMTAR = @AMTAR@
259 AR = @AR@
260 AUTOCONF = @AUTOCONF@
261 AUTOHEADER = @AUTOHEADER@
262 AUTOMAKE = @AUTOMAKE@
263 AWK = @AWK@
264 BISON = @BISON@
265 CC = @CC@
266 CCDEPMODE = @CCDEPMODE@
267 CFLAGS = @CFLAGS@
268 CPP = @CPP@
269 CPPFLAGS = @CPPFLAGS@
270 CXX = @CXX@
271 CXXCPP = @CXXCPP@
272 CXXDEPMODE = @CXXDEPMODE@
273 CXXFLAGS = @CXXFLAGS@
274 CYGPATH_W = @CYGPATH_W@
275 DEFS = @DEFS@
276 DEPDIR = @DEPDIR@
277 DLLTOOL = @DLLTOOL@
278 DSYMUTIL = @DSYMUTIL@
279 DUMPBIN = @DUMPBIN@
280 ECHO_C = @ECHO_C@
281 ECHO_N = @ECHO_N@
282 ECHO_T = @ECHO_T@
283 EGREP = @EGREP@
284 EXEEXT = @EXEEXT@
285 FGREP = @FGREP@
286 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
287 GMSGFMT = @GMSGFMT@
288 GMSGFMT_015 = @GMSGFMT_015@
289 GREP = @GREP@
290 HELP2MAN = @HELP2MAN@
291 INDENT = @INDENT@
292 INSTALL = @INSTALL@
293 INSTALL_DATA = @INSTALL_DATA@
294 INSTALL_PROGRAM = @INSTALL_PROGRAM@
295 INSTALL_SCRIPT = @INSTALL_SCRIPT@
296 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
297 INTLLIBS = @INTLLIBS@
298 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
299 LD = @LD@
300 LDFLAGS = @LDFLAGS@
301 LEX = @LEX@
302 LEXLIB = @LEXLIB@
303 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
304 LIBICONV = @LIBICONV@
305 LIBINTL = @LIBINTL@
306 LIBOBJS = @LIBOBJS@
307 LIBS = @LIBINTL@ @LIBS@
308 LIBTOOL = @LIBTOOL@
309 LIPO = @LIPO@
310 LN_S = @LN_S@
311 LTLIBICONV = @LTLIBICONV@
312 LTLIBINTL = @LTLIBINTL@
313 LTLIBOBJS = @LTLIBOBJS@
314 M4 = @M4@
315 MAKEINFO = @MAKEINFO@
316 MANIFEST_TOOL = @MANIFEST_TOOL@
317 MKDIR_P = @MKDIR_P@
318 MSGFMT = @MSGFMT@
319 MSGFMT_015 = @MSGFMT_015@
320 MSGMERGE = @MSGMERGE@
321 NM = @NM@
322 NMEDIT = @NMEDIT@
323 OBJDUMP = @OBJDUMP@
324 OBJEXT = @OBJEXT@
325 OTOOL = @OTOOL@
326 OTOOL64 = @OTOOL64@
327 PACKAGE = @PACKAGE@
328 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
329 PACKAGE_NAME = @PACKAGE_NAME@
330 PACKAGE_STRING = @PACKAGE_STRING@
331 PACKAGE_TARNAME = @PACKAGE_TARNAME@
332 PACKAGE_URL = @PACKAGE_URL@
333 PACKAGE_VERSION = @PACKAGE_VERSION@
334 PATH_SEPARATOR = @PATH_SEPARATOR@
335 POSUB = @POSUB@
336 RANLIB = @RANLIB@
337 SED = @SED@
338 SET_MAKE = @SET_MAKE@
339 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
340 SHELL = @SHELL@
341 STRIP = @STRIP@
342 USE_NLS = @USE_NLS@
343 VERSION = @VERSION@
344 XGETTEXT = @XGETTEXT@
345 XGETTEXT_015 = @XGETTEXT_015@
346 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
347 YACC = @YACC@
348 YFLAGS = @YFLAGS@
349 abs_builddir = @abs_builddir@
350 abs_srcdir = @abs_srcdir@
351 abs_top_builddir = @abs_top_builddir@
352 abs_top_srcdir = @abs_top_srcdir@
353 ac_ct_AR = @ac_ct_AR@
354 ac_ct_CC = @ac_ct_CC@
355 ac_ct_CXX = @ac_ct_CXX@
356 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
357 am__include = @am__include@
358 am__leading_dot = @am__leading_dot@
359 am__quote = @am__quote@
360 am__tar = @am__tar@
361 am__untar = @am__untar@
362 bindir = @bindir@
363 build = @build@
364 build_alias = @build_alias@
365 build_cpu = @build_cpu@
366 build_os = @build_os@
367 build_vendor = @build_vendor@
368 builddir = @builddir@
369 datadir = @datadir@
370 datarootdir = @datarootdir@
371 docdir = @docdir@
372 dvidir = @dvidir@
373 exec_prefix = @exec_prefix@
374 host = @host@
375 host_alias = @host_alias@
376 host_cpu = @host_cpu@
377 host_os = @host_os@
378 host_vendor = @host_vendor@
379 htmldir = @htmldir@
380 includedir = @includedir@
381 infodir = @infodir@
382 install_sh = @install_sh@
383 libdir = @libdir@
384 libexecdir = @libexecdir@
385 localedir = $(datadir)/locale
386 localstatedir = @localstatedir@
387 mandir = @mandir@
388 mkdir_p = @mkdir_p@
389 oldincludedir = @oldincludedir@
390 pdfdir = @pdfdir@
391 prefix = @prefix@
392 program_transform_name = @program_transform_name@
393 psdir = @psdir@
394 sbindir = @sbindir@
395 sharedstatedir = @sharedstatedir@
396 srcdir = @srcdir@
397 sysconfdir = @sysconfdir@
398 target_alias = @target_alias@
399 top_build_prefix = @top_build_prefix@
400 top_builddir = @top_builddir@
401 top_srcdir = @top_srcdir@
402 AM_YFLAGS = -d
403 ACLOCAL_AMFLAGS = -I m4
404 m4 = @M4@
405 indent = @INDENT@
406 lib_LTLIBRARIES = \
407 libfl.la \
408 libfl_pic.la
410 flex_SOURCES = \
411 ccl.c \
412 dfa.c \
413 ecs.c \
414 scanflags.c \
415 gen.c \
416 main.c \
417 misc.c \
418 nfa.c \
419 parse.y \
420 scan.l \
421 skel.c \
422 sym.c \
423 tblcmp.c \
424 yylex.c \
425 options.c \
426 scanopt.c \
427 buf.c \
428 tables.c \
429 tables_shared.c \
430 filter.c \
431 regex.c
433 LDADD = lib/libcompat.la
434 libfl_la_SOURCES = \
435 libmain.c \
436 libyywrap.c
438 libfl_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
439 libfl_pic_la_SOURCES = \
440 libmain.c \
441 libyywrap.c
443 libfl_pic_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
444 noinst_HEADERS = \
445 flexdef.h \
446 flexint.h \
447 version.h \
448 options.h \
449 scanopt.h \
450 tables.h \
451 tables_shared.h
453 include_HEADERS = \
454 FlexLexer.h
456 dist_doc_DATA = \
457 AUTHORS \
458 COPYING \
459 NEWS \
460 ONEWS \
461 README \
462 TODO
464 EXTRA_DIST = \
465 .indent.pro \
466 ABOUT-NLS \
467 INSTALL \
468 autogen.sh \
469 flex.skl \
470 mkskel.sh \
471 config.rpath \
472 gettext.h
474 BUILT_SOURCES = \
475 skel.c
477 SUBDIRS = \
478 lib \
480 doc \
481 examples \
482 po \
483 tests
485 AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl
487 # Run GNU indent on sources. Don't run this unless all the sources compile cleanly.
489 # Whole idea:
490 # 1. Check for .indent.pro, otherwise indent will use unknown
491 # settings, or worse, the GNU defaults.)
492 # 2. Check that this is GNU indent.
493 # 3. Make sure to process only the NON-generated .c and .h files.
494 # 4. Run indent twice per file. The first time is a test.
495 # Otherwise, indent overwrites your file even if it fails!
496 indentfiles = \
497 buf.c \
498 ccl.c \
499 dfa.c \
500 ecs.c \
501 scanflags.c \
502 filter.c \
503 flexdef.h \
504 gen.c \
505 libmain.c \
506 libyywrap.c \
507 main.c \
508 misc.c \
509 nfa.c \
510 options.c \
511 options.h \
512 regex.c \
513 scanopt.c \
514 scanopt.h \
515 sym.c \
516 tables.c \
517 tables.h \
518 tables_shared.c \
519 tables_shared.h \
520 tblcmp.c
522 all: $(BUILT_SOURCES) config.h
523 $(MAKE) $(AM_MAKEFLAGS) all-recursive
525 .SUFFIXES:
526 .SUFFIXES: .c .l .lo .o .obj .y
527 am--refresh: Makefile
529 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
530 @for dep in $?; do \
531 case '$(am__configure_deps)' in \
532 *$$dep*) \
533 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
534 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
535 && exit 0; \
536 exit 1;; \
537 esac; \
538 done; \
539 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
540 $(am__cd) $(top_srcdir) && \
541 $(AUTOMAKE) --gnu Makefile
542 .PRECIOUS: Makefile
543 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
544 @case '$?' in \
545 *config.status*) \
546 echo ' $(SHELL) ./config.status'; \
547 $(SHELL) ./config.status;; \
548 *) \
549 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
550 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
551 esac;
553 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
554 $(SHELL) ./config.status --recheck
556 $(top_srcdir)/configure: $(am__configure_deps)
557 $(am__cd) $(srcdir) && $(AUTOCONF)
558 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
559 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
560 $(am__aclocal_m4_deps):
562 config.h: stamp-h1
563 @if test ! -f $@; then rm -f stamp-h1; else :; fi
564 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
566 stamp-h1: $(srcdir)/conf.in $(top_builddir)/config.status
567 @rm -f stamp-h1
568 cd $(top_builddir) && $(SHELL) ./config.status config.h
569 $(srcdir)/conf.in: $(am__configure_deps)
570 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
571 rm -f stamp-h1
572 touch $@
574 distclean-hdr:
575 -rm -f config.h stamp-h1
576 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
577 @$(NORMAL_INSTALL)
578 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
579 list2=; for p in $$list; do \
580 if test -f $$p; then \
581 list2="$$list2 $$p"; \
582 else :; fi; \
583 done; \
584 test -z "$$list2" || { \
585 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
586 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
587 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
588 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
591 uninstall-libLTLIBRARIES:
592 @$(NORMAL_UNINSTALL)
593 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
594 for p in $$list; do \
595 $(am__strip_dir) \
596 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
597 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
598 done
600 clean-libLTLIBRARIES:
601 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
602 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
603 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
604 test "$$dir" != "$$p" || dir=.; \
605 echo "rm -f \"$${dir}/so_locations\""; \
606 rm -f "$${dir}/so_locations"; \
607 done
608 libfl.la: $(libfl_la_OBJECTS) $(libfl_la_DEPENDENCIES) $(EXTRA_libfl_la_DEPENDENCIES)
609 $(libfl_la_LINK) -rpath $(libdir) $(libfl_la_OBJECTS) $(libfl_la_LIBADD) $(LIBS)
610 libfl_pic.la: $(libfl_pic_la_OBJECTS) $(libfl_pic_la_DEPENDENCIES) $(EXTRA_libfl_pic_la_DEPENDENCIES)
611 $(libfl_pic_la_LINK) -rpath $(libdir) $(libfl_pic_la_OBJECTS) $(libfl_pic_la_LIBADD) $(LIBS)
612 install-binPROGRAMS: $(bin_PROGRAMS)
613 @$(NORMAL_INSTALL)
614 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
615 if test -n "$$list"; then \
616 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
617 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
618 fi; \
619 for p in $$list; do echo "$$p $$p"; done | \
620 sed 's/$(EXEEXT)$$//' | \
621 while read p p1; do if test -f $$p || test -f $$p1; \
622 then echo "$$p"; echo "$$p"; else :; fi; \
623 done | \
624 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
625 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
626 sed 'N;N;N;s,\n, ,g' | \
627 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
628 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
629 if ($$2 == $$4) files[d] = files[d] " " $$1; \
630 else { print "f", $$3 "/" $$4, $$1; } } \
631 END { for (d in files) print "f", d, files[d] }' | \
632 while read type dir files; do \
633 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
634 test -z "$$files" || { \
635 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
636 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
638 ; done
640 uninstall-binPROGRAMS:
641 @$(NORMAL_UNINSTALL)
642 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
643 files=`for p in $$list; do echo "$$p"; done | \
644 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
645 -e 's/$$/$(EXEEXT)/' `; \
646 test -n "$$list" || exit 0; \
647 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
648 cd "$(DESTDIR)$(bindir)" && rm -f $$files
650 clean-binPROGRAMS:
651 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
652 echo " rm -f" $$list; \
653 rm -f $$list || exit $$?; \
654 test -n "$(EXEEXT)" || exit 0; \
655 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
656 echo " rm -f" $$list; \
657 rm -f $$list
659 installcheck-binPROGRAMS: $(bin_PROGRAMS)
660 bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
661 case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
662 *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
663 esac; \
664 f=`echo "$$p" | \
665 sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
666 for opt in --help --version; do \
667 if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
668 2>c$${pid}_.err </dev/null \
669 && test -n "`cat c$${pid}_.out`" \
670 && test -z "`cat c$${pid}_.err`"; then :; \
671 else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
672 done; \
673 done; rm -f c$${pid}_.???; exit $$bad
674 parse.h: parse.c
675 @if test ! -f $@; then rm -f parse.c; else :; fi
676 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) parse.c; else :; fi
677 flex$(EXEEXT): $(flex_OBJECTS) $(flex_DEPENDENCIES) $(EXTRA_flex_DEPENDENCIES)
678 @rm -f flex$(EXEEXT)
679 $(LINK) $(flex_OBJECTS) $(flex_LDADD) $(LIBS)
681 mostlyclean-compile:
682 -rm -f *.$(OBJEXT)
684 distclean-compile:
685 -rm -f *.tab.c
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buf.Po@am__quote@
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccl.Po@am__quote@
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dfa.Po@am__quote@
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecs.Po@am__quote@
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen.Po@am__quote@
693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmain.Plo@am__quote@
694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libyywrap.Plo@am__quote@
695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfa.Po@am__quote@
698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanflags.Po@am__quote@
703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanopt.Po@am__quote@
704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skel.Po@am__quote@
705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sym.Po@am__quote@
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables_shared.Po@am__quote@
708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblcmp.Po@am__quote@
709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yylex.Po@am__quote@
711 .c.o:
712 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
713 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
714 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
718 .c.obj:
719 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
720 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
721 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
725 .c.lo:
726 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
727 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
728 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
730 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
732 .l.c:
733 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
735 .y.c:
736 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
738 mostlyclean-libtool:
739 -rm -f *.lo
741 clean-libtool:
742 -rm -rf .libs _libs
744 distclean-libtool:
745 -rm -f libtool config.lt
746 install-dist_docDATA: $(dist_doc_DATA)
747 @$(NORMAL_INSTALL)
748 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
749 if test -n "$$list"; then \
750 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
751 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
752 fi; \
753 for p in $$list; do \
754 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
755 echo "$$d$$p"; \
756 done | $(am__base_list) | \
757 while read files; do \
758 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
759 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
760 done
762 uninstall-dist_docDATA:
763 @$(NORMAL_UNINSTALL)
764 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
765 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
766 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
767 install-includeHEADERS: $(include_HEADERS)
768 @$(NORMAL_INSTALL)
769 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
770 if test -n "$$list"; then \
771 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
772 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
773 fi; \
774 for p in $$list; do \
775 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
776 echo "$$d$$p"; \
777 done | $(am__base_list) | \
778 while read files; do \
779 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
780 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
781 done
783 uninstall-includeHEADERS:
784 @$(NORMAL_UNINSTALL)
785 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
786 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
787 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
789 # This directory's subdirectories are mostly independent; you can cd
790 # into them and run `make' without going through this Makefile.
791 # To change the values of `make' variables: instead of editing Makefiles,
792 # (1) if the variable is set in `config.status', edit `config.status'
793 # (which will cause the Makefiles to be regenerated when you run `make');
794 # (2) otherwise, pass the desired values on the `make' command line.
795 $(RECURSIVE_TARGETS):
796 @fail= failcom='exit 1'; \
797 for f in x $$MAKEFLAGS; do \
798 case $$f in \
799 *=* | --[!k]*);; \
800 *k*) failcom='fail=yes';; \
801 esac; \
802 done; \
803 dot_seen=no; \
804 target=`echo $@ | sed s/-recursive//`; \
805 list='$(SUBDIRS)'; for subdir in $$list; do \
806 echo "Making $$target in $$subdir"; \
807 if test "$$subdir" = "."; then \
808 dot_seen=yes; \
809 local_target="$$target-am"; \
810 else \
811 local_target="$$target"; \
812 fi; \
813 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
814 || eval $$failcom; \
815 done; \
816 if test "$$dot_seen" = "no"; then \
817 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
818 fi; test -z "$$fail"
820 $(RECURSIVE_CLEAN_TARGETS):
821 @fail= failcom='exit 1'; \
822 for f in x $$MAKEFLAGS; do \
823 case $$f in \
824 *=* | --[!k]*);; \
825 *k*) failcom='fail=yes';; \
826 esac; \
827 done; \
828 dot_seen=no; \
829 case "$@" in \
830 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
831 *) list='$(SUBDIRS)' ;; \
832 esac; \
833 rev=''; for subdir in $$list; do \
834 if test "$$subdir" = "."; then :; else \
835 rev="$$subdir $$rev"; \
836 fi; \
837 done; \
838 rev="$$rev ."; \
839 target=`echo $@ | sed s/-recursive//`; \
840 for subdir in $$rev; do \
841 echo "Making $$target in $$subdir"; \
842 if test "$$subdir" = "."; then \
843 local_target="$$target-am"; \
844 else \
845 local_target="$$target"; \
846 fi; \
847 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
848 || eval $$failcom; \
849 done && test -z "$$fail"
850 tags-recursive:
851 list='$(SUBDIRS)'; for subdir in $$list; do \
852 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
853 done
854 ctags-recursive:
855 list='$(SUBDIRS)'; for subdir in $$list; do \
856 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
857 done
859 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
860 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
861 unique=`for i in $$list; do \
862 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
863 done | \
864 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
865 END { if (nonempty) { for (i in files) print i; }; }'`; \
866 mkid -fID $$unique
867 tags: TAGS
869 TAGS: tags-recursive $(HEADERS) $(SOURCES) conf.in $(TAGS_DEPENDENCIES) \
870 $(TAGS_FILES) $(LISP)
871 set x; \
872 here=`pwd`; \
873 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
874 include_option=--etags-include; \
875 empty_fix=.; \
876 else \
877 include_option=--include; \
878 empty_fix=; \
879 fi; \
880 list='$(SUBDIRS)'; for subdir in $$list; do \
881 if test "$$subdir" = .; then :; else \
882 test ! -f $$subdir/TAGS || \
883 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
884 fi; \
885 done; \
886 list='$(SOURCES) $(HEADERS) conf.in $(LISP) $(TAGS_FILES)'; \
887 unique=`for i in $$list; do \
888 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
889 done | \
890 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
891 END { if (nonempty) { for (i in files) print i; }; }'`; \
892 shift; \
893 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
894 test -n "$$unique" || unique=$$empty_fix; \
895 if test $$# -gt 0; then \
896 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
897 "$$@" $$unique; \
898 else \
899 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
900 $$unique; \
901 fi; \
903 ctags: CTAGS
904 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) conf.in $(TAGS_DEPENDENCIES) \
905 $(TAGS_FILES) $(LISP)
906 list='$(SOURCES) $(HEADERS) conf.in $(LISP) $(TAGS_FILES)'; \
907 unique=`for i in $$list; do \
908 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
909 done | \
910 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
911 END { if (nonempty) { for (i in files) print i; }; }'`; \
912 test -z "$(CTAGS_ARGS)$$unique" \
913 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
914 $$unique
916 GTAGS:
917 here=`$(am__cd) $(top_builddir) && pwd` \
918 && $(am__cd) $(top_srcdir) \
919 && gtags -i $(GTAGS_ARGS) "$$here"
921 distclean-tags:
922 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
924 distdir: $(DISTFILES)
925 @case `sed 15q $(srcdir)/NEWS` in \
926 *"$(VERSION)"*) : ;; \
927 *) \
928 echo "NEWS not updated; not releasing" 1>&2; \
929 exit 1;; \
930 esac
931 $(am__remove_distdir)
932 test -d "$(distdir)" || mkdir "$(distdir)"
933 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
934 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
935 list='$(DISTFILES)'; \
936 dist_files=`for file in $$list; do echo $$file; done | \
937 sed -e "s|^$$srcdirstrip/||;t" \
938 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
939 case $$dist_files in \
940 */*) $(MKDIR_P) `echo "$$dist_files" | \
941 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
942 sort -u` ;; \
943 esac; \
944 for file in $$dist_files; do \
945 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
946 if test -d $$d/$$file; then \
947 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
948 if test -d "$(distdir)/$$file"; then \
949 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
950 fi; \
951 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
952 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
953 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
954 fi; \
955 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
956 else \
957 test -f "$(distdir)/$$file" \
958 || cp -p $$d/$$file "$(distdir)/$$file" \
959 || exit 1; \
960 fi; \
961 done
962 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
963 if test "$$subdir" = .; then :; else \
964 $(am__make_dryrun) \
965 || test -d "$(distdir)/$$subdir" \
966 || $(MKDIR_P) "$(distdir)/$$subdir" \
967 || exit 1; \
968 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
969 $(am__relativize); \
970 new_distdir=$$reldir; \
971 dir1=$$subdir; dir2="$(top_distdir)"; \
972 $(am__relativize); \
973 new_top_distdir=$$reldir; \
974 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
975 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
976 ($(am__cd) $$subdir && \
977 $(MAKE) $(AM_MAKEFLAGS) \
978 top_distdir="$$new_top_distdir" \
979 distdir="$$new_distdir" \
980 am__remove_distdir=: \
981 am__skip_length_check=: \
982 am__skip_mode_fix=: \
983 distdir) \
984 || exit 1; \
985 fi; \
986 done
987 -test -n "$(am__skip_mode_fix)" \
988 || find "$(distdir)" -type d ! -perm -755 \
989 -exec chmod u+rwx,go+rx {} \; -o \
990 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
991 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
992 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
993 || chmod -R a+r "$(distdir)"
994 dist-gzip: distdir
995 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
996 $(am__remove_distdir)
997 dist-bzip2: distdir
998 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
999 $(am__remove_distdir)
1001 dist-lzip: distdir
1002 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1003 $(am__remove_distdir)
1005 dist-lzma: distdir
1006 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1007 $(am__remove_distdir)
1008 dist-xz: distdir
1009 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1010 $(am__remove_distdir)
1012 dist-tarZ: distdir
1013 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1014 $(am__remove_distdir)
1016 dist-shar: distdir
1017 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1018 $(am__remove_distdir)
1020 dist-zip: distdir
1021 -rm -f $(distdir).zip
1022 zip -rq $(distdir).zip $(distdir)
1023 $(am__remove_distdir)
1025 dist dist-all: distdir
1026 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1027 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1028 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1029 $(am__remove_distdir)
1031 # This target untars the dist file and tries a VPATH configuration. Then
1032 # it guarantees that the distribution is self-contained by making another
1033 # tarfile.
1034 distcheck: dist
1035 case '$(DIST_ARCHIVES)' in \
1036 *.tar.gz*) \
1037 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1038 *.tar.bz2*) \
1039 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1040 *.tar.lzma*) \
1041 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1042 *.tar.lz*) \
1043 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1044 *.tar.xz*) \
1045 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1046 *.tar.Z*) \
1047 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1048 *.shar.gz*) \
1049 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1050 *.zip*) \
1051 unzip $(distdir).zip ;;\
1052 esac
1053 chmod -R a-w $(distdir); chmod u+w $(distdir)
1054 mkdir $(distdir)/_build
1055 mkdir $(distdir)/_inst
1056 chmod a-w $(distdir)
1057 test -d $(distdir)/_build || exit 0; \
1058 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1059 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1060 && am__cwd=`pwd` \
1061 && $(am__cd) $(distdir)/_build \
1062 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1063 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1064 $(DISTCHECK_CONFIGURE_FLAGS) \
1065 && $(MAKE) $(AM_MAKEFLAGS) \
1066 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1067 && $(MAKE) $(AM_MAKEFLAGS) check \
1068 && $(MAKE) $(AM_MAKEFLAGS) install \
1069 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1070 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1071 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1072 distuninstallcheck \
1073 && chmod -R a-w "$$dc_install_base" \
1074 && ({ \
1075 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1076 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1077 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1078 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1079 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1080 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1081 && rm -rf "$$dc_destdir" \
1082 && $(MAKE) $(AM_MAKEFLAGS) dist \
1083 && rm -rf $(DIST_ARCHIVES) \
1084 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1085 && cd "$$am__cwd" \
1086 || exit 1
1087 $(am__remove_distdir)
1088 @(echo "$(distdir) archives ready for distribution: "; \
1089 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1090 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1091 distuninstallcheck:
1092 @test -n '$(distuninstallcheck_dir)' || { \
1093 echo 'ERROR: trying to run $@ with an empty' \
1094 '$$(distuninstallcheck_dir)' >&2; \
1095 exit 1; \
1096 }; \
1097 $(am__cd) '$(distuninstallcheck_dir)' || { \
1098 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1099 exit 1; \
1100 }; \
1101 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1102 || { echo "ERROR: files left after uninstall:" ; \
1103 if test -n "$(DESTDIR)"; then \
1104 echo " (check DESTDIR support)"; \
1105 fi ; \
1106 $(distuninstallcheck_listfiles) ; \
1107 exit 1; } >&2
1108 distcleancheck: distclean
1109 @if test '$(srcdir)' = . ; then \
1110 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1111 exit 1 ; \
1113 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1114 || { echo "ERROR: files left in build directory after distclean:" ; \
1115 $(distcleancheck_listfiles) ; \
1116 exit 1; } >&2
1117 check-am: all-am
1118 check: $(BUILT_SOURCES)
1119 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1120 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \
1121 config.h
1122 install-binPROGRAMS: install-libLTLIBRARIES
1124 installdirs: installdirs-recursive
1125 installdirs-am:
1126 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
1127 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1128 done
1129 install: $(BUILT_SOURCES)
1130 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1131 install-exec: install-exec-recursive
1132 install-data: install-data-recursive
1133 uninstall: uninstall-recursive
1135 install-am: all-am
1136 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1138 installcheck: installcheck-recursive
1139 install-strip:
1140 if test -z '$(STRIP)'; then \
1141 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1142 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1143 install; \
1144 else \
1145 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1146 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1147 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1149 mostlyclean-generic:
1151 clean-generic:
1153 distclean-generic:
1154 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1155 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1157 maintainer-clean-generic:
1158 @echo "This command is intended for maintainers to use"
1159 @echo "it deletes files that may require special tools to rebuild."
1160 -rm -f parse.c
1161 -rm -f parse.h
1162 -rm -f scan.c
1163 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1164 clean: clean-recursive
1166 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1167 clean-libtool mostlyclean-am
1169 distclean: distclean-recursive
1170 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1171 -rm -rf ./$(DEPDIR)
1172 -rm -f Makefile
1173 distclean-am: clean-am distclean-compile distclean-generic \
1174 distclean-hdr distclean-libtool distclean-tags
1176 dvi: dvi-recursive
1178 dvi-am:
1180 html: html-recursive
1182 html-am:
1184 info: info-recursive
1186 info-am:
1188 install-data-am: install-dist_docDATA install-includeHEADERS
1190 install-dvi: install-dvi-recursive
1192 install-dvi-am:
1194 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1195 @$(NORMAL_INSTALL)
1196 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1197 install-html: install-html-recursive
1199 install-html-am:
1201 install-info: install-info-recursive
1203 install-info-am:
1205 install-man:
1207 install-pdf: install-pdf-recursive
1209 install-pdf-am:
1211 install-ps: install-ps-recursive
1213 install-ps-am:
1215 installcheck-am: installcheck-binPROGRAMS
1217 maintainer-clean: maintainer-clean-recursive
1218 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1219 -rm -rf $(top_srcdir)/autom4te.cache
1220 -rm -rf ./$(DEPDIR)
1221 -rm -f Makefile
1222 maintainer-clean-am: distclean-am maintainer-clean-generic
1224 mostlyclean: mostlyclean-recursive
1226 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1227 mostlyclean-libtool
1229 pdf: pdf-recursive
1231 pdf-am:
1233 ps: ps-recursive
1235 ps-am:
1237 uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
1238 uninstall-includeHEADERS uninstall-libLTLIBRARIES
1240 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1241 ctags-recursive install install-am install-exec-am \
1242 install-strip tags-recursive
1244 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1245 all all-am am--refresh check check-am clean clean-binPROGRAMS \
1246 clean-generic clean-libLTLIBRARIES clean-libtool ctags \
1247 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
1248 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
1249 distclean distclean-compile distclean-generic distclean-hdr \
1250 distclean-libtool distclean-tags distcleancheck distdir \
1251 distuninstallcheck dvi dvi-am html html-am info info-am \
1252 install install-am install-binPROGRAMS install-data \
1253 install-data-am install-dist_docDATA install-dvi \
1254 install-dvi-am install-exec install-exec-am install-exec-hook \
1255 install-html install-html-am install-includeHEADERS \
1256 install-info install-info-am install-libLTLIBRARIES \
1257 install-man install-pdf install-pdf-am install-ps \
1258 install-ps-am install-strip installcheck installcheck-am \
1259 installcheck-binPROGRAMS installdirs installdirs-am \
1260 maintainer-clean maintainer-clean-generic mostlyclean \
1261 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1262 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1263 uninstall-binPROGRAMS uninstall-dist_docDATA \
1264 uninstall-includeHEADERS uninstall-libLTLIBRARIES
1267 skel.c: flex.skl mkskel.sh flexint.h tables_shared.h
1268 sed 's/m4_/m4postproc_/g; s/m4preproc_/m4_/g' $(srcdir)/flex.skl | $(m4) -P -DFLEX_MAJOR_VERSION=`echo $(VERSION)|cut -f 1 -d .` -DFLEX_MINOR_VERSION=`echo $(VERSION)|cut -f 2 -d .` -DFLEX_SUBMINOR_VERSION=`echo $(VERSION)|cut -f 3 -d .` | sed 's/m4postproc_/m4_/g' | $(SHELL) $(srcdir)/mkskel.sh >skel.c
1270 # Explicitly describe dependencies.
1271 # You can recreate this with `gcc -I. -MM *.c'
1272 buf.o: buf.c flexdef.h flexint.h
1273 ccl.o: ccl.c flexdef.h flexint.h
1274 dfa.o: dfa.c flexdef.h flexint.h tables.h tables_shared.h
1275 ecs.o: ecs.c flexdef.h flexint.h
1276 scanflags.o: scanflags.c flexdef.h flexint.h
1277 gen.o: gen.c flexdef.h flexint.h tables.h tables_shared.h
1278 libmain.o: libmain.c
1279 libyywrap.o: libyywrap.c
1280 main.o: main.c flexdef.h flexint.h version.h options.h scanopt.h \
1281 tables.h tables_shared.h
1282 misc.o: misc.c flexdef.h flexint.h tables.h tables_shared.h
1283 nfa.o: nfa.c flexdef.h flexint.h
1284 options.o: options.c options.h scanopt.h flexdef.h flexint.h
1285 parse.o: parse.c flexdef.h flexint.h tables.h tables_shared.h
1286 scan.o: scan.c flexdef.h flexint.h parse.h
1287 scanopt.o: scanopt.c flexdef.h flexint.h scanopt.h
1288 skel.o: skel.c flexdef.h flexint.h
1289 sym.o: sym.c flexdef.h flexint.h
1290 tables.o: tables.c flexdef.h flexint.h tables.h tables_shared.h
1291 tables_shared.o: tables_shared.c flexdef.h flexint.h tables.h \
1292 tables_shared.h
1293 tblcmp.o: tblcmp.c flexdef.h flexint.h
1294 yylex.o: yylex.c flexdef.h flexint.h parse.h
1295 filter.o: filter.c flexdef.h flexint.h
1297 # Create the ChangeLog, but only if we're inside a git working directory
1299 ChangeLog: $(srcdir)/tools/git2cl
1300 if [ -d $(srcdir)/.git ] ; then \
1301 $(srcdir)/tools/git2cl > $@ \
1302 ; fi
1304 indent:
1305 if [ -f .indent.pro ] ; then \
1306 for f in $(indentfiles);\
1308 echo indenting $$f ;\
1309 $(indent) < $$f >/dev/null && indent $$f || echo $$f FAILED to indent ;\
1310 done \
1313 install-exec-hook:
1314 cd $(DESTDIR)$(bindir) && \
1315 $(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT)
1317 .PHONY: ChangeLog tags indent
1319 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1320 # Otherwise a system limit (for SysV at least) may be exceeded.
1321 .NOEXPORT: