1 # Makefile.in generated by automake 1.7.5 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 # This file is part of flex.
19 # Redistribution and use in source and binary forms, with or without
20 # modification, are permitted provided that the following conditions
23 # 1. Redistributions of source code must retain the above copyright
24 # notice, this list of conditions and the following disclaimer.
25 # 2. Redistributions in binary form must reproduce the above copyright
26 # notice, this list of conditions and the following disclaimer in the
27 # documentation and/or other materials provided with the distribution.
29 # Neither the name of the University nor the names of its contributors
30 # may be used to endorse or promote products derived from this software
31 # without specific prior written permission.
33 # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
34 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
35 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
39 top_srcdir
= @top_srcdir@
41 pkgdatadir
= $(datadir)/@PACKAGE@
42 pkglibdir
= $(libdir)/@PACKAGE@
43 pkgincludedir
= $(includedir)/@PACKAGE@
46 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 install_sh_DATA
= $(install_sh
) -c
-m
644
49 install_sh_PROGRAM
= $(install_sh
) -c
50 install_sh_SCRIPT
= $(install_sh
) -c
51 INSTALL_HEADER
= $(INSTALL_DATA
)
52 transform
= $(program_transform_name
)
61 AMDEP_FALSE
= @AMDEP_FALSE@
62 AMDEP_TRUE
= @AMDEP_TRUE@
65 AUTOHEADER
= @AUTOHEADER@
70 CCDEPMODE
= @CCDEPMODE@
75 CXXDEPMODE
= @CXXDEPMODE@
77 CYGPATH_W
= @CYGPATH_W@
88 INSTALL_DATA
= @INSTALL_DATA@
89 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
90 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
91 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
96 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
102 LTLIBICONV
= @LTLIBICONV@
103 LTLIBINTL
= @LTLIBINTL@
104 LTLIBOBJS
= @LTLIBOBJS@
106 MAKEINFO
= @MAKEINFO@
107 MKINSTALLDIRS
= @MKINSTALLDIRS@
109 MSGMERGE
= @MSGMERGE@
112 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
113 PACKAGE_NAME
= @PACKAGE_NAME@
114 PACKAGE_STRING
= @PACKAGE_STRING@
115 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
116 PACKAGE_VERSION
= @PACKAGE_VERSION@
117 PATH_SEPARATOR
= @PATH_SEPARATOR@
120 SET_MAKE
= @SET_MAKE@
125 XGETTEXT
= @XGETTEXT@
127 ac_ct_CC
= @ac_ct_CC@
128 ac_ct_CXX
= @ac_ct_CXX@
129 ac_ct_RANLIB
= @ac_ct_RANLIB@
130 ac_ct_STRIP
= @ac_ct_STRIP@
131 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
132 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
133 am__fastdepCXX_FALSE
= @am__fastdepCXX_FALSE@
134 am__fastdepCXX_TRUE
= @am__fastdepCXX_TRUE@
135 am__include
= @am__include@
136 am__leading_dot
= @am__leading_dot@
137 am__quote
= @am__quote@
140 build_alias
= @build_alias@
141 build_cpu
= @build_cpu@
142 build_os
= @build_os@
143 build_vendor
= @build_vendor@
145 exec_prefix = @
exec_prefix@
147 host_alias
= @host_alias@
148 host_cpu
= @host_cpu@
150 host_vendor
= @host_vendor@
151 includedir = @
includedir@
153 install_sh
= @install_sh@
155 libexecdir
= @libexecdir@
156 localstatedir
= @localstatedir@
158 oldincludedir = @
oldincludedir@
160 program_transform_name
= @program_transform_name@
162 sharedstatedir
= @sharedstatedir@
163 sysconfdir
= @sysconfdir@
164 target_alias
= @target_alias@
177 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
178 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
179 CONFIG_HEADER
= $(top_builddir
)/config.h
183 RECURSIVE_TARGETS
= info-recursive dvi-recursive pdf-recursive \
184 ps-recursive install-info-recursive uninstall-info-recursive \
185 all-recursive install-data-recursive install-exec-recursive \
186 installdirs-recursive install-recursive uninstall-recursive \
187 check-recursive installcheck-recursive
188 DIST_COMMON
= README Makefile.am Makefile.in
189 DIST_SUBDIRS
= $(SUBDIRS
)
193 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
194 cd
$(top_srcdir
) && \
195 $(AUTOMAKE
) --gnu examples
/Makefile
196 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
197 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
200 # This directory's subdirectories are mostly independent; you can cd
201 # into them and run `make' without going through this Makefile.
202 # To change the values of `make' variables: instead of editing Makefiles,
203 # (1) if the variable is set in `config.status', edit `config.status'
204 # (which will cause the Makefiles to be regenerated when you run `make');
205 # (2) otherwise, pass the desired values on the `make' command line.
206 $(RECURSIVE_TARGETS
):
207 @set fnord
$$MAKEFLAGS; amf
=$$2; \
209 target
=`echo $@ | sed s/-recursive//`; \
210 list
='$(SUBDIRS)'; for subdir in
$$list; do \
211 echo
"Making $$target in $$subdir"; \
212 if
test "$$subdir" = "."; then \
214 local_target
="$$target-am"; \
216 local_target
="$$target"; \
218 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
219 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
221 if
test "$$dot_seen" = "no"; then \
222 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
225 mostlyclean-recursive clean-recursive distclean-recursive \
226 maintainer-clean-recursive
:
227 @set fnord
$$MAKEFLAGS; amf
=$$2; \
230 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
231 *) list
='$(SUBDIRS)' ;; \
233 rev
=''; for subdir in
$$list; do \
234 if
test "$$subdir" = "."; then
:; else \
235 rev
="$$subdir $$rev"; \
239 target
=`echo $@ | sed s/-recursive//`; \
240 for subdir in
$$rev; do \
241 echo
"Making $$target in $$subdir"; \
242 if
test "$$subdir" = "."; then \
243 local_target
="$$target-am"; \
245 local_target
="$$target"; \
247 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
248 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
249 done
&& test -z
"$$fail"
251 list
='$(SUBDIRS)'; for subdir in
$$list; do \
252 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
255 list
='$(SUBDIRS)'; for subdir in
$$list; do \
256 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
267 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
268 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
269 unique
=`for i in $$list; do \
270 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272 $(AWK) ' { files[$$0] = 1; } \
273 END { for (i in files) print i; }'`; \
276 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
277 $(TAGS_FILES
) $(LISP
)
280 if
(etags
--etags-include
--version
) >/dev
/null
2>&1; then \
281 include_option
=--etags-include
; \
283 include_option
=--include; \
285 list
='$(SUBDIRS)'; for subdir in
$$list; do \
286 if
test "$$subdir" = .
; then
:; else \
287 test -f
$$subdir/TAGS
&& \
288 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
291 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292 unique
=`for i in $$list; do \
293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295 $(AWK) ' { files[$$0] = 1; } \
296 END { for (i in files) print i; }'`; \
297 test -z
"$(ETAGS_ARGS)$$tags$$unique" \
298 ||
$(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
302 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
303 $(TAGS_FILES
) $(LISP
)
306 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307 unique
=`for i in $$list; do \
308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310 $(AWK) ' { files[$$0] = 1; } \
311 END { for (i in files) print i; }'`; \
312 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
313 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
317 here
=`$(am__cd) $(top_builddir) && pwd` \
318 && cd
$(top_srcdir
) \
319 && gtags
-i
$(GTAGS_ARGS
) $$here
322 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
323 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
326 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
328 distdir
: $(DISTFILES
)
329 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
330 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
331 list
='$(DISTFILES)'; for file in
$$list; do \
333 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
334 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
336 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
337 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
338 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
340 $(mkinstalldirs
) "$(distdir)$$dir"; \
344 if
test -d
$$d/$$file; then \
345 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
346 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
348 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
350 test -f
$(distdir
)/$$file \
351 || cp
-p
$$d/$$file $(distdir
)/$$file \
355 list
='$(SUBDIRS)'; for subdir in
$$list; do \
356 if
test "$$subdir" = .
; then
:; else \
357 test -d
$(distdir
)/$$subdir \
358 || mkdir
$(distdir
)/$$subdir \
361 $(MAKE
) $(AM_MAKEFLAGS
) \
362 top_distdir
="$(top_distdir)" \
363 distdir
=..
/$(distdir
)/$$subdir \
369 check: check-recursive
371 installdirs: installdirs-recursive
374 install: install-recursive
375 install-exec
: install-exec-recursive
376 install-data
: install-data-recursive
377 uninstall: uninstall-recursive
380 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
382 installcheck: installcheck-recursive
384 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
385 INSTALL_STRIP_FLAG
=-s \
386 `test -z '$(STRIP)' || \
387 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
393 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
395 maintainer-clean-generic
:
396 @echo
"This command is intended for maintainers to use"
397 @echo
"it deletes files that may require special tools to rebuild."
398 clean: clean-recursive
401 clean-am
: clean-generic mostlyclean-am
403 distclean: distclean-recursive
405 distclean-am
: clean-am distclean-generic distclean-tags
419 install-info
: install-info-recursive
425 maintainer-clean
: maintainer-clean-recursive
427 maintainer-clean-am
: distclean-am maintainer-clean-generic
429 mostlyclean: mostlyclean-recursive
431 mostlyclean-am
: mostlyclean-generic
441 uninstall-am
: uninstall-info-am
443 uninstall-info
: uninstall-info-recursive
445 .PHONY
: $(RECURSIVE_TARGETS
) CTAGS GTAGS
all all-am
check check-am
clean \
446 clean-generic clean-recursive ctags ctags-recursive
distclean \
447 distclean-generic distclean-recursive distclean-tags distdir \
448 dvi dvi-am dvi-recursive
info info-am info-recursive
install \
449 install-am install-data install-data-am install-data-recursive \
450 install-exec install-exec-am install-exec-recursive \
451 install-info install-info-am install-info-recursive install-man \
452 install-recursive install-strip
installcheck installcheck-am \
453 installdirs installdirs-am installdirs-recursive \
454 maintainer-clean maintainer-clean-generic \
455 maintainer-clean-recursive
mostlyclean mostlyclean-generic \
456 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
457 ps-recursive
tags tags-recursive
uninstall uninstall-am \
458 uninstall-info-am uninstall-info-recursive uninstall-recursive
460 # Tell versions [3.59,3.63) of GNU make to not export all variables.
461 # Otherwise a system limit (for SysV at least) may be exceeded.