Remove building with NOCRYPTO option
[minix3.git] / external / bsd / flex / dist / examples / manual / Makefile.in
blob52526f5d0a2bd64cc409aba5b7811ec31894463b
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # This file is part of flex.
20 # Redistribution and use in source and binary forms, with or without
21 # modification, are permitted provided that the following conditions
22 # are met:
24 # 1. Redistributions of source code must retain the above copyright
25 # notice, this list of conditions and the following disclaimer.
26 # 2. Redistributions in binary form must reproduce the above copyright
27 # notice, this list of conditions and the following disclaimer in the
28 # documentation and/or other materials provided with the distribution.
30 # Neither the name of the University nor the names of its contributors
31 # may be used to endorse or promote products derived from this software
32 # without specific prior written permission.
34 # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
35 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
36 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37 # PURPOSE.
38 VPATH = @srcdir@
39 am__make_dryrun = \
40 { \
41 am__dry=no; \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
45 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
46 *) \
47 for am__flg in $$MAKEFLAGS; do \
48 case $$am__flg in \
49 *=*|--*) ;; \
50 *n*) am__dry=yes; break;; \
51 esac; \
52 done;; \
53 esac; \
54 test $$am__dry = yes; \
56 pkgdatadir = $(datadir)/@PACKAGE@
57 pkgincludedir = $(includedir)/@PACKAGE@
58 pkglibdir = $(libdir)/@PACKAGE@
59 pkglibexecdir = $(libexecdir)/@PACKAGE@
60 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
61 install_sh_DATA = $(install_sh) -c -m 644
62 install_sh_PROGRAM = $(install_sh) -c
63 install_sh_SCRIPT = $(install_sh) -c
64 INSTALL_HEADER = $(INSTALL_DATA)
65 transform = $(program_transform_name)
66 NORMAL_INSTALL = :
67 PRE_INSTALL = :
68 POST_INSTALL = :
69 NORMAL_UNINSTALL = :
70 PRE_UNINSTALL = :
71 POST_UNINSTALL = :
72 build_triplet = @build@
73 host_triplet = @host@
74 subdir = examples/manual
75 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
76 ChangeLog
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
79 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
80 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
81 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
82 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
83 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
84 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
85 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
86 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87 $(ACLOCAL_M4)
88 mkinstalldirs = $(install_sh) -d
89 CONFIG_HEADER = $(top_builddir)/config.h
90 CONFIG_CLEAN_FILES =
91 CONFIG_CLEAN_VPATH_FILES =
92 SOURCES =
93 DIST_SOURCES =
94 am__can_run_installinfo = \
95 case $$AM_UPDATE_INFO_DIR in \
96 n|no|NO) false;; \
97 *) (install-info --version) >/dev/null 2>&1;; \
98 esac
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 ALLOCA = @ALLOCA@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AUTOCONF = @AUTOCONF@
105 AUTOHEADER = @AUTOHEADER@
106 AUTOMAKE = @AUTOMAKE@
107 AWK = @AWK@
108 BISON = @BISON@
109 CC = @CC@
110 CCDEPMODE = @CCDEPMODE@
111 CFLAGS = @CFLAGS@
112 CPP = @CPP@
113 CPPFLAGS = @CPPFLAGS@
114 CXX = @CXX@
115 CXXCPP = @CXXCPP@
116 CXXDEPMODE = @CXXDEPMODE@
117 CXXFLAGS = @CXXFLAGS@
118 CYGPATH_W = @CYGPATH_W@
119 DEFS = @DEFS@
120 DEPDIR = @DEPDIR@
121 DLLTOOL = @DLLTOOL@
122 DSYMUTIL = @DSYMUTIL@
123 DUMPBIN = @DUMPBIN@
124 ECHO_C = @ECHO_C@
125 ECHO_N = @ECHO_N@
126 ECHO_T = @ECHO_T@
127 EGREP = @EGREP@
128 EXEEXT = @EXEEXT@
129 FGREP = @FGREP@
130 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
131 GMSGFMT = @GMSGFMT@
132 GMSGFMT_015 = @GMSGFMT_015@
133 GREP = @GREP@
134 HELP2MAN = @HELP2MAN@
135 INDENT = @INDENT@
136 INSTALL = @INSTALL@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141 INTLLIBS = @INTLLIBS@
142 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
143 LD = @LD@
144 LDFLAGS = @LDFLAGS@
145 LEX = @LEX@
146 LEXLIB = @LEXLIB@
147 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
148 LIBICONV = @LIBICONV@
149 LIBINTL = @LIBINTL@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBICONV = @LTLIBICONV@
156 LTLIBINTL = @LTLIBINTL@
157 LTLIBOBJS = @LTLIBOBJS@
158 M4 = @M4@
159 MAKEINFO = @MAKEINFO@
160 MANIFEST_TOOL = @MANIFEST_TOOL@
161 MKDIR_P = @MKDIR_P@
162 MSGFMT = @MSGFMT@
163 MSGFMT_015 = @MSGFMT_015@
164 MSGMERGE = @MSGMERGE@
165 NM = @NM@
166 NMEDIT = @NMEDIT@
167 OBJDUMP = @OBJDUMP@
168 OBJEXT = @OBJEXT@
169 OTOOL = @OTOOL@
170 OTOOL64 = @OTOOL64@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_URL = @PACKAGE_URL@
177 PACKAGE_VERSION = @PACKAGE_VERSION@
178 PATH_SEPARATOR = @PATH_SEPARATOR@
179 POSUB = @POSUB@
180 RANLIB = @RANLIB@
181 SED = @SED@
182 SET_MAKE = @SET_MAKE@
183 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
184 SHELL = @SHELL@
185 STRIP = @STRIP@
186 USE_NLS = @USE_NLS@
187 VERSION = @VERSION@
188 XGETTEXT = @XGETTEXT@
189 XGETTEXT_015 = @XGETTEXT_015@
190 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
191 YACC = @YACC@
192 YFLAGS = @YFLAGS@
193 abs_builddir = @abs_builddir@
194 abs_srcdir = @abs_srcdir@
195 abs_top_builddir = @abs_top_builddir@
196 abs_top_srcdir = @abs_top_srcdir@
197 ac_ct_AR = @ac_ct_AR@
198 ac_ct_CC = @ac_ct_CC@
199 ac_ct_CXX = @ac_ct_CXX@
200 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
201 am__include = @am__include@
202 am__leading_dot = @am__leading_dot@
203 am__quote = @am__quote@
204 am__tar = @am__tar@
205 am__untar = @am__untar@
206 bindir = @bindir@
207 build = @build@
208 build_alias = @build_alias@
209 build_cpu = @build_cpu@
210 build_os = @build_os@
211 build_vendor = @build_vendor@
212 builddir = @builddir@
213 datadir = @datadir@
214 datarootdir = @datarootdir@
215 docdir = @docdir@
216 dvidir = @dvidir@
217 exec_prefix = @exec_prefix@
218 host = @host@
219 host_alias = @host_alias@
220 host_cpu = @host_cpu@
221 host_os = @host_os@
222 host_vendor = @host_vendor@
223 htmldir = @htmldir@
224 includedir = @includedir@
225 infodir = @infodir@
226 install_sh = @install_sh@
227 libdir = @libdir@
228 libexecdir = @libexecdir@
229 localedir = @localedir@
230 localstatedir = @localstatedir@
231 mandir = @mandir@
232 mkdir_p = @mkdir_p@
233 oldincludedir = @oldincludedir@
234 pdfdir = @pdfdir@
235 prefix = @prefix@
236 program_transform_name = @program_transform_name@
237 psdir = @psdir@
238 sbindir = @sbindir@
239 sharedstatedir = @sharedstatedir@
240 srcdir = @srcdir@
241 sysconfdir = @sysconfdir@
242 target_alias = @target_alias@
243 top_build_prefix = @top_build_prefix@
244 top_builddir = @top_builddir@
245 top_srcdir = @top_srcdir@
246 EXTRA_DIST = \
247 ChangeLog \
248 Makefile.examples \
249 README \
250 cat.lex \
251 dates.lex \
252 datetest.dat \
253 eof_rules.lex \
254 eof_test01.txt \
255 eof_test02.txt \
256 eof_test03.txt \
257 expr.lex \
258 expr.y \
259 front.lex \
260 front.y \
261 j2t.lex \
262 myname.lex \
263 myname.txt \
264 myname2.lex \
265 numbers.lex \
266 pas_include.lex \
267 pascal.lex \
268 reject.lex \
269 replace.lex \
270 string1.lex \
271 string2.lex \
272 strtest.dat \
273 unput.lex \
274 user_act.lex \
275 userinit.lex \
276 wc.lex \
277 yymore.lex \
278 yymore2.lex \
279 yymoretest.dat
281 all: all-am
283 .SUFFIXES:
284 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
285 @for dep in $?; do \
286 case '$(am__configure_deps)' in \
287 *$$dep*) \
288 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
289 && { if test -f $@; then exit 0; else break; fi; }; \
290 exit 1;; \
291 esac; \
292 done; \
293 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/manual/Makefile'; \
294 $(am__cd) $(top_srcdir) && \
295 $(AUTOMAKE) --gnu examples/manual/Makefile
296 .PRECIOUS: Makefile
297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298 @case '$?' in \
299 *config.status*) \
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
301 *) \
302 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
304 esac;
306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(top_srcdir)/configure: $(am__configure_deps)
310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(am__aclocal_m4_deps):
315 mostlyclean-libtool:
316 -rm -f *.lo
318 clean-libtool:
319 -rm -rf .libs _libs
320 tags: TAGS
321 TAGS:
323 ctags: CTAGS
324 CTAGS:
327 distdir: $(DISTFILES)
328 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330 list='$(DISTFILES)'; \
331 dist_files=`for file in $$list; do echo $$file; done | \
332 sed -e "s|^$$srcdirstrip/||;t" \
333 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
334 case $$dist_files in \
335 */*) $(MKDIR_P) `echo "$$dist_files" | \
336 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
337 sort -u` ;; \
338 esac; \
339 for file in $$dist_files; do \
340 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341 if test -d $$d/$$file; then \
342 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
343 if test -d "$(distdir)/$$file"; then \
344 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345 fi; \
346 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
347 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
348 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349 fi; \
350 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
351 else \
352 test -f "$(distdir)/$$file" \
353 || cp -p $$d/$$file "$(distdir)/$$file" \
354 || exit 1; \
355 fi; \
356 done
357 check-am: all-am
358 check: check-am
359 all-am: Makefile
360 installdirs:
361 install: install-am
362 install-exec: install-exec-am
363 install-data: install-data-am
364 uninstall: uninstall-am
366 install-am: all-am
367 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369 installcheck: installcheck-am
370 install-strip:
371 if test -z '$(STRIP)'; then \
372 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374 install; \
375 else \
376 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
380 mostlyclean-generic:
382 clean-generic:
384 distclean-generic:
385 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
386 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
388 maintainer-clean-generic:
389 @echo "This command is intended for maintainers to use"
390 @echo "it deletes files that may require special tools to rebuild."
391 clean: clean-am
393 clean-am: clean-generic clean-libtool mostlyclean-am
395 distclean: distclean-am
396 -rm -f Makefile
397 distclean-am: clean-am distclean-generic
399 dvi: dvi-am
401 dvi-am:
403 html: html-am
405 html-am:
407 info: info-am
409 info-am:
411 install-data-am:
413 install-dvi: install-dvi-am
415 install-dvi-am:
417 install-exec-am:
419 install-html: install-html-am
421 install-html-am:
423 install-info: install-info-am
425 install-info-am:
427 install-man:
429 install-pdf: install-pdf-am
431 install-pdf-am:
433 install-ps: install-ps-am
435 install-ps-am:
437 installcheck-am:
439 maintainer-clean: maintainer-clean-am
440 -rm -f Makefile
441 maintainer-clean-am: distclean-am maintainer-clean-generic
443 mostlyclean: mostlyclean-am
445 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
447 pdf: pdf-am
449 pdf-am:
451 ps: ps-am
453 ps-am:
455 uninstall-am:
457 .MAKE: install-am install-strip
459 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
460 distclean distclean-generic distclean-libtool distdir dvi \
461 dvi-am html html-am info info-am install install-am \
462 install-data install-data-am install-dvi install-dvi-am \
463 install-exec install-exec-am install-html install-html-am \
464 install-info install-info-am install-man install-pdf \
465 install-pdf-am install-ps install-ps-am install-strip \
466 installcheck installcheck-am installdirs maintainer-clean \
467 maintainer-clean-generic mostlyclean mostlyclean-generic \
468 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
471 # Tell versions [3.59,3.63) of GNU make to not export all variables.
472 # Otherwise a system limit (for SysV at least) may be exceeded.
473 .NOEXPORT: