Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / flex / dist / examples / Makefile.in
blob5e244bbcd637c14c48db2c15c2178766f88bf896
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
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
21 # are met:
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
36 # PURPOSE.
37 srcdir = @srcdir@
38 top_srcdir = @top_srcdir@
39 VPATH = @srcdir@
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 top_builddir = ..
44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45 INSTALL = @INSTALL@
46 install_sh_DATA = $(install_sh) -c -m 644
47 install_sh_PROGRAM = $(install_sh) -c
48 install_sh_SCRIPT = $(install_sh) -c
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = $(program_transform_name)
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57 build_triplet = @build@
58 host_triplet = @host@
59 subdir = examples
60 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
63 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
64 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
65 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
66 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 $(ACLOCAL_M4)
69 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70 CONFIG_HEADER = $(top_builddir)/config.h
71 CONFIG_CLEAN_FILES =
72 SOURCES =
73 DIST_SOURCES =
74 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75 html-recursive info-recursive install-data-recursive \
76 install-exec-recursive install-info-recursive \
77 install-recursive installcheck-recursive installdirs-recursive \
78 pdf-recursive ps-recursive uninstall-info-recursive \
79 uninstall-recursive
80 ETAGS = etags
81 CTAGS = ctags
82 DIST_SUBDIRS = $(SUBDIRS)
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 ACLOCAL = @ACLOCAL@
85 ALLOCA = @ALLOCA@
86 AMDEP_FALSE = @AMDEP_FALSE@
87 AMDEP_TRUE = @AMDEP_TRUE@
88 AMTAR = @AMTAR@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 BISON = @BISON@
94 CC = @CC@
95 CCDEPMODE = @CCDEPMODE@
96 CFLAGS = @CFLAGS@
97 CPP = @CPP@
98 CPPFLAGS = @CPPFLAGS@
99 CXX = @CXX@
100 CXXDEPMODE = @CXXDEPMODE@
101 CXXFLAGS = @CXXFLAGS@
102 CYGPATH_W = @CYGPATH_W@
103 DEFS = @DEFS@
104 DEPDIR = @DEPDIR@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 GMSGFMT = @GMSGFMT@
111 HELP2MAN = @HELP2MAN@
112 INDENT = @INDENT@
113 INSTALL_DATA = @INSTALL_DATA@
114 INSTALL_PROGRAM = @INSTALL_PROGRAM@
115 INSTALL_SCRIPT = @INSTALL_SCRIPT@
116 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117 INTLLIBS = @INTLLIBS@
118 LDFLAGS = @LDFLAGS@
119 LEX = @LEX@
120 LEXLIB = @LEXLIB@
121 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
122 LIBICONV = @LIBICONV@
123 LIBINTL = @LIBINTL@
124 LIBOBJS = @LIBOBJS@
125 LIBS = @LIBS@
126 LN_S = @LN_S@
127 LTLIBICONV = @LTLIBICONV@
128 LTLIBINTL = @LTLIBINTL@
129 LTLIBOBJS = @LTLIBOBJS@
130 M4 = @M4@
131 MAKEINFO = @MAKEINFO@
132 MKINSTALLDIRS = @MKINSTALLDIRS@
133 MSGFMT = @MSGFMT@
134 MSGMERGE = @MSGMERGE@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_NAME = @PACKAGE_NAME@
139 PACKAGE_STRING = @PACKAGE_STRING@
140 PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 PACKAGE_VERSION = @PACKAGE_VERSION@
142 PATH_SEPARATOR = @PATH_SEPARATOR@
143 POSUB = @POSUB@
144 RANLIB = @RANLIB@
145 SET_MAKE = @SET_MAKE@
146 SHELL = @SHELL@
147 STRIP = @STRIP@
148 USE_NLS = @USE_NLS@
149 VERSION = @VERSION@
150 XGETTEXT = @XGETTEXT@
151 YACC = @YACC@
152 ac_ct_CC = @ac_ct_CC@
153 ac_ct_CXX = @ac_ct_CXX@
154 ac_ct_RANLIB = @ac_ct_RANLIB@
155 ac_ct_STRIP = @ac_ct_STRIP@
156 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
159 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
160 am__include = @am__include@
161 am__leading_dot = @am__leading_dot@
162 am__quote = @am__quote@
163 am__tar = @am__tar@
164 am__untar = @am__untar@
165 bindir = @bindir@
166 build = @build@
167 build_alias = @build_alias@
168 build_cpu = @build_cpu@
169 build_os = @build_os@
170 build_vendor = @build_vendor@
171 datadir = @datadir@
172 exec_prefix = @exec_prefix@
173 host = @host@
174 host_alias = @host_alias@
175 host_cpu = @host_cpu@
176 host_os = @host_os@
177 host_vendor = @host_vendor@
178 includedir = @includedir@
179 infodir = @infodir@
180 install_sh = @install_sh@
181 libdir = @libdir@
182 libexecdir = @libexecdir@
183 localstatedir = @localstatedir@
184 mandir = @mandir@
185 mkdir_p = @mkdir_p@
186 oldincludedir = @oldincludedir@
187 prefix = @prefix@
188 program_transform_name = @program_transform_name@
189 sbindir = @sbindir@
190 sharedstatedir = @sharedstatedir@
191 sysconfdir = @sysconfdir@
192 target_alias = @target_alias@
193 EXTRA_DIST = \
194 testxxLexer.l \
195 debflex.awk \
196 README
198 SUBDIRS = \
199 manual \
200 fastwc
202 all: all-recursive
204 .SUFFIXES:
205 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
206 @for dep in $?; do \
207 case '$(am__configure_deps)' in \
208 *$$dep*) \
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
210 && exit 0; \
211 exit 1;; \
212 esac; \
213 done; \
214 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits examples/Makefile'; \
215 cd $(top_srcdir) && \
216 $(AUTOMAKE) --gnits examples/Makefile
217 .PRECIOUS: Makefile
218 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219 @case '$?' in \
220 *config.status*) \
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
222 *) \
223 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
224 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
225 esac;
227 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 $(top_srcdir)/configure: $(am__configure_deps)
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234 uninstall-info-am:
236 # This directory's subdirectories are mostly independent; you can cd
237 # into them and run `make' without going through this Makefile.
238 # To change the values of `make' variables: instead of editing Makefiles,
239 # (1) if the variable is set in `config.status', edit `config.status'
240 # (which will cause the Makefiles to be regenerated when you run `make');
241 # (2) otherwise, pass the desired values on the `make' command line.
242 $(RECURSIVE_TARGETS):
243 @failcom='exit 1'; \
244 for f in x $$MAKEFLAGS; do \
245 case $$f in \
246 *=* | --[!k]*);; \
247 *k*) failcom='fail=yes';; \
248 esac; \
249 done; \
250 dot_seen=no; \
251 target=`echo $@ | sed s/-recursive//`; \
252 list='$(SUBDIRS)'; for subdir in $$list; do \
253 echo "Making $$target in $$subdir"; \
254 if test "$$subdir" = "."; then \
255 dot_seen=yes; \
256 local_target="$$target-am"; \
257 else \
258 local_target="$$target"; \
259 fi; \
260 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
261 || eval $$failcom; \
262 done; \
263 if test "$$dot_seen" = "no"; then \
264 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
265 fi; test -z "$$fail"
267 mostlyclean-recursive clean-recursive distclean-recursive \
268 maintainer-clean-recursive:
269 @failcom='exit 1'; \
270 for f in x $$MAKEFLAGS; do \
271 case $$f in \
272 *=* | --[!k]*);; \
273 *k*) failcom='fail=yes';; \
274 esac; \
275 done; \
276 dot_seen=no; \
277 case "$@" in \
278 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
279 *) list='$(SUBDIRS)' ;; \
280 esac; \
281 rev=''; for subdir in $$list; do \
282 if test "$$subdir" = "."; then :; else \
283 rev="$$subdir $$rev"; \
284 fi; \
285 done; \
286 rev="$$rev ."; \
287 target=`echo $@ | sed s/-recursive//`; \
288 for subdir in $$rev; do \
289 echo "Making $$target in $$subdir"; \
290 if test "$$subdir" = "."; then \
291 local_target="$$target-am"; \
292 else \
293 local_target="$$target"; \
294 fi; \
295 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
296 || eval $$failcom; \
297 done && test -z "$$fail"
298 tags-recursive:
299 list='$(SUBDIRS)'; for subdir in $$list; do \
300 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
301 done
302 ctags-recursive:
303 list='$(SUBDIRS)'; for subdir in $$list; do \
304 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
305 done
307 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
314 mkid -fID $$unique
315 tags: TAGS
317 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
318 $(TAGS_FILES) $(LISP)
319 tags=; \
320 here=`pwd`; \
321 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
322 include_option=--etags-include; \
323 empty_fix=.; \
324 else \
325 include_option=--include; \
326 empty_fix=; \
327 fi; \
328 list='$(SUBDIRS)'; for subdir in $$list; do \
329 if test "$$subdir" = .; then :; else \
330 test ! -f $$subdir/TAGS || \
331 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
332 fi; \
333 done; \
334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \
338 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \
340 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
341 test -n "$$unique" || unique=$$empty_fix; \
342 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343 $$tags $$unique; \
345 ctags: CTAGS
346 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347 $(TAGS_FILES) $(LISP)
348 tags=; \
349 here=`pwd`; \
350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) ' { files[$$0] = 1; } \
355 END { for (i in files) print i; }'`; \
356 test -z "$(CTAGS_ARGS)$$tags$$unique" \
357 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358 $$tags $$unique
360 GTAGS:
361 here=`$(am__cd) $(top_builddir) && pwd` \
362 && cd $(top_srcdir) \
363 && gtags -i $(GTAGS_ARGS) $$here
365 distclean-tags:
366 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
368 distdir: $(DISTFILES)
369 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
370 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
371 list='$(DISTFILES)'; for file in $$list; do \
372 case $$file in \
373 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
374 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
375 esac; \
376 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
378 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
379 dir="/$$dir"; \
380 $(mkdir_p) "$(distdir)$$dir"; \
381 else \
382 dir=''; \
383 fi; \
384 if test -d $$d/$$file; then \
385 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
386 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
387 fi; \
388 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
389 else \
390 test -f $(distdir)/$$file \
391 || cp -p $$d/$$file $(distdir)/$$file \
392 || exit 1; \
393 fi; \
394 done
395 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
396 if test "$$subdir" = .; then :; else \
397 test -d "$(distdir)/$$subdir" \
398 || $(mkdir_p) "$(distdir)/$$subdir" \
399 || exit 1; \
400 distdir=`$(am__cd) $(distdir) && pwd`; \
401 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
402 (cd $$subdir && \
403 $(MAKE) $(AM_MAKEFLAGS) \
404 top_distdir="$$top_distdir" \
405 distdir="$$distdir/$$subdir" \
406 distdir) \
407 || exit 1; \
408 fi; \
409 done
410 check-am: all-am
411 check: check-recursive
412 all-am: Makefile
413 installdirs: installdirs-recursive
414 installdirs-am:
415 install: install-recursive
416 install-exec: install-exec-recursive
417 install-data: install-data-recursive
418 uninstall: uninstall-recursive
420 install-am: all-am
421 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
423 installcheck: installcheck-recursive
424 install-strip:
425 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427 `test -z '$(STRIP)' || \
428 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429 mostlyclean-generic:
431 clean-generic:
433 distclean-generic:
434 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
436 maintainer-clean-generic:
437 @echo "This command is intended for maintainers to use"
438 @echo "it deletes files that may require special tools to rebuild."
439 clean: clean-recursive
441 clean-am: clean-generic mostlyclean-am
443 distclean: distclean-recursive
444 -rm -f Makefile
445 distclean-am: clean-am distclean-generic distclean-tags
447 dvi: dvi-recursive
449 dvi-am:
451 html: html-recursive
453 info: info-recursive
455 info-am:
457 install-data-am:
459 install-exec-am:
461 install-info: install-info-recursive
463 install-man:
465 installcheck-am:
467 maintainer-clean: maintainer-clean-recursive
468 -rm -f Makefile
469 maintainer-clean-am: distclean-am maintainer-clean-generic
471 mostlyclean: mostlyclean-recursive
473 mostlyclean-am: mostlyclean-generic
475 pdf: pdf-recursive
477 pdf-am:
479 ps: ps-recursive
481 ps-am:
483 uninstall-am: uninstall-info-am
485 uninstall-info: uninstall-info-recursive
487 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
488 clean clean-generic clean-recursive ctags ctags-recursive \
489 distclean distclean-generic distclean-recursive distclean-tags \
490 distdir dvi dvi-am html html-am info info-am install \
491 install-am install-data install-data-am install-exec \
492 install-exec-am install-info install-info-am install-man \
493 install-strip installcheck installcheck-am installdirs \
494 installdirs-am maintainer-clean maintainer-clean-generic \
495 maintainer-clean-recursive mostlyclean mostlyclean-generic \
496 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
497 uninstall uninstall-am uninstall-info-am
499 # Tell versions [3.59,3.63) of GNU make to not export all variables.
500 # Otherwise a system limit (for SysV at least) may be exceeded.
501 .NOEXPORT: