1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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
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
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
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"
48 # For Vax/VMS, add "-DVMS" to DEFS.
50 # For MS-DOS, add "-DMS_DOS" to DEFS. See the directory MISC/MSDOS for
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
)
73 build_triplet
= @build@
75 bin_PROGRAMS
= flex
$(EXEEXT
)
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
) \
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
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/||"`;; \
103 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
105 am__nobase_strip_setup
= \
106 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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
)
124 libfl_a_AR
= $(AR
) $(ARFLAGS
)
126 am_libfl_a_OBJECTS
= libmain.
$(OBJEXT
) libyywrap.
$(OBJEXT
)
127 libfl_a_OBJECTS
= $(am_libfl_a_OBJECTS
)
128 libfl_pic_a_AR
= $(AR
) $(ARFLAGS
)
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
) \
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
148 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
149 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
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
) \
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
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)"; }; }
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"`; \
195 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
196 if
test "$$first2" = "$$first"; then \
197 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
201 dir0
="$$dir0"/"$$first"; \
204 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
207 DIST_ARCHIVES
= $(distdir
).
tar.gz
$(distdir
).
tar.bz2
209 distuninstallcheck_listfiles
= find .
-type f
-print
210 distcleancheck_listfiles
= find .
-type f
-print
214 AUTOCONF
= @AUTOCONF@
215 AUTOHEADER
= @AUTOHEADER@
216 AUTOMAKE
= @AUTOMAKE@
220 CCDEPMODE
= @CCDEPMODE@
223 CPPFLAGS
= @CPPFLAGS@
225 CXXDEPMODE
= @CXXDEPMODE@
226 CXXFLAGS
= @CXXFLAGS@
227 CYGPATH_W
= @CYGPATH_W@
237 HELP2MAN
= @HELP2MAN@
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@
248 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
249 LIBICONV
= @LIBICONV@
252 LIBS
= @LIBINTL@ @LIBS@
254 LTLIBICONV
= @LTLIBICONV@
255 LTLIBINTL
= @LTLIBINTL@
256 LTLIBOBJS
= @LTLIBOBJS@
258 MAKEINFO
= @MAKEINFO@
260 MKINSTALLDIRS
= @MKINSTALLDIRS@
262 MSGMERGE
= @MSGMERGE@
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@
274 SET_MAKE
= @SET_MAKE@
279 XGETTEXT
= @XGETTEXT@
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@
292 am__untar
= @am__untar@
295 build_alias
= @build_alias@
296 build_cpu
= @build_cpu@
297 build_os
= @build_os@
298 build_vendor
= @build_vendor@
299 builddir
= @builddir@
301 datarootdir
= @datarootdir@
304 exec_prefix = @
exec_prefix@
306 host_alias
= @host_alias@
307 host_cpu
= @host_cpu@
309 host_vendor
= @host_vendor@
311 includedir = @
includedir@
313 install_sh
= @install_sh@
315 libexecdir
= @libexecdir@
316 localedir
= $(datadir)/locale
317 localstatedir
= @localstatedir@
320 oldincludedir = @
oldincludedir@
323 program_transform_name
= @program_transform_name@
326 sharedstatedir
= @sharedstatedir@
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@
334 ACLOCAL_AMFLAGS
= -I m4
364 LDADD
= lib
/libcompat.a
369 libfl_pic_a_SOURCES
= \
373 libfl_pic_a_CFLAGS
= \
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.
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!
457 all: $(BUILT_SOURCES
) config.h
458 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
461 .SUFFIXES
: .c .l .o .obj .y
464 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
466 case
'$(am__configure_deps)' in \
468 echo
' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
469 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --gnits \
474 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
475 $(am__cd
) $(top_srcdir
) && \
476 $(AUTOMAKE
) --gnits Makefile
478 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
481 echo
' $(SHELL) ./config.status'; \
482 $(SHELL
) .
/config.status
;; \
484 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
485 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
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
):
498 @if
test ! -f
$@
; then \
500 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
503 stamp-h1
: $(srcdir)/conf.in
$(top_builddir
)/config.status
505 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
506 $(srcdir)/conf.in
: $(am__configure_deps
)
507 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
512 -rm -f config.h stamp-h1
513 install-libLIBRARIES
: $(lib_LIBRARIES
)
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"; \
522 test -z
"$$list2" ||
{ \
523 echo
" $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
524 $(INSTALL_DATA
) $$list2 "$(DESTDIR)$(libdir)" || exit
$$?
; }
526 @list
='$(lib_LIBRARIES)'; test -n
"$(libdir)" || list
=; \
527 for p in
$$list; do \
528 if
test -f
$$p; then \
530 echo
" ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
531 ( cd
"$(DESTDIR)$(libdir)" && $(RANLIB
) $$f ) || exit
$$?
; \
535 uninstall-libLIBRARIES
:
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
544 -test -z
"$(lib_LIBRARIES)" ||
rm -f
$(lib_LIBRARIES
)
545 libfl.a
: $(libfl_a_OBJECTS
) $(libfl_a_DEPENDENCIES
)
547 $(libfl_a_AR
) libfl.a
$(libfl_a_OBJECTS
) $(libfl_a_LIBADD
)
549 libfl_pic.a
: $(libfl_pic_a_OBJECTS
) $(libfl_pic_a_DEPENDENCIES
)
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
)
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
; \
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
$$?
; \
578 uninstall-binPROGRAMS
:
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
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
;; \
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
; \
605 done
; rm -f c
$${pid}_.???
; exit
$$bad
607 @if
test ! -f
$@
; then \
609 $(MAKE
) $(AM_MAKEFLAGS
) parse.c
; \
611 flex
$(EXEEXT
): $(flex_OBJECTS
) $(flex_DEPENDENCIES
)
613 $(LINK
) $(flex_OBJECTS
) $(flex_LDADD
) $(LIBS
)
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@
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
$<
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`
690 $(am__skiplex
) $(SHELL
) $(YLWRAP
) $< $(LEX_OUTPUT_ROOT
).c
$@
-- $(LEXCOMPILE
)
693 $(am__skipyacc
) $(SHELL
) $(YLWRAP
) $< y.tab.c
$@ y.tab.h
$*.h y.output
$*.output
-- $(YACCCOMPILE
)
694 install-dist_docDATA
: $(dist_doc_DATA
)
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
; \
701 done |
$(am__base_list
) | \
702 while read files
; do \
703 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
704 $(INSTALL_DATA
) $$files "$(DESTDIR)$(docdir)" || exit
$$?
; \
707 uninstall-dist_docDATA
:
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
)
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
; \
721 done |
$(am__base_list
) | \
722 while read files
; do \
723 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
724 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(includedir)" || exit
$$?
; \
727 uninstall-includeHEADERS
:
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 \
746 *k
*) failcom
='fail=yes';; \
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 \
755 local_target
="$$target-am"; \
757 local_target
="$$target"; \
759 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
762 if
test "$$dot_seen" = "no"; then \
763 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
766 $(RECURSIVE_CLEAN_TARGETS
):
767 @fail
= failcom
='exit 1'; \
768 for f in x
$$MAKEFLAGS; do \
771 *k
*) failcom
='fail=yes';; \
776 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
777 *) list
='$(SUBDIRS)' ;; \
779 rev
=''; for subdir in
$$list; do \
780 if
test "$$subdir" = "."; then
:; else \
781 rev
="$$subdir $$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"; \
791 local_target
="$$target"; \
793 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
795 done
&& test -z
"$$fail"
797 list
='$(SUBDIRS)'; for subdir in
$$list; do \
798 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
801 list
='$(SUBDIRS)'; for subdir in
$$list; do \
802 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
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; \
810 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
811 END { if (nonempty) { for (i in files) print i; }; }'`; \
815 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) conf.in
$(TAGS_DEPENDENCIES
) \
816 $(TAGS_FILES
) $(LISP
)
819 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
820 include_option
=--etags-include
; \
823 include_option
=--include; \
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"; \
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; \
836 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
837 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
) \
845 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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; \
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
) \
863 here
=`$(am__cd) $(top_builddir) && pwd` \
864 && $(am__cd
) $(top_srcdir
) \
865 && gtags
-i
$(GTAGS_ARGS
) "$$here"
868 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
870 distdir
: $(DISTFILES
)
871 @case
`sed 15q $(srcdir)/NEWS` in \
872 *"$(VERSION)"*) : ;; \
874 echo
"NEWS not updated; not releasing" 1>&2; \
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,/[^/]*$$,,' | \
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
{} \
;; \
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
{} \
;; \
901 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
903 test -f
"$(distdir)/$$file" \
904 || cp
-p
$$d/$$file "$(distdir)/$$file" \
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" \
915 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
916 if
test "$$subdir" = .
; then
:; else \
917 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
919 new_distdir
=$$reldir; \
920 dir1
=$$subdir; dir2
="$(top_distdir)"; \
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
=: \
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)"
944 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
945 $(am__remove_distdir
)
947 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
948 $(am__remove_distdir
)
951 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
952 $(am__remove_distdir
)
955 tardir
=$(distdir
) && $(am__tar
) | xz
-c
>$(distdir
).
tar.xz
956 $(am__remove_distdir
)
959 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
960 $(am__remove_distdir
)
963 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
964 $(am__remove_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
980 case
'$(DIST_ARCHIVES)' in \
982 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
984 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
986 lzma
-dc
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
988 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
990 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
992 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
994 unzip
$(distdir
).zip
;;\
996 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
997 mkdir
$(distdir
)/_build
998 mkdir
$(distdir
)/_inst
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-$$$$/" \
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" \
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 \
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'
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)"; \
1040 $(distuninstallcheck_listfiles
) ; \
1042 distcleancheck
: distclean
1043 @if
test '$(srcdir)' = .
; then \
1044 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
1047 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
1048 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
1049 $(distcleancheck_listfiles
) ; \
1052 check: $(BUILT_SOURCES
)
1053 $(MAKE
) $(AM_MAKEFLAGS
) check-recursive
1054 all-am
: Makefile
$(LIBRARIES
) $(PROGRAMS
) $(DATA
) $(HEADERS
) config.h
1055 installdirs: installdirs-recursive
1057 for
dir in
"$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
1058 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
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
1067 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
1069 installcheck: installcheck-recursive
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
:
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."
1089 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
1090 clean: clean-recursive
1092 clean-am
: clean-binPROGRAMS clean-generic clean-libLIBRARIES \
1095 distclean: distclean-recursive
1096 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
1099 distclean-am
: clean-am distclean-compile distclean-generic \
1100 distclean-hdr distclean-tags
1106 html
: html-recursive
1110 info: info-recursive
1114 install-data-am
: install-dist_docDATA install-includeHEADERS
1116 install-dvi
: install-dvi-recursive
1120 install-exec-am
: install-binPROGRAMS install-libLIBRARIES
1122 $(MAKE
) $(AM_MAKEFLAGS
) install-exec-hook
1123 install-html
: install-html-recursive
1127 install-info
: install-info-recursive
1133 install-pdf
: install-pdf-recursive
1137 install-ps
: install-ps-recursive
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
1148 maintainer-clean-am
: distclean-am maintainer-clean-generic
1150 mostlyclean: mostlyclean-recursive
1152 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
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 \
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
> $@ \
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
;\
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.