tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / flex / dist / Makefile.in
blob4004c42354460f3a731460f388683753d86f81eb
1 # Makefile.in generated by automake 1.11.1 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 Free Software Foundation,
6 # 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 pkgdatadir = $(datadir)/@PACKAGE@
58 pkgincludedir = $(includedir)/@PACKAGE@
59 pkglibdir = $(libdir)/@PACKAGE@
60 pkglibexecdir = $(libexecdir)/@PACKAGE@
61 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
62 install_sh_DATA = $(install_sh) -c -m 644
63 install_sh_PROGRAM = $(install_sh) -c
64 install_sh_SCRIPT = $(install_sh) -c
65 INSTALL_HEADER = $(INSTALL_DATA)
66 transform = $(program_transform_name)
67 NORMAL_INSTALL = :
68 PRE_INSTALL = :
69 POST_INSTALL = :
70 NORMAL_UNINSTALL = :
71 PRE_UNINSTALL = :
72 POST_UNINSTALL = :
73 build_triplet = @build@
74 host_triplet = @host@
75 bin_PROGRAMS = flex$(EXEEXT)
76 subdir = .
77 DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
78 $(include_HEADERS) $(noinst_HEADERS) $(srcdir)/Makefile.am \
79 $(srcdir)/Makefile.in $(srcdir)/conf.in \
80 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
81 INSTALL NEWS README-alpha THANKS TODO compile config.guess \
82 config.rpath config.sub depcomp install-sh missing \
83 mkinstalldirs parse.c parse.h scan.c ylwrap
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
86 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
87 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
88 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
89 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
90 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91 $(ACLOCAL_M4)
92 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
93 configure.lineno config.status.lineno
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = config.h
96 CONFIG_CLEAN_FILES =
97 CONFIG_CLEAN_VPATH_FILES =
98 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99 am__vpath_adj = case $$p in \
100 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101 *) f=$$p;; \
102 esac;
103 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
104 am__install_max = 40
105 am__nobase_strip_setup = \
106 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
107 am__nobase_strip = \
108 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
109 am__nobase_list = $(am__nobase_strip_setup); \
110 for p in $$list; do echo "$$p $$p"; done | \
111 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
112 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
113 if (++n[$$2] == $(am__install_max)) \
114 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
115 END { for (dir in files) print dir, files[dir] }'
116 am__base_list = \
117 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
118 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
119 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
120 "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"
121 LIBRARIES = $(lib_LIBRARIES)
122 AR = ar
123 ARFLAGS = cru
124 libfl_a_AR = $(AR) $(ARFLAGS)
125 libfl_a_LIBADD =
126 am_libfl_a_OBJECTS = libmain.$(OBJEXT) libyywrap.$(OBJEXT)
127 libfl_a_OBJECTS = $(am_libfl_a_OBJECTS)
128 libfl_pic_a_AR = $(AR) $(ARFLAGS)
129 libfl_pic_a_LIBADD =
130 am_libfl_pic_a_OBJECTS = libfl_pic_a-libmain.$(OBJEXT) \
131 libfl_pic_a-libyywrap.$(OBJEXT)
132 libfl_pic_a_OBJECTS = $(am_libfl_pic_a_OBJECTS)
133 PROGRAMS = $(bin_PROGRAMS)
134 am_flex_OBJECTS = ccl.$(OBJEXT) dfa.$(OBJEXT) ecs.$(OBJEXT) \
135 scanflags.$(OBJEXT) gen.$(OBJEXT) main.$(OBJEXT) \
136 misc.$(OBJEXT) nfa.$(OBJEXT) parse.$(OBJEXT) scan.$(OBJEXT) \
137 skel.$(OBJEXT) sym.$(OBJEXT) tblcmp.$(OBJEXT) yylex.$(OBJEXT) \
138 options.$(OBJEXT) scanopt.$(OBJEXT) buf.$(OBJEXT) \
139 tables.$(OBJEXT) tables_shared.$(OBJEXT) filter.$(OBJEXT) \
140 regex.$(OBJEXT)
141 flex_OBJECTS = $(am_flex_OBJECTS)
142 flex_LDADD = $(LDADD)
143 flex_DEPENDENCIES = lib/libcompat.a
144 DEFAULT_INCLUDES = -I.@am__isrc@
145 depcomp = $(SHELL) $(top_srcdir)/depcomp
146 am__depfiles_maybe = depfiles
147 am__mv = mv -f
148 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
149 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 CCLD = $(CC)
151 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
152 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
153 YLWRAP = $(top_srcdir)/ylwrap
154 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
155 SOURCES = $(libfl_a_SOURCES) $(libfl_pic_a_SOURCES) $(flex_SOURCES)
156 DIST_SOURCES = $(libfl_a_SOURCES) $(libfl_pic_a_SOURCES) \
157 $(flex_SOURCES)
158 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
159 html-recursive info-recursive install-data-recursive \
160 install-dvi-recursive install-exec-recursive \
161 install-html-recursive install-info-recursive \
162 install-pdf-recursive install-ps-recursive install-recursive \
163 installcheck-recursive installdirs-recursive pdf-recursive \
164 ps-recursive uninstall-recursive
165 DATA = $(dist_doc_DATA)
166 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
167 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
168 distclean-recursive maintainer-clean-recursive
169 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
170 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
171 distdir dist dist-all distcheck
172 ETAGS = etags
173 CTAGS = ctags
174 DIST_SUBDIRS = $(SUBDIRS)
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 distdir = $(PACKAGE)-$(VERSION)
177 top_distdir = $(distdir)
178 am__remove_distdir = \
179 { test ! -d "$(distdir)" \
180 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
181 && rm -fr "$(distdir)"; }; }
182 am__relativize = \
183 dir0=`pwd`; \
184 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
185 sed_rest='s,^[^/]*/*,,'; \
186 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
187 sed_butlast='s,/*[^/]*$$,,'; \
188 while test -n "$$dir1"; do \
189 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190 if test "$$first" != "."; then \
191 if test "$$first" = ".."; then \
192 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
193 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
194 else \
195 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
196 if test "$$first2" = "$$first"; then \
197 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
198 else \
199 dir2="../$$dir2"; \
200 fi; \
201 dir0="$$dir0"/"$$first"; \
202 fi; \
203 fi; \
204 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
205 done; \
206 reldir="$$dir2"
207 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
208 GZIP_ENV = --best
209 distuninstallcheck_listfiles = find . -type f -print
210 distcleancheck_listfiles = find . -type f -print
211 ACLOCAL = @ACLOCAL@
212 ALLOCA = @ALLOCA@
213 AMTAR = @AMTAR@
214 AUTOCONF = @AUTOCONF@
215 AUTOHEADER = @AUTOHEADER@
216 AUTOMAKE = @AUTOMAKE@
217 AWK = @AWK@
218 BISON = @BISON@
219 CC = @CC@
220 CCDEPMODE = @CCDEPMODE@
221 CFLAGS = @CFLAGS@
222 CPP = @CPP@
223 CPPFLAGS = @CPPFLAGS@
224 CXX = @CXX@
225 CXXDEPMODE = @CXXDEPMODE@
226 CXXFLAGS = @CXXFLAGS@
227 CYGPATH_W = @CYGPATH_W@
228 DEFS = @DEFS@
229 DEPDIR = @DEPDIR@
230 ECHO_C = @ECHO_C@
231 ECHO_N = @ECHO_N@
232 ECHO_T = @ECHO_T@
233 EGREP = @EGREP@
234 EXEEXT = @EXEEXT@
235 GMSGFMT = @GMSGFMT@
236 GREP = @GREP@
237 HELP2MAN = @HELP2MAN@
238 INDENT = @INDENT@
239 INSTALL = @INSTALL@
240 INSTALL_DATA = @INSTALL_DATA@
241 INSTALL_PROGRAM = @INSTALL_PROGRAM@
242 INSTALL_SCRIPT = @INSTALL_SCRIPT@
243 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244 INTLLIBS = @INTLLIBS@
245 LDFLAGS = @LDFLAGS@
246 LEX = @LEX@
247 LEXLIB = @LEXLIB@
248 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
249 LIBICONV = @LIBICONV@
250 LIBINTL = @LIBINTL@
251 LIBOBJS = @LIBOBJS@
252 LIBS = @LIBINTL@ @LIBS@
253 LN_S = @LN_S@
254 LTLIBICONV = @LTLIBICONV@
255 LTLIBINTL = @LTLIBINTL@
256 LTLIBOBJS = @LTLIBOBJS@
257 M4 = @M4@
258 MAKEINFO = @MAKEINFO@
259 MKDIR_P = @MKDIR_P@
260 MKINSTALLDIRS = @MKINSTALLDIRS@
261 MSGFMT = @MSGFMT@
262 MSGMERGE = @MSGMERGE@
263 OBJEXT = @OBJEXT@
264 PACKAGE = @PACKAGE@
265 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266 PACKAGE_NAME = @PACKAGE_NAME@
267 PACKAGE_STRING = @PACKAGE_STRING@
268 PACKAGE_TARNAME = @PACKAGE_TARNAME@
269 PACKAGE_URL = @PACKAGE_URL@
270 PACKAGE_VERSION = @PACKAGE_VERSION@
271 PATH_SEPARATOR = @PATH_SEPARATOR@
272 POSUB = @POSUB@
273 RANLIB = @RANLIB@
274 SET_MAKE = @SET_MAKE@
275 SHELL = @SHELL@
276 STRIP = @STRIP@
277 USE_NLS = @USE_NLS@
278 VERSION = @VERSION@
279 XGETTEXT = @XGETTEXT@
280 YACC = @YACC@
281 YFLAGS = @YFLAGS@
282 abs_builddir = @abs_builddir@
283 abs_srcdir = @abs_srcdir@
284 abs_top_builddir = @abs_top_builddir@
285 abs_top_srcdir = @abs_top_srcdir@
286 ac_ct_CC = @ac_ct_CC@
287 ac_ct_CXX = @ac_ct_CXX@
288 am__include = @am__include@
289 am__leading_dot = @am__leading_dot@
290 am__quote = @am__quote@
291 am__tar = @am__tar@
292 am__untar = @am__untar@
293 bindir = @bindir@
294 build = @build@
295 build_alias = @build_alias@
296 build_cpu = @build_cpu@
297 build_os = @build_os@
298 build_vendor = @build_vendor@
299 builddir = @builddir@
300 datadir = @datadir@
301 datarootdir = @datarootdir@
302 docdir = @docdir@
303 dvidir = @dvidir@
304 exec_prefix = @exec_prefix@
305 host = @host@
306 host_alias = @host_alias@
307 host_cpu = @host_cpu@
308 host_os = @host_os@
309 host_vendor = @host_vendor@
310 htmldir = @htmldir@
311 includedir = @includedir@
312 infodir = @infodir@
313 install_sh = @install_sh@
314 libdir = @libdir@
315 libexecdir = @libexecdir@
316 localedir = $(datadir)/locale
317 localstatedir = @localstatedir@
318 mandir = @mandir@
319 mkdir_p = @mkdir_p@
320 oldincludedir = @oldincludedir@
321 pdfdir = @pdfdir@
322 prefix = @prefix@
323 program_transform_name = @program_transform_name@
324 psdir = @psdir@
325 sbindir = @sbindir@
326 sharedstatedir = @sharedstatedir@
327 srcdir = @srcdir@
328 sysconfdir = @sysconfdir@
329 target_alias = @target_alias@
330 top_build_prefix = @top_build_prefix@
331 top_builddir = @top_builddir@
332 top_srcdir = @top_srcdir@
333 AM_YFLAGS = -d
334 ACLOCAL_AMFLAGS = -I m4
335 m4 = @M4@
336 indent = @INDENT@
337 lib_LIBRARIES = \
338 libfl.a \
339 libfl_pic.a
341 flex_SOURCES = \
342 ccl.c \
343 dfa.c \
344 ecs.c \
345 scanflags.c \
346 gen.c \
347 main.c \
348 misc.c \
349 nfa.c \
350 parse.y \
351 scan.l \
352 skel.c \
353 sym.c \
354 tblcmp.c \
355 yylex.c \
356 options.c \
357 scanopt.c \
358 buf.c \
359 tables.c \
360 tables_shared.c \
361 filter.c \
362 regex.c
364 LDADD = lib/libcompat.a
365 libfl_a_SOURCES = \
366 libmain.c \
367 libyywrap.c
369 libfl_pic_a_SOURCES = \
370 libmain.c \
371 libyywrap.c
373 libfl_pic_a_CFLAGS = \
374 -fPIC \
375 $(AM_CFLAGS)
377 noinst_HEADERS = \
378 flexdef.h \
379 flexint.h \
380 version.h \
381 options.h \
382 scanopt.h \
383 tables.h \
384 tables_shared.h
386 include_HEADERS = \
387 FlexLexer.h
389 dist_doc_DATA = \
390 AUTHORS \
391 COPYING \
392 NEWS \
393 ONEWS \
394 README \
395 README.cvs \
396 TODO
398 EXTRA_DIST = \
399 .indent.pro \
400 ABOUT-NLS \
401 INSTALL \
402 autogen.sh \
403 flex.skl \
404 mkskel.sh \
405 config.rpath \
406 gettext.h
408 BUILT_SOURCES = \
409 skel.c
411 SUBDIRS = \
412 lib \
414 doc \
415 examples \
416 po \
417 tools \
418 tests
420 AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl
422 # Run GNU indent on sources. Don't run this unless all the sources compile cleanly.
424 # Whole idea:
425 # 1. Check for .indent.pro, otherwise indent will use unknown
426 # settings, or worse, the GNU defaults.)
427 # 2. Check that this is GNU indent.
428 # 3. Make sure to process only the NON-generated .c and .h files.
429 # 4. Run indent twice per file. The first time is a test.
430 # Otherwise, indent overwrites your file even if it fails!
431 indentfiles = \
432 buf.c \
433 ccl.c \
434 dfa.c \
435 ecs.c \
436 scanflags.c \
437 filter.c \
438 flexdef.h \
439 gen.c \
440 libmain.c \
441 libyywrap.c \
442 main.c \
443 misc.c \
444 nfa.c \
445 options.c \
446 options.h \
447 regex.c \
448 scanopt.c \
449 scanopt.h \
450 sym.c \
451 tables.c \
452 tables.h \
453 tables_shared.c \
454 tables_shared.h \
455 tblcmp.c
457 all: $(BUILT_SOURCES) config.h
458 $(MAKE) $(AM_MAKEFLAGS) all-recursive
460 .SUFFIXES:
461 .SUFFIXES: .c .l .o .obj .y
462 am--refresh:
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) --gnits'; \
469 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
470 && exit 0; \
471 exit 1;; \
472 esac; \
473 done; \
474 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
475 $(am__cd) $(top_srcdir) && \
476 $(AUTOMAKE) --gnits Makefile
477 .PRECIOUS: Makefile
478 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
479 @case '$?' in \
480 *config.status*) \
481 echo ' $(SHELL) ./config.status'; \
482 $(SHELL) ./config.status;; \
483 *) \
484 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
485 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
486 esac;
488 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
489 $(SHELL) ./config.status --recheck
491 $(top_srcdir)/configure: $(am__configure_deps)
492 $(am__cd) $(srcdir) && $(AUTOCONF)
493 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
494 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
495 $(am__aclocal_m4_deps):
497 config.h: stamp-h1
498 @if test ! -f $@; then \
499 rm -f stamp-h1; \
500 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
501 else :; fi
503 stamp-h1: $(srcdir)/conf.in $(top_builddir)/config.status
504 @rm -f stamp-h1
505 cd $(top_builddir) && $(SHELL) ./config.status config.h
506 $(srcdir)/conf.in: $(am__configure_deps)
507 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
508 rm -f stamp-h1
509 touch $@
511 distclean-hdr:
512 -rm -f config.h stamp-h1
513 install-libLIBRARIES: $(lib_LIBRARIES)
514 @$(NORMAL_INSTALL)
515 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
516 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
517 list2=; for p in $$list; do \
518 if test -f $$p; then \
519 list2="$$list2 $$p"; \
520 else :; fi; \
521 done; \
522 test -z "$$list2" || { \
523 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
524 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
525 @$(POST_INSTALL)
526 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
527 for p in $$list; do \
528 if test -f $$p; then \
529 $(am__strip_dir) \
530 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
531 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
532 else :; fi; \
533 done
535 uninstall-libLIBRARIES:
536 @$(NORMAL_UNINSTALL)
537 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
538 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
539 test -n "$$files" || exit 0; \
540 echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
541 cd "$(DESTDIR)$(libdir)" && rm -f $$files
543 clean-libLIBRARIES:
544 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
545 libfl.a: $(libfl_a_OBJECTS) $(libfl_a_DEPENDENCIES)
546 -rm -f libfl.a
547 $(libfl_a_AR) libfl.a $(libfl_a_OBJECTS) $(libfl_a_LIBADD)
548 $(RANLIB) libfl.a
549 libfl_pic.a: $(libfl_pic_a_OBJECTS) $(libfl_pic_a_DEPENDENCIES)
550 -rm -f libfl_pic.a
551 $(libfl_pic_a_AR) libfl_pic.a $(libfl_pic_a_OBJECTS) $(libfl_pic_a_LIBADD)
552 $(RANLIB) libfl_pic.a
553 install-binPROGRAMS: $(bin_PROGRAMS)
554 @$(NORMAL_INSTALL)
555 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
556 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
557 for p in $$list; do echo "$$p $$p"; done | \
558 sed 's/$(EXEEXT)$$//' | \
559 while read p p1; do if test -f $$p; \
560 then echo "$$p"; echo "$$p"; else :; fi; \
561 done | \
562 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
563 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
564 sed 'N;N;N;s,\n, ,g' | \
565 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
566 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
567 if ($$2 == $$4) files[d] = files[d] " " $$1; \
568 else { print "f", $$3 "/" $$4, $$1; } } \
569 END { for (d in files) print "f", d, files[d] }' | \
570 while read type dir files; do \
571 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
572 test -z "$$files" || { \
573 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
574 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
576 ; done
578 uninstall-binPROGRAMS:
579 @$(NORMAL_UNINSTALL)
580 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
581 files=`for p in $$list; do echo "$$p"; done | \
582 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
583 -e 's/$$/$(EXEEXT)/' `; \
584 test -n "$$list" || exit 0; \
585 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
586 cd "$(DESTDIR)$(bindir)" && rm -f $$files
588 clean-binPROGRAMS:
589 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
591 installcheck-binPROGRAMS: $(bin_PROGRAMS)
592 bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
593 case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
594 *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
595 esac; \
596 f=`echo "$$p" | \
597 sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
598 for opt in --help --version; do \
599 if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
600 2>c$${pid}_.err </dev/null \
601 && test -n "`cat c$${pid}_.out`" \
602 && test -z "`cat c$${pid}_.err`"; then :; \
603 else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
604 done; \
605 done; rm -f c$${pid}_.???; exit $$bad
606 parse.h: parse.c
607 @if test ! -f $@; then \
608 rm -f parse.c; \
609 $(MAKE) $(AM_MAKEFLAGS) parse.c; \
610 else :; fi
611 flex$(EXEEXT): $(flex_OBJECTS) $(flex_DEPENDENCIES)
612 @rm -f flex$(EXEEXT)
613 $(LINK) $(flex_OBJECTS) $(flex_LDADD) $(LIBS)
615 mostlyclean-compile:
616 -rm -f *.$(OBJEXT)
618 distclean-compile:
619 -rm -f *.tab.c
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buf.Po@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccl.Po@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dfa.Po@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecs.Po@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen.Po@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfl_pic_a-libmain.Po@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfl_pic_a-libyywrap.Po@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmain.Po@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libyywrap.Po@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfa.Po@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanflags.Po@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanopt.Po@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skel.Po@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sym.Po@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables_shared.Po@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tblcmp.Po@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yylex.Po@am__quote@
647 .c.o:
648 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
649 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
654 .c.obj:
655 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
656 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
661 libfl_pic_a-libmain.o: libmain.c
662 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -MT libfl_pic_a-libmain.o -MD -MP -MF $(DEPDIR)/libfl_pic_a-libmain.Tpo -c -o libfl_pic_a-libmain.o `test -f 'libmain.c' || echo '$(srcdir)/'`libmain.c
663 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libfl_pic_a-libmain.Tpo $(DEPDIR)/libfl_pic_a-libmain.Po
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libmain.c' object='libfl_pic_a-libmain.o' libtool=no @AMDEPBACKSLASH@
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -c -o libfl_pic_a-libmain.o `test -f 'libmain.c' || echo '$(srcdir)/'`libmain.c
668 libfl_pic_a-libmain.obj: libmain.c
669 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -MT libfl_pic_a-libmain.obj -MD -MP -MF $(DEPDIR)/libfl_pic_a-libmain.Tpo -c -o libfl_pic_a-libmain.obj `if test -f 'libmain.c'; then $(CYGPATH_W) 'libmain.c'; else $(CYGPATH_W) '$(srcdir)/libmain.c'; fi`
670 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libfl_pic_a-libmain.Tpo $(DEPDIR)/libfl_pic_a-libmain.Po
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libmain.c' object='libfl_pic_a-libmain.obj' libtool=no @AMDEPBACKSLASH@
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -c -o libfl_pic_a-libmain.obj `if test -f 'libmain.c'; then $(CYGPATH_W) 'libmain.c'; else $(CYGPATH_W) '$(srcdir)/libmain.c'; fi`
675 libfl_pic_a-libyywrap.o: libyywrap.c
676 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -MT libfl_pic_a-libyywrap.o -MD -MP -MF $(DEPDIR)/libfl_pic_a-libyywrap.Tpo -c -o libfl_pic_a-libyywrap.o `test -f 'libyywrap.c' || echo '$(srcdir)/'`libyywrap.c
677 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libfl_pic_a-libyywrap.Tpo $(DEPDIR)/libfl_pic_a-libyywrap.Po
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libyywrap.c' object='libfl_pic_a-libyywrap.o' libtool=no @AMDEPBACKSLASH@
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -c -o libfl_pic_a-libyywrap.o `test -f 'libyywrap.c' || echo '$(srcdir)/'`libyywrap.c
682 libfl_pic_a-libyywrap.obj: libyywrap.c
683 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -MT libfl_pic_a-libyywrap.obj -MD -MP -MF $(DEPDIR)/libfl_pic_a-libyywrap.Tpo -c -o libfl_pic_a-libyywrap.obj `if test -f 'libyywrap.c'; then $(CYGPATH_W) 'libyywrap.c'; else $(CYGPATH_W) '$(srcdir)/libyywrap.c'; fi`
684 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libfl_pic_a-libyywrap.Tpo $(DEPDIR)/libfl_pic_a-libyywrap.Po
685 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libyywrap.c' object='libfl_pic_a-libyywrap.obj' libtool=no @AMDEPBACKSLASH@
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfl_pic_a_CFLAGS) $(CFLAGS) -c -o libfl_pic_a-libyywrap.obj `if test -f 'libyywrap.c'; then $(CYGPATH_W) 'libyywrap.c'; else $(CYGPATH_W) '$(srcdir)/libyywrap.c'; fi`
689 .l.c:
690 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
692 .y.c:
693 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
694 install-dist_docDATA: $(dist_doc_DATA)
695 @$(NORMAL_INSTALL)
696 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
697 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
698 for p in $$list; do \
699 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
700 echo "$$d$$p"; \
701 done | $(am__base_list) | \
702 while read files; do \
703 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
704 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
705 done
707 uninstall-dist_docDATA:
708 @$(NORMAL_UNINSTALL)
709 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
710 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
711 test -n "$$files" || exit 0; \
712 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
713 cd "$(DESTDIR)$(docdir)" && rm -f $$files
714 install-includeHEADERS: $(include_HEADERS)
715 @$(NORMAL_INSTALL)
716 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
717 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
718 for p in $$list; do \
719 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
720 echo "$$d$$p"; \
721 done | $(am__base_list) | \
722 while read files; do \
723 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
724 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
725 done
727 uninstall-includeHEADERS:
728 @$(NORMAL_UNINSTALL)
729 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
730 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
731 test -n "$$files" || exit 0; \
732 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
733 cd "$(DESTDIR)$(includedir)" && rm -f $$files
735 # This directory's subdirectories are mostly independent; you can cd
736 # into them and run `make' without going through this Makefile.
737 # To change the values of `make' variables: instead of editing Makefiles,
738 # (1) if the variable is set in `config.status', edit `config.status'
739 # (which will cause the Makefiles to be regenerated when you run `make');
740 # (2) otherwise, pass the desired values on the `make' command line.
741 $(RECURSIVE_TARGETS):
742 @fail= failcom='exit 1'; \
743 for f in x $$MAKEFLAGS; do \
744 case $$f in \
745 *=* | --[!k]*);; \
746 *k*) failcom='fail=yes';; \
747 esac; \
748 done; \
749 dot_seen=no; \
750 target=`echo $@ | sed s/-recursive//`; \
751 list='$(SUBDIRS)'; for subdir in $$list; do \
752 echo "Making $$target in $$subdir"; \
753 if test "$$subdir" = "."; then \
754 dot_seen=yes; \
755 local_target="$$target-am"; \
756 else \
757 local_target="$$target"; \
758 fi; \
759 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
760 || eval $$failcom; \
761 done; \
762 if test "$$dot_seen" = "no"; then \
763 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
764 fi; test -z "$$fail"
766 $(RECURSIVE_CLEAN_TARGETS):
767 @fail= failcom='exit 1'; \
768 for f in x $$MAKEFLAGS; do \
769 case $$f in \
770 *=* | --[!k]*);; \
771 *k*) failcom='fail=yes';; \
772 esac; \
773 done; \
774 dot_seen=no; \
775 case "$@" in \
776 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
777 *) list='$(SUBDIRS)' ;; \
778 esac; \
779 rev=''; for subdir in $$list; do \
780 if test "$$subdir" = "."; then :; else \
781 rev="$$subdir $$rev"; \
782 fi; \
783 done; \
784 rev="$$rev ."; \
785 target=`echo $@ | sed s/-recursive//`; \
786 for subdir in $$rev; do \
787 echo "Making $$target in $$subdir"; \
788 if test "$$subdir" = "."; then \
789 local_target="$$target-am"; \
790 else \
791 local_target="$$target"; \
792 fi; \
793 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
794 || eval $$failcom; \
795 done && test -z "$$fail"
796 tags-recursive:
797 list='$(SUBDIRS)'; for subdir in $$list; do \
798 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
799 done
800 ctags-recursive:
801 list='$(SUBDIRS)'; for subdir in $$list; do \
802 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
803 done
805 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
806 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
807 unique=`for i in $$list; do \
808 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
809 done | \
810 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
811 END { if (nonempty) { for (i in files) print i; }; }'`; \
812 mkid -fID $$unique
813 tags: TAGS
815 TAGS: tags-recursive $(HEADERS) $(SOURCES) conf.in $(TAGS_DEPENDENCIES) \
816 $(TAGS_FILES) $(LISP)
817 set x; \
818 here=`pwd`; \
819 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
820 include_option=--etags-include; \
821 empty_fix=.; \
822 else \
823 include_option=--include; \
824 empty_fix=; \
825 fi; \
826 list='$(SUBDIRS)'; for subdir in $$list; do \
827 if test "$$subdir" = .; then :; else \
828 test ! -f $$subdir/TAGS || \
829 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
830 fi; \
831 done; \
832 list='$(SOURCES) $(HEADERS) conf.in $(LISP) $(TAGS_FILES)'; \
833 unique=`for i in $$list; do \
834 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
835 done | \
836 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
837 END { if (nonempty) { for (i in files) print i; }; }'`; \
838 shift; \
839 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
840 test -n "$$unique" || unique=$$empty_fix; \
841 if test $$# -gt 0; then \
842 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
843 "$$@" $$unique; \
844 else \
845 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
846 $$unique; \
847 fi; \
849 ctags: CTAGS
850 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) conf.in $(TAGS_DEPENDENCIES) \
851 $(TAGS_FILES) $(LISP)
852 list='$(SOURCES) $(HEADERS) conf.in $(LISP) $(TAGS_FILES)'; \
853 unique=`for i in $$list; do \
854 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
855 done | \
856 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
857 END { if (nonempty) { for (i in files) print i; }; }'`; \
858 test -z "$(CTAGS_ARGS)$$unique" \
859 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
860 $$unique
862 GTAGS:
863 here=`$(am__cd) $(top_builddir) && pwd` \
864 && $(am__cd) $(top_srcdir) \
865 && gtags -i $(GTAGS_ARGS) "$$here"
867 distclean-tags:
868 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
870 distdir: $(DISTFILES)
871 @case `sed 15q $(srcdir)/NEWS` in \
872 *"$(VERSION)"*) : ;; \
873 *) \
874 echo "NEWS not updated; not releasing" 1>&2; \
875 exit 1;; \
876 esac
877 $(am__remove_distdir)
878 test -d "$(distdir)" || mkdir "$(distdir)"
879 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
880 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
881 list='$(DISTFILES)'; \
882 dist_files=`for file in $$list; do echo $$file; done | \
883 sed -e "s|^$$srcdirstrip/||;t" \
884 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
885 case $$dist_files in \
886 */*) $(MKDIR_P) `echo "$$dist_files" | \
887 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
888 sort -u` ;; \
889 esac; \
890 for file in $$dist_files; do \
891 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
892 if test -d $$d/$$file; then \
893 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
894 if test -d "$(distdir)/$$file"; then \
895 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
896 fi; \
897 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
898 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
899 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
900 fi; \
901 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
902 else \
903 test -f "$(distdir)/$$file" \
904 || cp -p $$d/$$file "$(distdir)/$$file" \
905 || exit 1; \
906 fi; \
907 done
908 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
909 if test "$$subdir" = .; then :; else \
910 test -d "$(distdir)/$$subdir" \
911 || $(MKDIR_P) "$(distdir)/$$subdir" \
912 || exit 1; \
913 fi; \
914 done
915 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
916 if test "$$subdir" = .; then :; else \
917 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
918 $(am__relativize); \
919 new_distdir=$$reldir; \
920 dir1=$$subdir; dir2="$(top_distdir)"; \
921 $(am__relativize); \
922 new_top_distdir=$$reldir; \
923 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
924 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
925 ($(am__cd) $$subdir && \
926 $(MAKE) $(AM_MAKEFLAGS) \
927 top_distdir="$$new_top_distdir" \
928 distdir="$$new_distdir" \
929 am__remove_distdir=: \
930 am__skip_length_check=: \
931 am__skip_mode_fix=: \
932 distdir) \
933 || exit 1; \
934 fi; \
935 done
936 -test -n "$(am__skip_mode_fix)" \
937 || find "$(distdir)" -type d ! -perm -755 \
938 -exec chmod u+rwx,go+rx {} \; -o \
939 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
940 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
941 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
942 || chmod -R a+r "$(distdir)"
943 dist-gzip: distdir
944 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
945 $(am__remove_distdir)
946 dist-bzip2: distdir
947 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
948 $(am__remove_distdir)
950 dist-lzma: distdir
951 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
952 $(am__remove_distdir)
954 dist-xz: distdir
955 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
956 $(am__remove_distdir)
958 dist-tarZ: distdir
959 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
960 $(am__remove_distdir)
962 dist-shar: distdir
963 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
964 $(am__remove_distdir)
966 dist-zip: distdir
967 -rm -f $(distdir).zip
968 zip -rq $(distdir).zip $(distdir)
969 $(am__remove_distdir)
971 dist dist-all: distdir
972 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
973 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
974 $(am__remove_distdir)
976 # This target untars the dist file and tries a VPATH configuration. Then
977 # it guarantees that the distribution is self-contained by making another
978 # tarfile.
979 distcheck: dist
980 case '$(DIST_ARCHIVES)' in \
981 *.tar.gz*) \
982 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
983 *.tar.bz2*) \
984 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
985 *.tar.lzma*) \
986 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
987 *.tar.xz*) \
988 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
989 *.tar.Z*) \
990 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
991 *.shar.gz*) \
992 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
993 *.zip*) \
994 unzip $(distdir).zip ;;\
995 esac
996 chmod -R a-w $(distdir); chmod a+w $(distdir)
997 mkdir $(distdir)/_build
998 mkdir $(distdir)/_inst
999 chmod a-w $(distdir)
1000 test -d $(distdir)/_build || exit 0; \
1001 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1002 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1003 && am__cwd=`pwd` \
1004 && $(am__cd) $(distdir)/_build \
1005 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1006 $(DISTCHECK_CONFIGURE_FLAGS) \
1007 && $(MAKE) $(AM_MAKEFLAGS) \
1008 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1009 && $(MAKE) $(AM_MAKEFLAGS) check \
1010 && $(MAKE) $(AM_MAKEFLAGS) install \
1011 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1012 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1013 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1014 distuninstallcheck \
1015 && chmod -R a-w "$$dc_install_base" \
1016 && ({ \
1017 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1018 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1019 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1020 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1021 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1022 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1023 && rm -rf "$$dc_destdir" \
1024 && $(MAKE) $(AM_MAKEFLAGS) dist \
1025 && rm -rf $(DIST_ARCHIVES) \
1026 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1027 && cd "$$am__cwd" \
1028 || exit 1
1029 $(am__remove_distdir)
1030 @(echo "$(distdir) archives ready for distribution: "; \
1031 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1032 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1033 distuninstallcheck:
1034 @$(am__cd) '$(distuninstallcheck_dir)' \
1035 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1036 || { echo "ERROR: files left after uninstall:" ; \
1037 if test -n "$(DESTDIR)"; then \
1038 echo " (check DESTDIR support)"; \
1039 fi ; \
1040 $(distuninstallcheck_listfiles) ; \
1041 exit 1; } >&2
1042 distcleancheck: distclean
1043 @if test '$(srcdir)' = . ; then \
1044 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1045 exit 1 ; \
1047 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1048 || { echo "ERROR: files left in build directory after distclean:" ; \
1049 $(distcleancheck_listfiles) ; \
1050 exit 1; } >&2
1051 check-am: all-am
1052 check: $(BUILT_SOURCES)
1053 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1054 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) config.h
1055 installdirs: installdirs-recursive
1056 installdirs-am:
1057 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
1058 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1059 done
1060 install: $(BUILT_SOURCES)
1061 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1062 install-exec: install-exec-recursive
1063 install-data: install-data-recursive
1064 uninstall: uninstall-recursive
1066 install-am: all-am
1067 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1069 installcheck: installcheck-recursive
1070 install-strip:
1071 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1072 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1073 `test -z '$(STRIP)' || \
1074 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1075 mostlyclean-generic:
1077 clean-generic:
1079 distclean-generic:
1080 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1081 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1083 maintainer-clean-generic:
1084 @echo "This command is intended for maintainers to use"
1085 @echo "it deletes files that may require special tools to rebuild."
1086 -rm -f parse.c
1087 -rm -f parse.h
1088 -rm -f scan.c
1089 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1090 clean: clean-recursive
1092 clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \
1093 mostlyclean-am
1095 distclean: distclean-recursive
1096 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1097 -rm -rf ./$(DEPDIR)
1098 -rm -f Makefile
1099 distclean-am: clean-am distclean-compile distclean-generic \
1100 distclean-hdr distclean-tags
1102 dvi: dvi-recursive
1104 dvi-am:
1106 html: html-recursive
1108 html-am:
1110 info: info-recursive
1112 info-am:
1114 install-data-am: install-dist_docDATA install-includeHEADERS
1116 install-dvi: install-dvi-recursive
1118 install-dvi-am:
1120 install-exec-am: install-binPROGRAMS install-libLIBRARIES
1121 @$(NORMAL_INSTALL)
1122 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1123 install-html: install-html-recursive
1125 install-html-am:
1127 install-info: install-info-recursive
1129 install-info-am:
1131 install-man:
1133 install-pdf: install-pdf-recursive
1135 install-pdf-am:
1137 install-ps: install-ps-recursive
1139 install-ps-am:
1141 installcheck-am: installcheck-binPROGRAMS
1143 maintainer-clean: maintainer-clean-recursive
1144 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1145 -rm -rf $(top_srcdir)/autom4te.cache
1146 -rm -rf ./$(DEPDIR)
1147 -rm -f Makefile
1148 maintainer-clean-am: distclean-am maintainer-clean-generic
1150 mostlyclean: mostlyclean-recursive
1152 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1154 pdf: pdf-recursive
1156 pdf-am:
1158 ps: ps-recursive
1160 ps-am:
1162 uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
1163 uninstall-includeHEADERS uninstall-libLIBRARIES
1165 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1166 ctags-recursive install install-am install-exec-am \
1167 install-strip tags-recursive
1169 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1170 all all-am am--refresh check check-am clean clean-binPROGRAMS \
1171 clean-generic clean-libLIBRARIES ctags ctags-recursive dist \
1172 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
1173 dist-xz dist-zip distcheck distclean distclean-compile \
1174 distclean-generic distclean-hdr distclean-tags distcleancheck \
1175 distdir distuninstallcheck dvi dvi-am html html-am info \
1176 info-am install install-am install-binPROGRAMS install-data \
1177 install-data-am install-dist_docDATA install-dvi \
1178 install-dvi-am install-exec install-exec-am install-exec-hook \
1179 install-html install-html-am install-includeHEADERS \
1180 install-info install-info-am install-libLIBRARIES install-man \
1181 install-pdf install-pdf-am install-ps install-ps-am \
1182 install-strip installcheck installcheck-am \
1183 installcheck-binPROGRAMS installdirs installdirs-am \
1184 maintainer-clean maintainer-clean-generic mostlyclean \
1185 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1186 tags tags-recursive uninstall uninstall-am \
1187 uninstall-binPROGRAMS uninstall-dist_docDATA \
1188 uninstall-includeHEADERS uninstall-libLIBRARIES
1191 skel.c: flex.skl mkskel.sh flexint.h tables_shared.h
1192 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
1194 # Explicitly describe dependencies.
1195 # You can recreate this with `gcc -I. -MM *.c'
1196 buf.o: buf.c flexdef.h flexint.h
1197 ccl.o: ccl.c flexdef.h flexint.h
1198 dfa.o: dfa.c flexdef.h flexint.h tables.h tables_shared.h
1199 ecs.o: ecs.c flexdef.h flexint.h
1200 scanflags.o: scanflags.c flexdef.h flexint.h
1201 gen.o: gen.c flexdef.h flexint.h tables.h tables_shared.h
1202 libmain.o: libmain.c
1203 libyywrap.o: libyywrap.c
1204 main.o: main.c flexdef.h flexint.h version.h options.h scanopt.h \
1205 tables.h tables_shared.h
1206 misc.o: misc.c flexdef.h flexint.h tables.h tables_shared.h
1207 nfa.o: nfa.c flexdef.h flexint.h
1208 options.o: options.c options.h scanopt.h flexdef.h flexint.h
1209 parse.o: parse.c flexdef.h flexint.h tables.h tables_shared.h
1210 scan.o: scan.c flexdef.h flexint.h parse.h
1211 scanopt.o: scanopt.c flexdef.h flexint.h scanopt.h
1212 skel.o: skel.c flexdef.h flexint.h
1213 sym.o: sym.c flexdef.h flexint.h
1214 tables.o: tables.c flexdef.h flexint.h tables.h tables_shared.h
1215 tables_shared.o: tables_shared.c flexdef.h flexint.h tables.h \
1216 tables_shared.h
1217 tblcmp.o: tblcmp.c flexdef.h flexint.h
1218 yylex.o: yylex.c flexdef.h flexint.h parse.h
1219 filter.o: filter.c flexdef.h flexint.h
1221 # Create the ChangeLog, but only if we're inside a git working directory
1223 ChangeLog: $(srcdir)/tools/git2cl
1224 if [ -d $(srcdir)/.git ] ; then \
1225 $(srcdir)/tools/git2cl > $@ \
1226 ; fi
1228 indent:
1229 if [ -f .indent.pro ] ; then \
1230 for f in $(indentfiles);\
1232 echo indenting $$f ;\
1233 $(indent) < $$f >/dev/null && indent $$f || echo $$f FAILED to indent ;\
1234 done \
1237 install-exec-hook:
1238 cd $(DESTDIR)/$(bindir) && \
1239 $(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT)
1241 .PHONY: ChangeLog tags indent
1243 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1244 # Otherwise a system limit (for SysV at least) may be exceeded.
1245 .NOEXPORT: