9019b777cc4354a9376fa66cb3a4caa8afd828d1
[com/asn1c.git] / tests / tests-c-compiler / Makefile
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # tests/tests-c-compiler/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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.
9
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.
14
15
16
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/asn1c
73 pkgincludedir = $(includedir)/asn1c
74 pkglibdir = $(libdir)/asn1c
75 pkglibexecdir = $(libexecdir)/asn1c
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = x86_64-pc-linux-gnu
89 host_triplet = x86_64-pc-linux-gnu
90 am__append_1 = check-src/check64-134.-gen-PER.c \
91         check-src/check64-136.-gen-OER.c
92 subdir = tests/tests-c-compiler
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps =  \
95         $(top_srcdir)/m4/ax_check_compile_and_link_flag.m4 \
96         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97         $(top_srcdir)/m4/ax_code_coverage.m4 \
98         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
99         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
100         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(dist_check_SCRIPTS) \
104         $(am__DIST_COMMON)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_$(V))
110 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_$(V))
114 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115 am__v_GEN_0 = @echo "  GEN     " $@;
116 am__v_GEN_1 = 
117 AM_V_at = $(am__v_at_$(V))
118 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
119 am__v_at_0 = @
120 am__v_at_1 = 
121 SOURCES =
122 DIST_SOURCES =
123 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124         ctags-recursive dvi-recursive html-recursive info-recursive \
125         install-data-recursive install-dvi-recursive \
126         install-exec-recursive install-html-recursive \
127         install-info-recursive install-pdf-recursive \
128         install-ps-recursive install-recursive installcheck-recursive \
129         installdirs-recursive pdf-recursive ps-recursive \
130         tags-recursive uninstall-recursive
131 am__can_run_installinfo = \
132   case $$AM_UPDATE_INFO_DIR in \
133     n|no|NO) false;; \
134     *) (install-info --version) >/dev/null 2>&1;; \
135   esac
136 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
137   distclean-recursive maintainer-clean-recursive
138 am__recursive_targets = \
139   $(RECURSIVE_TARGETS) \
140   $(RECURSIVE_CLEAN_TARGETS) \
141   $(am__extra_recursive_targets)
142 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
143         check recheck distdir
144 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
145 # Read a list of newline-separated strings from the standard input,
146 # and print each of them once, without duplicates.  Input order is
147 # *not* preserved.
148 am__uniquify_input = $(AWK) '\
149   BEGIN { nonempty = 0; } \
150   { items[$$0] = 1; nonempty = 1; } \
151   END { if (nonempty) { for (i in items) print i; }; } \
152 '
153 # Make sure the list of sources is unique.  This is necessary because,
154 # e.g., the same source file might be shared among _SOURCES variables
155 # for different programs/libraries.
156 am__define_uniq_tagged_files = \
157   list='$(am__tagged_files)'; \
158   unique=`for i in $$list; do \
159     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160   done | $(am__uniquify_input)`
161 ETAGS = etags
162 CTAGS = ctags
163 am__tty_colors_dummy = \
164   mgn= red= grn= lgn= blu= brg= std=; \
165   am__color_tests=no
166 am__tty_colors = { \
167   $(am__tty_colors_dummy); \
168   if test "X$(AM_COLOR_TESTS)" = Xno; then \
169     am__color_tests=no; \
170   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
171     am__color_tests=yes; \
172   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
173     am__color_tests=yes; \
174   fi; \
175   if test $$am__color_tests = yes; then \
176     red='\e[0;31m'; \
177     grn='\e[0;32m'; \
178     lgn='\e[1;32m'; \
179     blu='\e[1;34m'; \
180     mgn='\e[0;35m'; \
181     brg='\e[1m'; \
182     std='\e[m'; \
183   fi; \
184 }
185 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
186 am__vpath_adj = case $$p in \
187     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
188     *) f=$$p;; \
189   esac;
190 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
191 am__install_max = 40
192 am__nobase_strip_setup = \
193   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
194 am__nobase_strip = \
195   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
196 am__nobase_list = $(am__nobase_strip_setup); \
197   for p in $$list; do echo "$$p $$p"; done | \
198   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
199   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
200     if (++n[$$2] == $(am__install_max)) \
201       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
202     END { for (dir in files) print dir, files[dir] }'
203 am__base_list = \
204   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
205   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
206 am__uninstall_files_from_dir = { \
207   test -z "$$files" \
208     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
209     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
210          $(am__cd) "$$dir" && rm -f $$files; }; \
211   }
212 am__recheck_rx = ^[     ]*:recheck:[    ]*
213 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
214 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
215 # A command that, given a newline-separated list of test names on the
216 # standard input, print the name of the tests that are to be re-run
217 # upon "make recheck".
218 am__list_recheck_tests = $(AWK) '{ \
219   recheck = 1; \
220   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
221     { \
222       if (rc < 0) \
223         { \
224           if ((getline line2 < ($$0 ".log")) < 0) \
225             recheck = 0; \
226           break; \
227         } \
228       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
229         { \
230           recheck = 0; \
231           break; \
232         } \
233       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
234         { \
235           break; \
236         } \
237     }; \
238   if (recheck) \
239     print $$0; \
240   close ($$0 ".trs"); \
241   close ($$0 ".log"); \
242 }'
243 # A command that, given a newline-separated list of test names on the
244 # standard input, create the global log from their .trs and .log files.
245 am__create_global_log = $(AWK) ' \
246 function fatal(msg) \
247 { \
248   print "fatal: making $@: " msg | "cat >&2"; \
249   exit 1; \
250 } \
251 function rst_section(header) \
252 { \
253   print header; \
254   len = length(header); \
255   for (i = 1; i <= len; i = i + 1) \
256     printf "="; \
257   printf "\n\n"; \
258 } \
259 { \
260   copy_in_global_log = 1; \
261   global_test_result = "RUN"; \
262   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
263     { \
264       if (rc < 0) \
265          fatal("failed to read from " $$0 ".trs"); \
266       if (line ~ /$(am__global_test_result_rx)/) \
267         { \
268           sub("$(am__global_test_result_rx)", "", line); \
269           sub("[        ]*$$", "", line); \
270           global_test_result = line; \
271         } \
272       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
273         copy_in_global_log = 0; \
274     }; \
275   if (copy_in_global_log) \
276     { \
277       rst_section(global_test_result ": " $$0); \
278       while ((rc = (getline line < ($$0 ".log"))) != 0) \
279       { \
280         if (rc < 0) \
281           fatal("failed to read from " $$0 ".log"); \
282         print line; \
283       }; \
284       printf "\n"; \
285     }; \
286   close ($$0 ".trs"); \
287   close ($$0 ".log"); \
288 }'
289 # Restructured Text title.
290 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
291 # Solaris 10 'make', and several other traditional 'make' implementations,
292 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
293 # by disabling -e (using the XSI extension "set +e") if it's set.
294 am__sh_e_setup = case $$- in *e*) set +e;; esac
295 # Default flags passed to test drivers.
296 am__common_driver_flags = \
297   --color-tests "$$am__color_tests" \
298   --enable-hard-errors "$$am__enable_hard_errors" \
299   --expect-failure "$$am__expect_failure"
300 # To be inserted before the command running the test.  Creates the
301 # directory for the log if needed.  Stores in $dir the directory
302 # containing $f, in $tst the test, in $log the log.  Executes the
303 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
304 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
305 # will run the test scripts (or their associated LOG_COMPILER, if
306 # thy have one).
307 am__check_pre = \
308 $(am__sh_e_setup);                                      \
309 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
310 $(am__tty_colors);                                      \
311 srcdir=$(srcdir); export srcdir;                        \
312 case "$@" in                                            \
313   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
314     *) am__odir=.;;                                     \
315 esac;                                                   \
316 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
317   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
318 if test -f "./$$f"; then dir=./;                        \
319 elif test -f "$$f"; then dir=;                          \
320 else dir="$(srcdir)/"; fi;                              \
321 tst=$$dir$$f; log='$@';                                 \
322 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
323   am__enable_hard_errors=no;                            \
324 else                                                    \
325   am__enable_hard_errors=yes;                           \
326 fi;                                                     \
327 case " $(XFAIL_TESTS) " in                              \
328   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
329     am__expect_failure=yes;;                            \
330   *)                                                    \
331     am__expect_failure=no;;                             \
332 esac;                                                   \
333 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
334 # A shell command to get the names of the tests scripts with any registered
335 # extension removed (i.e., equivalently, the names of the test logs, with
336 # the '.log' extension removed).  The result is saved in the shell variable
337 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
338 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
339 # since that might cause problem with VPATH rewrites for suffix-less tests.
340 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
341 am__set_TESTS_bases = \
342   bases='$(TEST_LOGS)'; \
343   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
344   bases=`echo $$bases`
345 RECHECK_LOGS = $(TEST_LOGS)
346 TEST_SUITE_LOG = test-suite.log
347 TEST_EXTENSIONS =  .test
348 LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
349 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
350 am__set_b = \
351   case '$@' in \
352     */*) \
353       case '$*' in \
354         */*) b='$*';; \
355           *) b=`echo '$@' | sed 's/\.log$$//'`; \
356        esac;; \
357     *) \
358       b='$*';; \
359   esac
360 am__test_logs1 = $(TESTS:=.log)
361 am__test_logs2 = $(am__test_logs1:.log=.log)
362 TEST_LOGS = $(am__test_logs2:.test.log=.log)
363 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
364 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
365         $(TEST_LOG_FLAGS)
366 DIST_SUBDIRS = $(SUBDIRS)
367 am__DIST_COMMON = $(srcdir)/Makefile.in \
368         $(top_srcdir)/config/test-driver README
369 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
370 am__relativize = \
371   dir0=`pwd`; \
372   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
373   sed_rest='s,^[^/]*/*,,'; \
374   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
375   sed_butlast='s,/*[^/]*$$,,'; \
376   while test -n "$$dir1"; do \
377     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
378     if test "$$first" != "."; then \
379       if test "$$first" = ".."; then \
380         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
381         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
382       else \
383         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
384         if test "$$first2" = "$$first"; then \
385           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
386         else \
387           dir2="../$$dir2"; \
388         fi; \
389         dir0="$$dir0"/"$$first"; \
390       fi; \
391     fi; \
392     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
393   done; \
394   reldir="$$dir2"
395 ACLOCAL = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing aclocal-1.15
396 ADD_CFLAGS = 
397 AMTAR = $${TAR-tar}
398 AM_DEFAULT_VERBOSITY = 0
399 AR = ar
400 ASAN_ENV_FLAGS =  ASAN_OPTIONS=detect_leaks=1
401 AUTOCONF = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoconf
402 AUTOHEADER = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoheader
403 AUTOMAKE = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing automake-1.15
404 AWK = gawk
405 CC = gcc
406 CCDEPMODE = depmode=gcc3
407
408 #Filter out the coverage options from CFLAGS as we don't need
409 #code coverage data for the tests executables
410 CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), -g -O2 -Wall -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-error=attributes -Wno-error=cast-align -std=gnu99)
411 CFLAGS_M32 = 
412 CODE_COVERAGE_CFLAGS = 
413 CODE_COVERAGE_CPPFLAGS = 
414 CODE_COVERAGE_CXXFLAGS = 
415 CODE_COVERAGE_ENABLED = no
416 CODE_COVERAGE_LDFLAGS = 
417 CODE_COVERAGE_LIBS = 
418 CPP = gcc -E
419 CPPFLAGS = 
420 CXX = g++
421 CXXCPP = g++ -E
422 CXXDEPMODE = depmode=gcc3
423 CXXFLAGS = -std=c++11
424 CYGPATH_W = echo
425 DEFS = -DHAVE_CONFIG_H
426 DEPDIR = .deps
427 DLLTOOL = false
428 DSYMUTIL = 
429 DUMPBIN = 
430 ECHO_C = 
431 ECHO_N = -n
432 ECHO_T = 
433 EGREP = /bin/grep -E
434 EXEEXT = 
435 FGREP = /bin/grep -F
436 GCOV = 
437 GENHTML = 
438 GREP = /bin/grep
439 INSTALL = /usr/bin/install -c
440 INSTALL_DATA = ${INSTALL} -m 644
441 INSTALL_PROGRAM = ${INSTALL}
442 INSTALL_SCRIPT = ${INSTALL}
443 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
444 LCOV = 
445 LD = /usr/bin/ld -m elf_x86_64
446 LDFLAGS = 
447 LEX = flex
448 LEXLIB = -lfl
449 LEX_OUTPUT_ROOT = lex.yy
450 LIBFUZZER_CFLAGS = 
451 LIBOBJS = 
452 LIBS = 
453 LIBTOOL = $(SHELL) $(top_builddir)/libtool
454 LIPO = 
455 LN_S = ln -s
456 LTLIBOBJS = 
457 LT_SYS_LIBRARY_PATH = 
458 MAKEINFO = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing makeinfo
459 MANIFEST_TOOL = :
460 MKDIR_P = /bin/mkdir -p
461 NM = /usr/bin/nm -B
462 NMEDIT = 
463 OBJDUMP = objdump
464 OBJEXT = o
465 OTOOL = 
466 OTOOL64 = 
467 PACKAGE = asn1c
468 PACKAGE_BUGREPORT = vlm@lionet.info
469 PACKAGE_NAME = asn1c
470 PACKAGE_STRING = asn1c 0.9.29
471 PACKAGE_TARNAME = asn1c
472 PACKAGE_URL = 
473 PACKAGE_VERSION = 0.9.29
474 PANDOC = 
475 PATH_SEPARATOR = :
476 RANLIB = ranlib
477 SANITIZER_CFLAGS =  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
478 SED = /bin/sed
479 SET_MAKE = 
480 SHELL = /bin/bash
481 SKELETONS_CFLAGS =   -std=c89 -Wpedantic -Wno-long-long  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
482 STRIP = strip
483 TESTSUITE_CFLAGS =  -std=gnu99 -Wno-error=unused-variable  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
484 VERSION = 0.9.29
485 YACC = bison -y
486 YFLAGS = 
487 abs_builddir = /home/nokia/mouse07410/asn1c/tests/tests-c-compiler
488 abs_srcdir = /home/nokia/mouse07410/asn1c/tests/tests-c-compiler
489 abs_top_builddir = /home/nokia/mouse07410/asn1c
490 abs_top_srcdir = /home/nokia/mouse07410/asn1c
491 ac_ct_AR = ar
492 ac_ct_CC = gcc
493 ac_ct_CXX = g++
494 ac_ct_DUMPBIN = 
495 am__include = include
496 am__leading_dot = .
497 am__quote = 
498 am__tar = $${TAR-tar} chof - "$$tardir"
499 am__untar = $${TAR-tar} xf -
500 bindir = ${exec_prefix}/bin
501 build = x86_64-pc-linux-gnu
502 build_alias = 
503 build_cpu = x86_64
504 build_os = linux-gnu
505 build_vendor = pc
506 builddir = .
507 datadir = ${datarootdir}
508 datarootdir = ${prefix}/share
509 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
510 dvidir = ${docdir}
511 exec_prefix = ${prefix}
512 host = x86_64-pc-linux-gnu
513 host_alias = 
514 host_cpu = x86_64
515 host_os = linux-gnu
516 host_vendor = pc
517 htmldir = ${docdir}
518 includedir = ${prefix}/include
519 infodir = ${datarootdir}/info
520 install_sh = ${SHELL} /home/nokia/mouse07410/asn1c/config/install-sh
521 libdir = ${exec_prefix}/lib
522 libexecdir = ${exec_prefix}/libexec
523 localedir = ${datarootdir}/locale
524 localstatedir = ${prefix}/var
525 mandir = ${datarootdir}/man
526 mkdir_p = $(MKDIR_P)
527 oldincludedir = /usr/include
528 pdfdir = ${docdir}
529 prefix = /usr/local
530 program_transform_name = s,x,x,
531 psdir = ${docdir}
532 runstatedir = ${localstatedir}/run
533 sbindir = ${exec_prefix}/sbin
534 sharedstatedir = ${prefix}/com
535 srcdir = .
536 sysconfdir = ${prefix}/etc
537 target_alias = 
538 top_build_prefix = ../../
539 top_builddir = ../..
540 top_srcdir = ../..
541 SUBDIRS = check-src
542 dist_check_SCRIPTS = check-assembly.sh
543 TESTS_ENVIRONMENT = \
544                                    CC="${CC}" \
545                                    CXX="${CXX}" \
546                                    CFLAGS="${TESTSUITE_CFLAGS} ${CFLAGS}" \
547                                    CXXFLAGS="${CXXFLAGS}" \
548                                    LDFLAGS="${LDFLAGS}" \
549                                    LIBFUZZER_CFLAGS="${LIBFUZZER_CFLAGS}" \
550                                    ASAN_ENV_FLAGS=" ASAN_OPTIONS=detect_leaks=1"       \
551                                    srcdir=${srcdir} \
552                                    abs_top_srcdir=${abs_top_srcdir} \
553                                    abs_top_builddir=${abs_top_builddir} \
554                                    ${srcdir}/check-assembly.sh
555
556 TESTS = check-src/check-03.-fwide-types.c \
557         check-src/check-119.-fwide-types.-gen-PER.c \
558         check-src/check-119.-gen-PER.c check-src/check-126.-gen-PER.c \
559         check-src/check-127.-gen-PER.c check-src/check-131.-gen-PER.c \
560         check-src/check-132.-gen-PER.c check-src/check-133.-gen-PER.c \
561         check-src/check-135.-gen-OER.c check-src/check-148.c \
562         check-src/check-19.c check-src/check-22.-fwide-types.c \
563         check-src/check-24.-fwide-types.c \
564         check-src/check-25.-fwide-types.c \
565         check-src/check-30.-fwide-types.c \
566         check-src/check-31.-fwide-types.c check-src/check-32.c \
567         check-src/check-33.c check-src/check-35.c check-src/check-39.c \
568         check-src/check-41.-fwide-types.c check-src/check-41.c \
569         check-src/check-42.c check-src/check-43.c check-src/check-44.c \
570         check-src/check-46.c check-src/check-48.c check-src/check-50.c \
571         check-src/check-59.c check-src/check-60.c check-src/check-62.c \
572         check-src/check-65.c check-src/check-70.-fwide-types.c \
573         check-src/check-70.c check-src/check-72.-fcompound-names.c \
574         check-src/check-73.c check-src/check-92.-findirect-choice.c \
575         check-src/check-92.c check-src/check-158.-fcompound-names.c \
576         $(am__append_1)
577 XFAIL_TESTS = check-src/check-158.-fcompound-names.c
578 EXTRA_DIST = \
579     data-62     \
580     data-70     \
581     data-119    \
582     data-126    \
583     check-src/check64-134.-gen-PER.c    \
584     check-src/check64-136.-gen-OER.c
585
586 all: all-recursive
587
588 .SUFFIXES:
589 .SUFFIXES: .log .test .test$(EXEEXT) .trs
590 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
591         @for dep in $?; do \
592           case '$(am__configure_deps)' in \
593             *$$dep*) \
594               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
595                 && { if test -f $@; then exit 0; else break; fi; }; \
596               exit 1;; \
597           esac; \
598         done; \
599         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/tests-c-compiler/Makefile'; \
600         $(am__cd) $(top_srcdir) && \
601           $(AUTOMAKE) --foreign tests/tests-c-compiler/Makefile
602 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
603         @case '$?' in \
604           *config.status*) \
605             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
606           *) \
607             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
608             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
609         esac;
610
611 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
612         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
613
614 $(top_srcdir)/configure:  $(am__configure_deps)
615         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
616 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
617         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
618 $(am__aclocal_m4_deps):
619
620 mostlyclean-libtool:
621         -rm -f *.lo
622
623 clean-libtool:
624         -rm -rf .libs _libs
625
626 # This directory's subdirectories are mostly independent; you can cd
627 # into them and run 'make' without going through this Makefile.
628 # To change the values of 'make' variables: instead of editing Makefiles,
629 # (1) if the variable is set in 'config.status', edit 'config.status'
630 #     (which will cause the Makefiles to be regenerated when you run 'make');
631 # (2) otherwise, pass the desired values on the 'make' command line.
632 $(am__recursive_targets):
633         @fail=; \
634         if $(am__make_keepgoing); then \
635           failcom='fail=yes'; \
636         else \
637           failcom='exit 1'; \
638         fi; \
639         dot_seen=no; \
640         target=`echo $@ | sed s/-recursive//`; \
641         case "$@" in \
642           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
643           *) list='$(SUBDIRS)' ;; \
644         esac; \
645         for subdir in $$list; do \
646           echo "Making $$target in $$subdir"; \
647           if test "$$subdir" = "."; then \
648             dot_seen=yes; \
649             local_target="$$target-am"; \
650           else \
651             local_target="$$target"; \
652           fi; \
653           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
654           || eval $$failcom; \
655         done; \
656         if test "$$dot_seen" = "no"; then \
657           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
658         fi; test -z "$$fail"
659
660 ID: $(am__tagged_files)
661         $(am__define_uniq_tagged_files); mkid -fID $$unique
662 tags: tags-recursive
663 TAGS: tags
664
665 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
666         set x; \
667         here=`pwd`; \
668         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
669           include_option=--etags-include; \
670           empty_fix=.; \
671         else \
672           include_option=--include; \
673           empty_fix=; \
674         fi; \
675         list='$(SUBDIRS)'; for subdir in $$list; do \
676           if test "$$subdir" = .; then :; else \
677             test ! -f $$subdir/TAGS || \
678               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
679           fi; \
680         done; \
681         $(am__define_uniq_tagged_files); \
682         shift; \
683         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
684           test -n "$$unique" || unique=$$empty_fix; \
685           if test $$# -gt 0; then \
686             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
687               "$$@" $$unique; \
688           else \
689             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
690               $$unique; \
691           fi; \
692         fi
693 ctags: ctags-recursive
694
695 CTAGS: ctags
696 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
697         $(am__define_uniq_tagged_files); \
698         test -z "$(CTAGS_ARGS)$$unique" \
699           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
700              $$unique
701
702 GTAGS:
703         here=`$(am__cd) $(top_builddir) && pwd` \
704           && $(am__cd) $(top_srcdir) \
705           && gtags -i $(GTAGS_ARGS) "$$here"
706 cscopelist: cscopelist-recursive
707
708 cscopelist-am: $(am__tagged_files)
709         list='$(am__tagged_files)'; \
710         case "$(srcdir)" in \
711           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
712           *) sdir=$(subdir)/$(srcdir) ;; \
713         esac; \
714         for i in $$list; do \
715           if test -f "$$i"; then \
716             echo "$(subdir)/$$i"; \
717           else \
718             echo "$$sdir/$$i"; \
719           fi; \
720         done >> $(top_builddir)/cscope.files
721
722 distclean-tags:
723         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
724
725 # Recover from deleted '.trs' file; this should ensure that
726 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
727 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
728 # to avoid problems with "make -n".
729 .log.trs:
730         rm -f $< $@
731         $(MAKE) $(AM_MAKEFLAGS) $<
732
733 # Leading 'am--fnord' is there to ensure the list of targets does not
734 # expand to empty, as could happen e.g. with make check TESTS=''.
735 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
736 am--force-recheck:
737         @:
738
739 $(TEST_SUITE_LOG): $(TEST_LOGS)
740         @$(am__set_TESTS_bases); \
741         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
742         redo_bases=`for i in $$bases; do \
743                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
744                     done`; \
745         if test -n "$$redo_bases"; then \
746           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
747           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
748           if $(am__make_dryrun); then :; else \
749             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
750           fi; \
751         fi; \
752         if test -n "$$am__remaking_logs"; then \
753           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
754                "recursion detected" >&2; \
755         elif test -n "$$redo_logs"; then \
756           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
757         fi; \
758         if $(am__make_dryrun); then :; else \
759           st=0;  \
760           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
761           for i in $$redo_bases; do \
762             test -f $$i.trs && test -r $$i.trs \
763               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
764             test -f $$i.log && test -r $$i.log \
765               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
766           done; \
767           test $$st -eq 0 || exit 1; \
768         fi
769         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
770         ws='[   ]'; \
771         results=`for b in $$bases; do echo $$b.trs; done`; \
772         test -n "$$results" || results=/dev/null; \
773         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
774         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
775         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
776         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
777         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
778         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
779         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
780         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
781           success=true; \
782         else \
783           success=false; \
784         fi; \
785         br='==================='; br=$$br$$br$$br$$br; \
786         result_count () \
787         { \
788             if test x"$$1" = x"--maybe-color"; then \
789               maybe_colorize=yes; \
790             elif test x"$$1" = x"--no-color"; then \
791               maybe_colorize=no; \
792             else \
793               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
794             fi; \
795             shift; \
796             desc=$$1 count=$$2; \
797             if test $$maybe_colorize = yes && test $$count -gt 0; then \
798               color_start=$$3 color_end=$$std; \
799             else \
800               color_start= color_end=; \
801             fi; \
802             echo "$${color_start}# $$desc $$count$${color_end}"; \
803         }; \
804         create_testsuite_report () \
805         { \
806           result_count $$1 "TOTAL:" $$all   "$$brg"; \
807           result_count $$1 "PASS: " $$pass  "$$grn"; \
808           result_count $$1 "SKIP: " $$skip  "$$blu"; \
809           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
810           result_count $$1 "FAIL: " $$fail  "$$red"; \
811           result_count $$1 "XPASS:" $$xpass "$$red"; \
812           result_count $$1 "ERROR:" $$error "$$mgn"; \
813         }; \
814         {                                                               \
815           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
816             $(am__rst_title);                                           \
817           create_testsuite_report --no-color;                           \
818           echo;                                                         \
819           echo ".. contents:: :depth: 2";                               \
820           echo;                                                         \
821           for b in $$bases; do echo $$b; done                           \
822             | $(am__create_global_log);                                 \
823         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
824         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
825         if $$success; then                                              \
826           col="$$grn";                                                  \
827          else                                                           \
828           col="$$red";                                                  \
829           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
830         fi;                                                             \
831         echo "$${col}$$br$${std}";                                      \
832         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
833         echo "$${col}$$br$${std}";                                      \
834         create_testsuite_report --maybe-color;                          \
835         echo "$$col$$br$$std";                                          \
836         if $$success; then :; else                                      \
837           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
838           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
839             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
840           fi;                                                           \
841           echo "$$col$$br$$std";                                        \
842         fi;                                                             \
843         $$success || exit 1
844
845 check-TESTS:
846         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
847         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
848         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
849         @set +e; $(am__set_TESTS_bases); \
850         log_list=`for i in $$bases; do echo $$i.log; done`; \
851         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
852         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
853         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
854         exit $$?;
855 recheck: all $(dist_check_SCRIPTS)
856         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
857         @set +e; $(am__set_TESTS_bases); \
858         bases=`for i in $$bases; do echo $$i; done \
859                  | $(am__list_recheck_tests)` || exit 1; \
860         log_list=`for i in $$bases; do echo $$i.log; done`; \
861         log_list=`echo $$log_list`; \
862         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
863                 am__force_recheck=am--force-recheck \
864                 TEST_LOGS="$$log_list"; \
865         exit $$?
866 check-src/check-03.-fwide-types.c.log: check-src/check-03.-fwide-types.c
867         @p='check-src/check-03.-fwide-types.c'; \
868         b='check-src/check-03.-fwide-types.c'; \
869         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
870         --log-file $$b.log --trs-file $$b.trs \
871         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
872         "$$tst" $(AM_TESTS_FD_REDIRECT)
873 check-src/check-119.-fwide-types.-gen-PER.c.log: check-src/check-119.-fwide-types.-gen-PER.c
874         @p='check-src/check-119.-fwide-types.-gen-PER.c'; \
875         b='check-src/check-119.-fwide-types.-gen-PER.c'; \
876         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
877         --log-file $$b.log --trs-file $$b.trs \
878         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
879         "$$tst" $(AM_TESTS_FD_REDIRECT)
880 check-src/check-119.-gen-PER.c.log: check-src/check-119.-gen-PER.c
881         @p='check-src/check-119.-gen-PER.c'; \
882         b='check-src/check-119.-gen-PER.c'; \
883         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
884         --log-file $$b.log --trs-file $$b.trs \
885         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
886         "$$tst" $(AM_TESTS_FD_REDIRECT)
887 check-src/check-126.-gen-PER.c.log: check-src/check-126.-gen-PER.c
888         @p='check-src/check-126.-gen-PER.c'; \
889         b='check-src/check-126.-gen-PER.c'; \
890         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
891         --log-file $$b.log --trs-file $$b.trs \
892         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
893         "$$tst" $(AM_TESTS_FD_REDIRECT)
894 check-src/check-127.-gen-PER.c.log: check-src/check-127.-gen-PER.c
895         @p='check-src/check-127.-gen-PER.c'; \
896         b='check-src/check-127.-gen-PER.c'; \
897         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
898         --log-file $$b.log --trs-file $$b.trs \
899         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
900         "$$tst" $(AM_TESTS_FD_REDIRECT)
901 check-src/check-131.-gen-PER.c.log: check-src/check-131.-gen-PER.c
902         @p='check-src/check-131.-gen-PER.c'; \
903         b='check-src/check-131.-gen-PER.c'; \
904         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
905         --log-file $$b.log --trs-file $$b.trs \
906         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
907         "$$tst" $(AM_TESTS_FD_REDIRECT)
908 check-src/check-132.-gen-PER.c.log: check-src/check-132.-gen-PER.c
909         @p='check-src/check-132.-gen-PER.c'; \
910         b='check-src/check-132.-gen-PER.c'; \
911         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
912         --log-file $$b.log --trs-file $$b.trs \
913         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
914         "$$tst" $(AM_TESTS_FD_REDIRECT)
915 check-src/check-133.-gen-PER.c.log: check-src/check-133.-gen-PER.c
916         @p='check-src/check-133.-gen-PER.c'; \
917         b='check-src/check-133.-gen-PER.c'; \
918         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
919         --log-file $$b.log --trs-file $$b.trs \
920         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
921         "$$tst" $(AM_TESTS_FD_REDIRECT)
922 check-src/check-135.-gen-OER.c.log: check-src/check-135.-gen-OER.c
923         @p='check-src/check-135.-gen-OER.c'; \
924         b='check-src/check-135.-gen-OER.c'; \
925         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
926         --log-file $$b.log --trs-file $$b.trs \
927         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
928         "$$tst" $(AM_TESTS_FD_REDIRECT)
929 check-src/check-148.c.log: check-src/check-148.c
930         @p='check-src/check-148.c'; \
931         b='check-src/check-148.c'; \
932         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
933         --log-file $$b.log --trs-file $$b.trs \
934         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
935         "$$tst" $(AM_TESTS_FD_REDIRECT)
936 check-src/check-19.c.log: check-src/check-19.c
937         @p='check-src/check-19.c'; \
938         b='check-src/check-19.c'; \
939         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
940         --log-file $$b.log --trs-file $$b.trs \
941         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
942         "$$tst" $(AM_TESTS_FD_REDIRECT)
943 check-src/check-22.-fwide-types.c.log: check-src/check-22.-fwide-types.c
944         @p='check-src/check-22.-fwide-types.c'; \
945         b='check-src/check-22.-fwide-types.c'; \
946         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
947         --log-file $$b.log --trs-file $$b.trs \
948         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
949         "$$tst" $(AM_TESTS_FD_REDIRECT)
950 check-src/check-24.-fwide-types.c.log: check-src/check-24.-fwide-types.c
951         @p='check-src/check-24.-fwide-types.c'; \
952         b='check-src/check-24.-fwide-types.c'; \
953         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
954         --log-file $$b.log --trs-file $$b.trs \
955         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
956         "$$tst" $(AM_TESTS_FD_REDIRECT)
957 check-src/check-25.-fwide-types.c.log: check-src/check-25.-fwide-types.c
958         @p='check-src/check-25.-fwide-types.c'; \
959         b='check-src/check-25.-fwide-types.c'; \
960         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
961         --log-file $$b.log --trs-file $$b.trs \
962         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
963         "$$tst" $(AM_TESTS_FD_REDIRECT)
964 check-src/check-30.-fwide-types.c.log: check-src/check-30.-fwide-types.c
965         @p='check-src/check-30.-fwide-types.c'; \
966         b='check-src/check-30.-fwide-types.c'; \
967         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
968         --log-file $$b.log --trs-file $$b.trs \
969         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
970         "$$tst" $(AM_TESTS_FD_REDIRECT)
971 check-src/check-31.-fwide-types.c.log: check-src/check-31.-fwide-types.c
972         @p='check-src/check-31.-fwide-types.c'; \
973         b='check-src/check-31.-fwide-types.c'; \
974         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
975         --log-file $$b.log --trs-file $$b.trs \
976         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
977         "$$tst" $(AM_TESTS_FD_REDIRECT)
978 check-src/check-32.c.log: check-src/check-32.c
979         @p='check-src/check-32.c'; \
980         b='check-src/check-32.c'; \
981         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
982         --log-file $$b.log --trs-file $$b.trs \
983         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
984         "$$tst" $(AM_TESTS_FD_REDIRECT)
985 check-src/check-33.c.log: check-src/check-33.c
986         @p='check-src/check-33.c'; \
987         b='check-src/check-33.c'; \
988         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
989         --log-file $$b.log --trs-file $$b.trs \
990         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
991         "$$tst" $(AM_TESTS_FD_REDIRECT)
992 check-src/check-35.c.log: check-src/check-35.c
993         @p='check-src/check-35.c'; \
994         b='check-src/check-35.c'; \
995         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
996         --log-file $$b.log --trs-file $$b.trs \
997         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
998         "$$tst" $(AM_TESTS_FD_REDIRECT)
999 check-src/check-39.c.log: check-src/check-39.c
1000         @p='check-src/check-39.c'; \
1001         b='check-src/check-39.c'; \
1002         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1003         --log-file $$b.log --trs-file $$b.trs \
1004         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1005         "$$tst" $(AM_TESTS_FD_REDIRECT)
1006 check-src/check-41.-fwide-types.c.log: check-src/check-41.-fwide-types.c
1007         @p='check-src/check-41.-fwide-types.c'; \
1008         b='check-src/check-41.-fwide-types.c'; \
1009         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1010         --log-file $$b.log --trs-file $$b.trs \
1011         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1012         "$$tst" $(AM_TESTS_FD_REDIRECT)
1013 check-src/check-41.c.log: check-src/check-41.c
1014         @p='check-src/check-41.c'; \
1015         b='check-src/check-41.c'; \
1016         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1017         --log-file $$b.log --trs-file $$b.trs \
1018         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1019         "$$tst" $(AM_TESTS_FD_REDIRECT)
1020 check-src/check-42.c.log: check-src/check-42.c
1021         @p='check-src/check-42.c'; \
1022         b='check-src/check-42.c'; \
1023         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1024         --log-file $$b.log --trs-file $$b.trs \
1025         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1026         "$$tst" $(AM_TESTS_FD_REDIRECT)
1027 check-src/check-43.c.log: check-src/check-43.c
1028         @p='check-src/check-43.c'; \
1029         b='check-src/check-43.c'; \
1030         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1031         --log-file $$b.log --trs-file $$b.trs \
1032         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1033         "$$tst" $(AM_TESTS_FD_REDIRECT)
1034 check-src/check-44.c.log: check-src/check-44.c
1035         @p='check-src/check-44.c'; \
1036         b='check-src/check-44.c'; \
1037         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1038         --log-file $$b.log --trs-file $$b.trs \
1039         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1040         "$$tst" $(AM_TESTS_FD_REDIRECT)
1041 check-src/check-46.c.log: check-src/check-46.c
1042         @p='check-src/check-46.c'; \
1043         b='check-src/check-46.c'; \
1044         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1045         --log-file $$b.log --trs-file $$b.trs \
1046         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1047         "$$tst" $(AM_TESTS_FD_REDIRECT)
1048 check-src/check-48.c.log: check-src/check-48.c
1049         @p='check-src/check-48.c'; \
1050         b='check-src/check-48.c'; \
1051         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1052         --log-file $$b.log --trs-file $$b.trs \
1053         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1054         "$$tst" $(AM_TESTS_FD_REDIRECT)
1055 check-src/check-50.c.log: check-src/check-50.c
1056         @p='check-src/check-50.c'; \
1057         b='check-src/check-50.c'; \
1058         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1059         --log-file $$b.log --trs-file $$b.trs \
1060         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1061         "$$tst" $(AM_TESTS_FD_REDIRECT)
1062 check-src/check-59.c.log: check-src/check-59.c
1063         @p='check-src/check-59.c'; \
1064         b='check-src/check-59.c'; \
1065         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1066         --log-file $$b.log --trs-file $$b.trs \
1067         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1068         "$$tst" $(AM_TESTS_FD_REDIRECT)
1069 check-src/check-60.c.log: check-src/check-60.c
1070         @p='check-src/check-60.c'; \
1071         b='check-src/check-60.c'; \
1072         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1073         --log-file $$b.log --trs-file $$b.trs \
1074         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1075         "$$tst" $(AM_TESTS_FD_REDIRECT)
1076 check-src/check-62.c.log: check-src/check-62.c
1077         @p='check-src/check-62.c'; \
1078         b='check-src/check-62.c'; \
1079         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1080         --log-file $$b.log --trs-file $$b.trs \
1081         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1082         "$$tst" $(AM_TESTS_FD_REDIRECT)
1083 check-src/check-65.c.log: check-src/check-65.c
1084         @p='check-src/check-65.c'; \
1085         b='check-src/check-65.c'; \
1086         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1087         --log-file $$b.log --trs-file $$b.trs \
1088         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1089         "$$tst" $(AM_TESTS_FD_REDIRECT)
1090 check-src/check-70.-fwide-types.c.log: check-src/check-70.-fwide-types.c
1091         @p='check-src/check-70.-fwide-types.c'; \
1092         b='check-src/check-70.-fwide-types.c'; \
1093         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1094         --log-file $$b.log --trs-file $$b.trs \
1095         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1096         "$$tst" $(AM_TESTS_FD_REDIRECT)
1097 check-src/check-70.c.log: check-src/check-70.c
1098         @p='check-src/check-70.c'; \
1099         b='check-src/check-70.c'; \
1100         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1101         --log-file $$b.log --trs-file $$b.trs \
1102         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1103         "$$tst" $(AM_TESTS_FD_REDIRECT)
1104 check-src/check-72.-fcompound-names.c.log: check-src/check-72.-fcompound-names.c
1105         @p='check-src/check-72.-fcompound-names.c'; \
1106         b='check-src/check-72.-fcompound-names.c'; \
1107         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1108         --log-file $$b.log --trs-file $$b.trs \
1109         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1110         "$$tst" $(AM_TESTS_FD_REDIRECT)
1111 check-src/check-73.c.log: check-src/check-73.c
1112         @p='check-src/check-73.c'; \
1113         b='check-src/check-73.c'; \
1114         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1115         --log-file $$b.log --trs-file $$b.trs \
1116         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1117         "$$tst" $(AM_TESTS_FD_REDIRECT)
1118 check-src/check-92.-findirect-choice.c.log: check-src/check-92.-findirect-choice.c
1119         @p='check-src/check-92.-findirect-choice.c'; \
1120         b='check-src/check-92.-findirect-choice.c'; \
1121         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1122         --log-file $$b.log --trs-file $$b.trs \
1123         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1124         "$$tst" $(AM_TESTS_FD_REDIRECT)
1125 check-src/check-92.c.log: check-src/check-92.c
1126         @p='check-src/check-92.c'; \
1127         b='check-src/check-92.c'; \
1128         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1129         --log-file $$b.log --trs-file $$b.trs \
1130         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1131         "$$tst" $(AM_TESTS_FD_REDIRECT)
1132 check-src/check-158.-fcompound-names.c.log: check-src/check-158.-fcompound-names.c
1133         @p='check-src/check-158.-fcompound-names.c'; \
1134         b='check-src/check-158.-fcompound-names.c'; \
1135         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1136         --log-file $$b.log --trs-file $$b.trs \
1137         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1138         "$$tst" $(AM_TESTS_FD_REDIRECT)
1139 check-src/check64-134.-gen-PER.c.log: check-src/check64-134.-gen-PER.c
1140         @p='check-src/check64-134.-gen-PER.c'; \
1141         b='check-src/check64-134.-gen-PER.c'; \
1142         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1143         --log-file $$b.log --trs-file $$b.trs \
1144         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1145         "$$tst" $(AM_TESTS_FD_REDIRECT)
1146 check-src/check64-136.-gen-OER.c.log: check-src/check64-136.-gen-OER.c
1147         @p='check-src/check64-136.-gen-OER.c'; \
1148         b='check-src/check64-136.-gen-OER.c'; \
1149         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1150         --log-file $$b.log --trs-file $$b.trs \
1151         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1152         "$$tst" $(AM_TESTS_FD_REDIRECT)
1153 .test.log:
1154         @p='$<'; \
1155         $(am__set_b); \
1156         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1157         --log-file $$b.log --trs-file $$b.trs \
1158         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1159         "$$tst" $(AM_TESTS_FD_REDIRECT)
1160 #.test$(EXEEXT).log:
1161 #       @p='$<'; \
1162 #       $(am__set_b); \
1163 #       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1164 #       --log-file $$b.log --trs-file $$b.trs \
1165 #       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1166 #       "$$tst" $(AM_TESTS_FD_REDIRECT)
1167
1168 distdir: $(DISTFILES)
1169         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1170         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1171         list='$(DISTFILES)'; \
1172           dist_files=`for file in $$list; do echo $$file; done | \
1173           sed -e "s|^$$srcdirstrip/||;t" \
1174               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1175         case $$dist_files in \
1176           */*) $(MKDIR_P) `echo "$$dist_files" | \
1177                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1178                            sort -u` ;; \
1179         esac; \
1180         for file in $$dist_files; do \
1181           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1182           if test -d $$d/$$file; then \
1183             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1184             if test -d "$(distdir)/$$file"; then \
1185               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1186             fi; \
1187             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1188               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1189               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1190             fi; \
1191             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1192           else \
1193             test -f "$(distdir)/$$file" \
1194             || cp -p $$d/$$file "$(distdir)/$$file" \
1195             || exit 1; \
1196           fi; \
1197         done
1198         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1199           if test "$$subdir" = .; then :; else \
1200             $(am__make_dryrun) \
1201               || test -d "$(distdir)/$$subdir" \
1202               || $(MKDIR_P) "$(distdir)/$$subdir" \
1203               || exit 1; \
1204             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1205             $(am__relativize); \
1206             new_distdir=$$reldir; \
1207             dir1=$$subdir; dir2="$(top_distdir)"; \
1208             $(am__relativize); \
1209             new_top_distdir=$$reldir; \
1210             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1211             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1212             ($(am__cd) $$subdir && \
1213               $(MAKE) $(AM_MAKEFLAGS) \
1214                 top_distdir="$$new_top_distdir" \
1215                 distdir="$$new_distdir" \
1216                 am__remove_distdir=: \
1217                 am__skip_length_check=: \
1218                 am__skip_mode_fix=: \
1219                 distdir) \
1220               || exit 1; \
1221           fi; \
1222         done
1223 check-am: all-am
1224         $(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS)
1225         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1226 check: check-recursive
1227 all-am: Makefile
1228 installdirs: installdirs-recursive
1229 installdirs-am:
1230 install: install-recursive
1231 install-exec: install-exec-recursive
1232 install-data: install-data-recursive
1233 uninstall: uninstall-recursive
1234
1235 install-am: all-am
1236         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1237
1238 installcheck: installcheck-recursive
1239 install-strip:
1240         if test -z '$(STRIP)'; then \
1241           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1242             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1243               install; \
1244         else \
1245           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1246             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1247             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1248         fi
1249 mostlyclean-generic:
1250         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1251         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1252         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1253
1254 clean-generic:
1255
1256 distclean-generic:
1257         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1258         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1259
1260 maintainer-clean-generic:
1261         @echo "This command is intended for maintainers to use"
1262         @echo "it deletes files that may require special tools to rebuild."
1263 clean: clean-recursive
1264
1265 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1266
1267 distclean: distclean-recursive
1268         -rm -f Makefile
1269 distclean-am: clean-am distclean-generic distclean-tags
1270
1271 dvi: dvi-recursive
1272
1273 dvi-am:
1274
1275 html: html-recursive
1276
1277 html-am:
1278
1279 info: info-recursive
1280
1281 info-am:
1282
1283 install-data-am:
1284
1285 install-dvi: install-dvi-recursive
1286
1287 install-dvi-am:
1288
1289 install-exec-am:
1290
1291 install-html: install-html-recursive
1292
1293 install-html-am:
1294
1295 install-info: install-info-recursive
1296
1297 install-info-am:
1298
1299 install-man:
1300
1301 install-pdf: install-pdf-recursive
1302
1303 install-pdf-am:
1304
1305 install-ps: install-ps-recursive
1306
1307 install-ps-am:
1308
1309 installcheck-am:
1310
1311 maintainer-clean: maintainer-clean-recursive
1312         -rm -f Makefile
1313 maintainer-clean-am: distclean-am maintainer-clean-generic
1314
1315 mostlyclean: mostlyclean-recursive
1316
1317 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1318
1319 pdf: pdf-recursive
1320
1321 pdf-am:
1322
1323 ps: ps-recursive
1324
1325 ps-am:
1326
1327 uninstall-am:
1328
1329 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1330
1331 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1332         check-TESTS check-am clean clean-generic clean-libtool \
1333         clean-local cscopelist-am ctags ctags-am distclean \
1334         distclean-generic distclean-libtool distclean-tags distdir dvi \
1335         dvi-am html html-am info info-am install install-am \
1336         install-data install-data-am install-dvi install-dvi-am \
1337         install-exec install-exec-am install-html install-html-am \
1338         install-info install-info-am install-man install-pdf \
1339         install-pdf-am install-ps install-ps-am install-strip \
1340         installcheck installcheck-am installdirs installdirs-am \
1341         maintainer-clean maintainer-clean-generic mostlyclean \
1342         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1343         recheck tags tags-am uninstall uninstall-am
1344
1345 .PRECIOUS: Makefile
1346
1347
1348 # Code coverage
1349 #
1350 # Optional:
1351 #  - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
1352 #    Multiple directories may be specified, separated by whitespace.
1353 #    (Default: $(top_builddir))
1354 #  - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
1355 #    by lcov for code coverage. (Default:
1356 #    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
1357 #  - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
1358 #    reports to be created. (Default:
1359 #    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
1360 #  - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
1361 #    set to 0 to disable it and leave empty to stay with the default.
1362 #    (Default: empty)
1363 #  - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
1364 #    instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
1365 #  - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
1366 #    instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
1367 #  - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
1368 #  - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the
1369 #    collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
1370 #  - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
1371 #    instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
1372 #  - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering
1373 #    lcov instance. (Default: empty)
1374 #  - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
1375 #    instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
1376 #  - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the
1377 #    genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
1378 #  - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
1379 #    instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
1380 #  - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
1381 #
1382 # The generated report will be titled using the $(PACKAGE_NAME) and
1383 # $(PACKAGE_VERSION). In order to add the current git hash to the title,
1384 # use the git-version-gen script, available online.
1385
1386 # Optional variables
1387 CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
1388 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
1389 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
1390 CODE_COVERAGE_BRANCH_COVERAGE ?=
1391 CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
1392 --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
1393 CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
1394 CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
1395 CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
1396 CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
1397 CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=
1398 CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
1399 CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\
1400 $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
1401 --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
1402 CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
1403 CODE_COVERAGE_IGNORE_PATTERN ?=
1404
1405 code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
1406 code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
1407 code_coverage_v_lcov_cap_0 = @echo "  LCOV   --capture"\
1408  $(CODE_COVERAGE_OUTPUT_FILE);
1409 code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))
1410 code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))
1411 code_coverage_v_lcov_ign_0 = @echo "  LCOV   --remove /tmp/*"\
1412  $(CODE_COVERAGE_IGNORE_PATTERN);
1413 code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))
1414 code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))
1415 code_coverage_v_genhtml_0 = @echo "  GEN   " $(CODE_COVERAGE_OUTPUT_DIRECTORY);
1416 code_coverage_quiet = $(code_coverage_quiet_$(V))
1417 code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
1418 code_coverage_quiet_0 = --quiet
1419
1420 # sanitizes the test-name: replaces with underscores: dashes and dots
1421 code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))
1422
1423 # Use recursive makes in order to ignore errors during check
1424 check-code-coverage:
1425         @echo "Need to reconfigure with --enable-code-coverage"
1426
1427
1428 # Capture code coverage data
1429 code-coverage-capture: code-coverage-capture-hook
1430         @echo "Need to reconfigure with --enable-code-coverage"
1431
1432
1433 # Hook rule executed before code-coverage-capture, overridable by the user
1434 code-coverage-capture-hook:
1435
1436
1437
1438 GITIGNOREFILES ?=
1439 GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
1440
1441 AM_DISTCHECK_CONFIGURE_FLAGS ?=
1442 AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
1443
1444 .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
1445
1446
1447 clean-local:
1448         rm -rf test-*
1449
1450 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1451 # Otherwise a system limit (for SysV at least) may be exceeded.
1452 .NOEXPORT: