Remove building with NOCRYPTO option
[minix3.git] / external / bsd / flex / dist / tests / test-table-opts / Makefile
blob4ac14bd518d8f6eba9f9cfdc4a44aa2f6031bb09
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # tests/test-table-opts/Makefile. Generated from Makefile.in by configure.
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.
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.
39 # ------------------------------------------------
40 # This test is really a set of tests, one for
41 # each compression flag. -Ca, -Cem, etc..
42 # 'test-opt' builds non-serialized scanners with various table options.
43 # 'test-ver' verifies that the serialized tables match the in-code tables.
44 # 'test-ser' deserializes the tables at runtime.
45 # 'test-mul' checks that we can store multiple tables in a single file.
46 # ------------------------------------------------
48 am__make_dryrun = \
49 { \
50 am__dry=no; \
51 case $$MAKEFLAGS in \
52 *\\[\ \ ]*) \
53 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
54 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
55 *) \
56 for am__flg in $$MAKEFLAGS; do \
57 case $$am__flg in \
58 *=*|--*) ;; \
59 *n*) am__dry=yes; break;; \
60 esac; \
61 done;; \
62 esac; \
63 test $$am__dry = yes; \
65 pkgdatadir = $(datadir)/flex
66 pkgincludedir = $(includedir)/flex
67 pkglibdir = $(libdir)/flex
68 pkglibexecdir = $(libexecdir)/flex
69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70 install_sh_DATA = $(install_sh) -c -m 644
71 install_sh_PROGRAM = $(install_sh) -c
72 install_sh_SCRIPT = $(install_sh) -c
73 INSTALL_HEADER = $(INSTALL_DATA)
74 transform = $(program_transform_name)
75 NORMAL_INSTALL = :
76 PRE_INSTALL = :
77 POST_INSTALL = :
78 NORMAL_UNINSTALL = :
79 PRE_UNINSTALL = :
80 POST_UNINSTALL = :
81 build_triplet = x86_64-unknown-netbsd7.99.1
82 host_triplet = x86_64-unknown-netbsd7.99.1
83 subdir = tests/test-table-opts
84 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
87 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
88 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
89 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
90 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
93 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 SOURCES =
101 DIST_SOURCES =
102 am__can_run_installinfo = \
103 case $$AM_UPDATE_INFO_DIR in \
104 n|no|NO) false;; \
105 *) (install-info --version) >/dev/null 2>&1;; \
106 esac
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run aclocal-1.11
109 ALLOCA =
110 AMTAR = $${TAR-tar}
111 AR = ar
112 AUTOCONF = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoconf
113 AUTOHEADER = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoheader
114 AUTOMAKE = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run automake-1.11
115 AWK = gawk
116 BISON = /usr/pkg/bin/bison
117 CC = gcc
118 CCDEPMODE = depmode=gcc3
119 CFLAGS = -g -O2
120 CPP = gcc -E
121 CPPFLAGS =
122 CXX = g++
123 CXXCPP = g++ -E
124 CXXDEPMODE = depmode=gcc3
125 CXXFLAGS = -g -O2
126 CYGPATH_W = echo
127 DEFS = -DHAVE_CONFIG_H
128 DEPDIR = .deps
129 DLLTOOL = false
130 DSYMUTIL =
131 DUMPBIN =
132 ECHO_C =
133 ECHO_N = -n
134 ECHO_T =
135 EGREP = /usr/bin/grep -E
136 EXEEXT =
137 FGREP = /usr/bin/grep -F
138 GETTEXT_MACRO_VERSION = 0.18
139 GMSGFMT = /usr/pkg/bin/msgfmt
140 GMSGFMT_015 = /usr/pkg/bin/msgfmt
141 GREP = /usr/bin/grep
142 HELP2MAN = /usr/pkg/bin/help2man
143 INDENT = /usr/bin/indent
144 INSTALL = /usr/bin/install -c
145 INSTALL_DATA = ${INSTALL} -m 644
146 INSTALL_PROGRAM = ${INSTALL}
147 INSTALL_SCRIPT = ${INSTALL}
148 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
149 INTLLIBS =
150 INTL_MACOSX_LIBS =
151 LD = /usr/bin/ld
152 LDFLAGS =
153 LEX = flex
154 LEXLIB = -lfl
155 LEX_OUTPUT_ROOT = lex.yy
156 LIBICONV =
157 LIBINTL =
158 LIBOBJS =
159 LIBS = -lm
160 LIBTOOL = $(SHELL) $(top_builddir)/libtool
161 LIPO =
162 LN_S = ln -s
163 LTLIBICONV =
164 LTLIBINTL =
165 LTLIBOBJS =
166 M4 = /usr/pkg/bin/gm4
167 MAKEINFO = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run makeinfo
168 MANIFEST_TOOL = :
169 MKDIR_P = ../.././install-sh -c -d
170 MSGFMT = /usr/pkg/bin/msgfmt
171 MSGFMT_015 = /usr/pkg/bin/msgfmt
172 MSGMERGE = /usr/pkg/bin/msgmerge
173 NM = /usr/bin/nm -B
174 NMEDIT =
175 OBJDUMP = objdump
176 OBJEXT = o
177 OTOOL =
178 OTOOL64 =
179 PACKAGE = flex
180 PACKAGE_BUGREPORT = flex-help@lists.sourceforge.net
181 PACKAGE_NAME = the fast lexical analyser generator
182 PACKAGE_STRING = the fast lexical analyser generator 2.5.39
183 PACKAGE_TARNAME = flex
184 PACKAGE_URL =
185 PACKAGE_VERSION = 2.5.39
186 PATH_SEPARATOR = :
187 POSUB =
188 RANLIB = ranlib
189 SED = /usr/pkg/bin/gsed
190 SET_MAKE =
191 SHARED_VERSION_INFO = 2:0:0
192 SHELL = /bin/sh
193 STRIP = strip
194 USE_NLS = no
195 VERSION = 2.5.39
196 XGETTEXT = /usr/pkg/bin/xgettext
197 XGETTEXT_015 = /usr/pkg/bin/xgettext
198 XGETTEXT_EXTRA_OPTIONS =
199 YACC = bison -y
200 YFLAGS =
201 abs_builddir = /usr/src/external/bsd/flex/flex-2.5.39/tests/test-table-opts
202 abs_srcdir = /usr/src/external/bsd/flex/flex-2.5.39/tests/test-table-opts
203 abs_top_builddir = /usr/src/external/bsd/flex/flex-2.5.39
204 abs_top_srcdir = /usr/src/external/bsd/flex/flex-2.5.39
205 ac_ct_AR = ar
206 ac_ct_CC = gcc
207 ac_ct_CXX = g++
208 ac_ct_DUMPBIN =
209 am__include = include
210 am__leading_dot = .
211 am__quote =
212 am__tar = $${TAR-tar} chof - "$$tardir"
213 am__untar = $${TAR-tar} xf -
214 bindir = ${exec_prefix}/bin
215 build = x86_64-unknown-netbsd7.99.1
216 build_alias =
217 build_cpu = x86_64
218 build_os = netbsd7.99.1
219 build_vendor = unknown
220 builddir = .
221 datadir = ${datarootdir}
222 datarootdir = ${prefix}/share
223 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
224 dvidir = ${docdir}
225 exec_prefix = ${prefix}
226 host = x86_64-unknown-netbsd7.99.1
227 host_alias =
228 host_cpu = x86_64
229 host_os = netbsd7.99.1
230 host_vendor = unknown
231 htmldir = ${docdir}
232 includedir = ${prefix}/include
233 infodir = ${datarootdir}/info
234 install_sh = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/install-sh
235 libdir = ${exec_prefix}/lib
236 libexecdir = ${exec_prefix}/libexec
237 localedir = ${datarootdir}/locale
238 localstatedir = ${prefix}/var
239 mandir = ${datarootdir}/man
240 mkdir_p = $(top_builddir)/./install-sh -c -d
241 oldincludedir = /usr/include
242 pdfdir = ${docdir}
243 prefix = /usr/local
244 program_transform_name = s,x,x,
245 psdir = ${docdir}
246 sbindir = ${exec_prefix}/sbin
247 sharedstatedir = ${prefix}/com
248 srcdir = .
249 sysconfdir = ${prefix}/etc
250 target_alias =
251 top_build_prefix = ../../
252 top_builddir = ../..
253 top_srcdir = ../..
254 FLEX = $(top_builddir)/flex
255 testname := test-table-opts
256 allopts := -Ca -Ce -Cf -CF -Cm -Cem -Cae -Caef -CaeF -Cam -Caem
258 # the test names themselves
259 opttests := $(foreach opt,$(allopts), test-opt-nr$(opt) test-opt-r$(opt))
260 sertests := $(foreach opt,$(allopts), test-ser-nr$(opt) test-ser-r$(opt))
261 vertests := $(foreach opt,$(allopts), test-ver-nr$(opt) test-ver-r$(opt))
262 alltests := $(opttests) $(vertests) $(sertests) test-mul
264 # the executables to build
265 optexe := $(addsuffix $(EXEEXT),$(opttests))
266 verexe := $(addsuffix $(EXEEXT),$(vertests))
267 serexe := $(addsuffix $(EXEEXT),$(sertests))
268 allexe := $(optexe) $(verexe) $(serexe)
270 # the .c files
271 optsrc := $(addsuffix .c,$(opttests))
272 versrc := $(addsuffix .c,$(vertests))
273 sersrc := $(addsuffix .c,$(sertests))
274 allsrc := $(optsrc) $(versrc) $(sersrc)
276 # the .o files
277 optobj := $(addsuffix .o,$(opttests))
278 verobj := $(addsuffix .o,$(vertests))
279 serobj := $(addsuffix .o,$(sertests))
280 allobj := $(optobj) $(verobj) $(serobj)
282 # the .tables files
283 sertables := $(addsuffix .tables,$(sertests))
284 alltables := $(addsuffix .tables,$(alltests))
285 EXTRA_DIST = scanner.l test.input
286 CLEANFILES = scanner.c OUTPUT $(allobj) $(allsrc) $(alltables) \
287 all-ser.tables $(allexe)
289 AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
290 all: all-am
292 .SUFFIXES:
293 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
294 @for dep in $?; do \
295 case '$(am__configure_deps)' in \
296 *$$dep*) \
297 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298 && { if test -f $@; then exit 0; else break; fi; }; \
299 exit 1;; \
300 esac; \
301 done; \
302 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/test-table-opts/Makefile'; \
303 $(am__cd) $(top_srcdir) && \
304 $(AUTOMAKE) --gnu tests/test-table-opts/Makefile
305 .PRECIOUS: Makefile
306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307 @case '$?' in \
308 *config.status*) \
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
310 *) \
311 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313 esac;
315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 $(top_srcdir)/configure: $(am__configure_deps)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(am__aclocal_m4_deps):
324 mostlyclean-libtool:
325 -rm -f *.lo
327 clean-libtool:
328 -rm -rf .libs _libs
329 tags: TAGS
330 TAGS:
332 ctags: CTAGS
333 CTAGS:
336 distdir: $(DISTFILES)
337 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
338 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
339 list='$(DISTFILES)'; \
340 dist_files=`for file in $$list; do echo $$file; done | \
341 sed -e "s|^$$srcdirstrip/||;t" \
342 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
343 case $$dist_files in \
344 */*) $(MKDIR_P) `echo "$$dist_files" | \
345 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
346 sort -u` ;; \
347 esac; \
348 for file in $$dist_files; do \
349 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
350 if test -d $$d/$$file; then \
351 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
352 if test -d "$(distdir)/$$file"; then \
353 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
354 fi; \
355 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
356 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
357 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
358 fi; \
359 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
360 else \
361 test -f "$(distdir)/$$file" \
362 || cp -p $$d/$$file "$(distdir)/$$file" \
363 || exit 1; \
364 fi; \
365 done
366 check-am: all-am
367 check: check-am
368 all-am: Makefile
369 installdirs:
370 install: install-am
371 install-exec: install-exec-am
372 install-data: install-data-am
373 uninstall: uninstall-am
375 install-am: all-am
376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
378 installcheck: installcheck-am
379 install-strip:
380 if test -z '$(STRIP)'; then \
381 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383 install; \
384 else \
385 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
387 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
389 mostlyclean-generic:
391 clean-generic:
392 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
394 distclean-generic:
395 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
396 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
398 maintainer-clean-generic:
399 @echo "This command is intended for maintainers to use"
400 @echo "it deletes files that may require special tools to rebuild."
401 clean: clean-am
403 clean-am: clean-generic clean-libtool mostlyclean-am
405 distclean: distclean-am
406 -rm -f Makefile
407 distclean-am: clean-am distclean-generic
409 dvi: dvi-am
411 dvi-am:
413 html: html-am
415 html-am:
417 info: info-am
419 info-am:
421 install-data-am:
423 install-dvi: install-dvi-am
425 install-dvi-am:
427 install-exec-am:
429 install-html: install-html-am
431 install-html-am:
433 install-info: install-info-am
435 install-info-am:
437 install-man:
439 install-pdf: install-pdf-am
441 install-pdf-am:
443 install-ps: install-ps-am
445 install-ps-am:
447 installcheck-am:
449 maintainer-clean: maintainer-clean-am
450 -rm -f Makefile
451 maintainer-clean-am: distclean-am maintainer-clean-generic
453 mostlyclean: mostlyclean-am
455 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
457 pdf: pdf-am
459 pdf-am:
461 ps: ps-am
463 ps-am:
465 uninstall-am:
467 .MAKE: install-am install-strip
469 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
470 distclean distclean-generic distclean-libtool distdir dvi \
471 dvi-am html html-am info info-am install install-am \
472 install-data install-data-am install-dvi install-dvi-am \
473 install-exec install-exec-am install-html install-html-am \
474 install-info install-info-am install-man install-pdf \
475 install-pdf-am install-ps install-ps-am install-strip \
476 installcheck installcheck-am installdirs maintainer-clean \
477 maintainer-clean-generic mostlyclean mostlyclean-generic \
478 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
481 test: test-opt test-ser test-ver test-mul
483 test-opt-r%.c: $(srcdir)/scanner.l
484 $(FLEX) -L -P $(subst -,_,$(basename $(@F))) --reentrant $* -o $@ $<
486 test-opt-nr%.c: $(srcdir)/scanner.l
487 $(FLEX) -L -P $(subst -,_,$(basename $(@F))) $* -o $@ $<
489 test-ser-r%.c: $(srcdir)/scanner.l
490 $(FLEX) -L -P $(subst -,_,$(basename $(@F))) -R --tables-file="test-ser-r$*.tables" $* -o $@ $<
492 test-ser-nr%.c: $(srcdir)/scanner.l
493 $(FLEX) -L -P $(subst -,_,$(basename $(@F))) --tables-file="test-ser-nr$*.tables" $* -o $@ $<
495 test-ver-r%.c: $(srcdir)/scanner.l
496 $(FLEX) -L -P $(subst -,_,$(basename $(@F))) -R --tables-file="test-ver-r$*.tables" --tables-verify $* -o $@ $<
498 test-ver-nr%.c: $(srcdir)/scanner.l
499 $(FLEX) -L -P $(subst -,_,$(basename $(@F))) --tables-file="test-ver-nr$*.tables" --tables-verify $* -o $@ $<
501 test-opt%$(EXEEXT): test-opt%.o
502 $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $< $(LOADLIBES)
504 test-ser%$(EXEEXT): test-ser%.o
505 $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $< $(LOADLIBES)
507 test-ver%$(EXEEXT): test-ver%.o
508 $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $< $(LOADLIBES)
510 test-opt: $(optexe)
511 for t in $(optexe) ; do \
512 ./$$t `basename $$t $(EXEEXT)`.tables < $(srcdir)/test.input \
513 || { echo $t FAILED ; exit 1 ; } ; \
514 done
516 test-ver: $(verexe)
517 for t in $(verexe) ; do \
518 ./$$t `basename $$t $(EXEEXT)`.tables < $(srcdir)/test.input \
519 || { echo $t FAILED ; exit 1 ; } ; \
520 done
522 test-ser: $(serexe)
523 for t in $(serexe) ; do \
524 ./$$t `basename $$t $(EXEEXT)`.tables < $(srcdir)/test.input \
525 || { echo $t FAILED ; exit 1 ; } ; \
526 done
528 test-mul: $(serexe)
529 $(RM) all-ser.tables
530 cat $(sertables) > all-ser.tables
531 for t in $(serexe) ; do \
532 ./$$t all-ser.tables < $(srcdir)/test.input || { echo $$t FAILED; exit 1; } ; \
533 done
535 test-opt-nr-%.o: test-opt-nr-%.c ; $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
536 test-ser-nr-%.o: test-ser-nr-%.c ; $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) -DTEST_HAS_TABLES_EXTERNAL $(CFLAGS) $<
537 test-ver-nr-%.o: test-ver-nr-%.c ; $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) -DTEST_HAS_TABLES_EXTERNAL $(CFLAGS) $<
539 test-opt-r-%.o: test-opt-r-%.c ; $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) -DTEST_IS_REENTRANT $(CFLAGS) $<
540 test-ser-r-%.o: test-ser-r-%.c ; $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) -DTEST_HAS_TABLES_EXTERNAL -DTEST_IS_REENTRANT $(CFLAGS) $<
541 test-ver-r-%.o: test-ver-r-%.c ; $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) -DTEST_HAS_TABLES_EXTERNAL -DTEST_IS_REENTRANT $(CFLAGS) $<
543 .PHONY: test test-opt test-ser test-ver test-mul
544 .SECONDARY: $(allobj) $(allsrc)
546 # Tell versions [3.59,3.63) of GNU make to not export all variables.
547 # Otherwise a system limit (for SysV at least) may be exceeded.
548 .NOEXPORT: