Remove building with NOCRYPTO option
[minix3.git] / external / bsd / flex / dist / tests / test-concatenated-options / Makefile.in
blob5790c9a9104654574c159bbb8d0278946b2bc06b
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 = tests/test-concatenated-options
75 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
78 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
79 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
80 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
81 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
82 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
83 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
84 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
85 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86 $(ACLOCAL_M4)
87 mkinstalldirs = $(install_sh) -d
88 CONFIG_HEADER = $(top_builddir)/config.h
89 CONFIG_CLEAN_FILES =
90 CONFIG_CLEAN_VPATH_FILES =
91 SOURCES =
92 DIST_SOURCES =
93 am__can_run_installinfo = \
94 case $$AM_UPDATE_INFO_DIR in \
95 n|no|NO) false;; \
96 *) (install-info --version) >/dev/null 2>&1;; \
97 esac
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 ACLOCAL = @ACLOCAL@
100 ALLOCA = @ALLOCA@
101 AMTAR = @AMTAR@
102 AR = @AR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BISON = @BISON@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CPP = @CPP@
112 CPPFLAGS = @CPPFLAGS@
113 CXX = @CXX@
114 CXXCPP = @CXXCPP@
115 CXXDEPMODE = @CXXDEPMODE@
116 CXXFLAGS = @CXXFLAGS@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 DLLTOOL = @DLLTOOL@
121 DSYMUTIL = @DSYMUTIL@
122 DUMPBIN = @DUMPBIN@
123 ECHO_C = @ECHO_C@
124 ECHO_N = @ECHO_N@
125 ECHO_T = @ECHO_T@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 FGREP = @FGREP@
129 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
130 GMSGFMT = @GMSGFMT@
131 GMSGFMT_015 = @GMSGFMT_015@
132 GREP = @GREP@
133 HELP2MAN = @HELP2MAN@
134 INDENT = @INDENT@
135 INSTALL = @INSTALL@
136 INSTALL_DATA = @INSTALL_DATA@
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140 INTLLIBS = @INTLLIBS@
141 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
142 LD = @LD@
143 LDFLAGS = @LDFLAGS@
144 LEX = @LEX@
145 LEXLIB = @LEXLIB@
146 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
147 LIBICONV = @LIBICONV@
148 LIBINTL = @LIBINTL@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LIBTOOL = @LIBTOOL@
152 LIPO = @LIPO@
153 LN_S = @LN_S@
154 LTLIBICONV = @LTLIBICONV@
155 LTLIBINTL = @LTLIBINTL@
156 LTLIBOBJS = @LTLIBOBJS@
157 M4 = @M4@
158 MAKEINFO = @MAKEINFO@
159 MANIFEST_TOOL = @MANIFEST_TOOL@
160 MKDIR_P = @MKDIR_P@
161 MSGFMT = @MSGFMT@
162 MSGFMT_015 = @MSGFMT_015@
163 MSGMERGE = @MSGMERGE@
164 NM = @NM@
165 NMEDIT = @NMEDIT@
166 OBJDUMP = @OBJDUMP@
167 OBJEXT = @OBJEXT@
168 OTOOL = @OTOOL@
169 OTOOL64 = @OTOOL64@
170 PACKAGE = @PACKAGE@
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172 PACKAGE_NAME = @PACKAGE_NAME@
173 PACKAGE_STRING = @PACKAGE_STRING@
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
175 PACKAGE_URL = @PACKAGE_URL@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 POSUB = @POSUB@
179 RANLIB = @RANLIB@
180 SED = @SED@
181 SET_MAKE = @SET_MAKE@
182 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
183 SHELL = @SHELL@
184 STRIP = @STRIP@
185 USE_NLS = @USE_NLS@
186 VERSION = @VERSION@
187 XGETTEXT = @XGETTEXT@
188 XGETTEXT_015 = @XGETTEXT_015@
189 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
190 YACC = @YACC@
191 YFLAGS = @YFLAGS@
192 abs_builddir = @abs_builddir@
193 abs_srcdir = @abs_srcdir@
194 abs_top_builddir = @abs_top_builddir@
195 abs_top_srcdir = @abs_top_srcdir@
196 ac_ct_AR = @ac_ct_AR@
197 ac_ct_CC = @ac_ct_CC@
198 ac_ct_CXX = @ac_ct_CXX@
199 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
200 am__include = @am__include@
201 am__leading_dot = @am__leading_dot@
202 am__quote = @am__quote@
203 am__tar = @am__tar@
204 am__untar = @am__untar@
205 bindir = @bindir@
206 build = @build@
207 build_alias = @build_alias@
208 build_cpu = @build_cpu@
209 build_os = @build_os@
210 build_vendor = @build_vendor@
211 builddir = @builddir@
212 datadir = @datadir@
213 datarootdir = @datarootdir@
214 docdir = @docdir@
215 dvidir = @dvidir@
216 exec_prefix = @exec_prefix@
217 host = @host@
218 host_alias = @host_alias@
219 host_cpu = @host_cpu@
220 host_os = @host_os@
221 host_vendor = @host_vendor@
222 htmldir = @htmldir@
223 includedir = @includedir@
224 infodir = @infodir@
225 install_sh = @install_sh@
226 libdir = @libdir@
227 libexecdir = @libexecdir@
228 localedir = @localedir@
229 localstatedir = @localstatedir@
230 mandir = @mandir@
231 mkdir_p = @mkdir_p@
232 oldincludedir = @oldincludedir@
233 pdfdir = @pdfdir@
234 prefix = @prefix@
235 program_transform_name = @program_transform_name@
236 psdir = @psdir@
237 sbindir = @sbindir@
238 sharedstatedir = @sharedstatedir@
239 srcdir = @srcdir@
240 sysconfdir = @sysconfdir@
241 target_alias = @target_alias@
242 top_build_prefix = @top_build_prefix@
243 top_builddir = @top_builddir@
244 top_srcdir = @top_srcdir@
245 FLEX = $(top_builddir)/flex$(EXEEXT)
246 CLEANFILES = OUTPUT
247 all: all-am
249 .SUFFIXES:
250 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
251 @for dep in $?; do \
252 case '$(am__configure_deps)' in \
253 *$$dep*) \
254 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
255 && { if test -f $@; then exit 0; else break; fi; }; \
256 exit 1;; \
257 esac; \
258 done; \
259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/test-concatenated-options/Makefile'; \
260 $(am__cd) $(top_srcdir) && \
261 $(AUTOMAKE) --gnu tests/test-concatenated-options/Makefile
262 .PRECIOUS: Makefile
263 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264 @case '$?' in \
265 *config.status*) \
266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
267 *) \
268 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
269 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
270 esac;
272 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275 $(top_srcdir)/configure: $(am__configure_deps)
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(am__aclocal_m4_deps):
281 mostlyclean-libtool:
282 -rm -f *.lo
284 clean-libtool:
285 -rm -rf .libs _libs
286 tags: TAGS
287 TAGS:
289 ctags: CTAGS
290 CTAGS:
293 distdir: $(DISTFILES)
294 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
295 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
296 list='$(DISTFILES)'; \
297 dist_files=`for file in $$list; do echo $$file; done | \
298 sed -e "s|^$$srcdirstrip/||;t" \
299 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
300 case $$dist_files in \
301 */*) $(MKDIR_P) `echo "$$dist_files" | \
302 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
303 sort -u` ;; \
304 esac; \
305 for file in $$dist_files; do \
306 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
307 if test -d $$d/$$file; then \
308 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
309 if test -d "$(distdir)/$$file"; then \
310 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
311 fi; \
312 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
313 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
314 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
315 fi; \
316 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
317 else \
318 test -f "$(distdir)/$$file" \
319 || cp -p $$d/$$file "$(distdir)/$$file" \
320 || exit 1; \
321 fi; \
322 done
323 check-am: all-am
324 check: check-am
325 all-am: Makefile
326 installdirs:
327 install: install-am
328 install-exec: install-exec-am
329 install-data: install-data-am
330 uninstall: uninstall-am
332 install-am: all-am
333 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335 installcheck: installcheck-am
336 install-strip:
337 if test -z '$(STRIP)'; then \
338 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
339 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
340 install; \
341 else \
342 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
346 mostlyclean-generic:
348 clean-generic:
349 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
351 distclean-generic:
352 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
353 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
355 maintainer-clean-generic:
356 @echo "This command is intended for maintainers to use"
357 @echo "it deletes files that may require special tools to rebuild."
358 clean: clean-am
360 clean-am: clean-generic clean-libtool mostlyclean-am
362 distclean: distclean-am
363 -rm -f Makefile
364 distclean-am: clean-am distclean-generic
366 dvi: dvi-am
368 dvi-am:
370 html: html-am
372 html-am:
374 info: info-am
376 info-am:
378 install-data-am:
380 install-dvi: install-dvi-am
382 install-dvi-am:
384 install-exec-am:
386 install-html: install-html-am
388 install-html-am:
390 install-info: install-info-am
392 install-info-am:
394 install-man:
396 install-pdf: install-pdf-am
398 install-pdf-am:
400 install-ps: install-ps-am
402 install-ps-am:
404 installcheck-am:
406 maintainer-clean: maintainer-clean-am
407 -rm -f Makefile
408 maintainer-clean-am: distclean-am maintainer-clean-generic
410 mostlyclean: mostlyclean-am
412 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
414 pdf: pdf-am
416 pdf-am:
418 ps: ps-am
420 ps-am:
422 uninstall-am:
424 .MAKE: install-am install-strip
426 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
427 distclean distclean-generic distclean-libtool distdir dvi \
428 dvi-am html html-am info info-am install install-am \
429 install-data install-data-am install-dvi install-dvi-am \
430 install-exec install-exec-am install-html install-html-am \
431 install-info install-info-am install-man install-pdf \
432 install-pdf-am install-ps install-ps-am install-strip \
433 installcheck installcheck-am installdirs maintainer-clean \
434 maintainer-clean-generic mostlyclean mostlyclean-generic \
435 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
438 # The test below just wants to know if flex can process multiple
439 # concatenated options. The -c and -n options both do nothing, so we
440 # group them together to see if flex will still function. We write the
441 # output to /dev/null since we don't really care what flex produces,
442 # just that it runs successfully.
444 test:
445 echo %% | $(FLEX) -cn -o /dev/null
447 # Tell versions [3.59,3.63) of GNU make to not export all variables.
448 # Otherwise a system limit (for SysV at least) may be exceeded.
449 .NOEXPORT: