8ad520eca6abcbaab23c3976bef1095e3e6aa1a9
[com/asn1c.git] / Makefile
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # 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
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/asn1c
74 pkgincludedir = $(includedir)/asn1c
75 pkglibdir = $(libdir)/asn1c
76 pkglibexecdir = $(libexecdir)/asn1c
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = x86_64-pc-linux-gnu
90 host_triplet = x86_64-pc-linux-gnu
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps =  \
94         $(top_srcdir)/m4/ax_check_compile_and_link_flag.m4 \
95         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
96         $(top_srcdir)/m4/ax_code_coverage.m4 \
97         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
103         $(am__configure_deps) $(am__DIST_COMMON)
104 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105  configure.lineno config.status.lineno
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = config.h
108 CONFIG_CLEAN_FILES =
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_$(V))
111 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_$(V))
115 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
116 am__v_GEN_0 = @echo "  GEN     " $@;
117 am__v_GEN_1 = 
118 AM_V_at = $(am__v_at_$(V))
119 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
120 am__v_at_0 = @
121 am__v_at_1 = 
122 SOURCES =
123 DIST_SOURCES =
124 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
125         ctags-recursive dvi-recursive html-recursive info-recursive \
126         install-data-recursive install-dvi-recursive \
127         install-exec-recursive install-html-recursive \
128         install-info-recursive install-pdf-recursive \
129         install-ps-recursive install-recursive installcheck-recursive \
130         installdirs-recursive pdf-recursive ps-recursive \
131         tags-recursive uninstall-recursive
132 am__can_run_installinfo = \
133   case $$AM_UPDATE_INFO_DIR in \
134     n|no|NO) false;; \
135     *) (install-info --version) >/dev/null 2>&1;; \
136   esac
137 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138 am__vpath_adj = case $$p in \
139     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140     *) f=$$p;; \
141   esac;
142 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143 am__install_max = 40
144 am__nobase_strip_setup = \
145   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146 am__nobase_strip = \
147   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148 am__nobase_list = $(am__nobase_strip_setup); \
149   for p in $$list; do echo "$$p $$p"; done | \
150   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152     if (++n[$$2] == $(am__install_max)) \
153       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154     END { for (dir in files) print dir, files[dir] }'
155 am__base_list = \
156   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158 am__uninstall_files_from_dir = { \
159   test -z "$$files" \
160     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162          $(am__cd) "$$dir" && rm -f $$files; }; \
163   }
164 am__installdirs = "$(DESTDIR)$(docsdir)"
165 DATA = $(docs_DATA)
166 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167   distclean-recursive maintainer-clean-recursive
168 am__recursive_targets = \
169   $(RECURSIVE_TARGETS) \
170   $(RECURSIVE_CLEAN_TARGETS) \
171   $(am__extra_recursive_targets)
172 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173         cscope distdir dist dist-all distcheck
174 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
175         $(LISP)config.h.in
176 # Read a list of newline-separated strings from the standard input,
177 # and print each of them once, without duplicates.  Input order is
178 # *not* preserved.
179 am__uniquify_input = $(AWK) '\
180   BEGIN { nonempty = 0; } \
181   { items[$$0] = 1; nonempty = 1; } \
182   END { if (nonempty) { for (i in items) print i; }; } \
183 '
184 # Make sure the list of sources is unique.  This is necessary because,
185 # e.g., the same source file might be shared among _SOURCES variables
186 # for different programs/libraries.
187 am__define_uniq_tagged_files = \
188   list='$(am__tagged_files)'; \
189   unique=`for i in $$list; do \
190     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191   done | $(am__uniquify_input)`
192 ETAGS = etags
193 CTAGS = ctags
194 CSCOPE = cscope
195 DIST_SUBDIRS = $(SUBDIRS)
196 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
197         $(top_srcdir)/config/ar-lib $(top_srcdir)/config/compile \
198         $(top_srcdir)/config/config.guess \
199         $(top_srcdir)/config/config.sub \
200         $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
201         $(top_srcdir)/config/missing AUTHORS ChangeLog config/ar-lib \
202         config/compile config/config.guess config/config.sub \
203         config/install-sh config/ltmain.sh config/missing
204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205 distdir = $(PACKAGE)-$(VERSION)
206 top_distdir = $(distdir)
207 am__remove_distdir = \
208   if test -d "$(distdir)"; then \
209     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
210       && rm -rf "$(distdir)" \
211       || { sleep 5 && rm -rf "$(distdir)"; }; \
212   else :; fi
213 am__post_remove_distdir = $(am__remove_distdir)
214 am__relativize = \
215   dir0=`pwd`; \
216   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
217   sed_rest='s,^[^/]*/*,,'; \
218   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
219   sed_butlast='s,/*[^/]*$$,,'; \
220   while test -n "$$dir1"; do \
221     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
222     if test "$$first" != "."; then \
223       if test "$$first" = ".."; then \
224         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
225         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
226       else \
227         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
228         if test "$$first2" = "$$first"; then \
229           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
230         else \
231           dir2="../$$dir2"; \
232         fi; \
233         dir0="$$dir0"/"$$first"; \
234       fi; \
235     fi; \
236     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
237   done; \
238   reldir="$$dir2"
239 DIST_ARCHIVES = $(distdir).tar.gz
240 GZIP_ENV = --best
241 DIST_TARGETS = dist-gzip
242 distuninstallcheck_listfiles = find . -type f -print
243 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
244   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
245 distcleancheck_listfiles = find . -type f -print
246 ACLOCAL = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing aclocal-1.15
247 ADD_CFLAGS = 
248 AMTAR = $${TAR-tar}
249 AM_DEFAULT_VERBOSITY = 0
250 AR = ar
251 ASAN_ENV_FLAGS =  ASAN_OPTIONS=detect_leaks=1
252 AUTOCONF = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoconf
253 AUTOHEADER = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoheader
254 AUTOMAKE = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing automake-1.15
255 AWK = gawk
256 CC = gcc
257 CCDEPMODE = depmode=gcc3
258 CFLAGS = -g -O2 -Wall -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-error=attributes -Wno-error=cast-align -std=gnu99
259 CFLAGS_M32 = 
260 CODE_COVERAGE_CFLAGS = 
261 CODE_COVERAGE_CPPFLAGS = 
262 CODE_COVERAGE_CXXFLAGS = 
263 CODE_COVERAGE_ENABLED = no
264 CODE_COVERAGE_LDFLAGS = 
265 CODE_COVERAGE_LIBS = 
266 CPP = gcc -E
267 CPPFLAGS = 
268 CXX = g++
269 CXXCPP = g++ -E
270 CXXDEPMODE = depmode=gcc3
271 CXXFLAGS = -std=c++11
272 CYGPATH_W = echo
273 DEFS = -DHAVE_CONFIG_H
274 DEPDIR = .deps
275 DLLTOOL = false
276 DSYMUTIL = 
277 DUMPBIN = 
278 ECHO_C = 
279 ECHO_N = -n
280 ECHO_T = 
281 EGREP = /bin/grep -E
282 EXEEXT = 
283 FGREP = /bin/grep -F
284 GCOV = 
285 GENHTML = 
286 GREP = /bin/grep
287 INSTALL = /usr/bin/install -c
288 INSTALL_DATA = ${INSTALL} -m 644
289 INSTALL_PROGRAM = ${INSTALL}
290 INSTALL_SCRIPT = ${INSTALL}
291 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
292 LCOV = 
293 LD = /usr/bin/ld -m elf_x86_64
294 LDFLAGS = 
295 LEX = flex
296 LEXLIB = -lfl
297 LEX_OUTPUT_ROOT = lex.yy
298 LIBFUZZER_CFLAGS = 
299 LIBOBJS = 
300 LIBS = 
301 LIBTOOL = $(SHELL) $(top_builddir)/libtool
302 LIPO = 
303 LN_S = ln -s
304 LTLIBOBJS = 
305 LT_SYS_LIBRARY_PATH = 
306 MAKEINFO = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing makeinfo
307 MANIFEST_TOOL = :
308 MKDIR_P = /bin/mkdir -p
309 NM = /usr/bin/nm -B
310 NMEDIT = 
311 OBJDUMP = objdump
312 OBJEXT = o
313 OTOOL = 
314 OTOOL64 = 
315 PACKAGE = asn1c
316 PACKAGE_BUGREPORT = vlm@lionet.info
317 PACKAGE_NAME = asn1c
318 PACKAGE_STRING = asn1c 0.9.29
319 PACKAGE_TARNAME = asn1c
320 PACKAGE_URL = 
321 PACKAGE_VERSION = 0.9.29
322 PANDOC = 
323 PATH_SEPARATOR = :
324 RANLIB = ranlib
325 SANITIZER_CFLAGS =  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
326 SED = /bin/sed
327 SET_MAKE = 
328 SHELL = /bin/bash
329 SKELETONS_CFLAGS =   -std=c89 -Wpedantic -Wno-long-long  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
330 STRIP = strip
331 TESTSUITE_CFLAGS =  -std=gnu99 -Wno-error=unused-variable  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
332 VERSION = 0.9.29
333 YACC = bison -y
334 YFLAGS = 
335 abs_builddir = /home/nokia/mouse07410/asn1c
336 abs_srcdir = /home/nokia/mouse07410/asn1c
337 abs_top_builddir = /home/nokia/mouse07410/asn1c
338 abs_top_srcdir = /home/nokia/mouse07410/asn1c
339 ac_ct_AR = ar
340 ac_ct_CC = gcc
341 ac_ct_CXX = g++
342 ac_ct_DUMPBIN = 
343 am__include = include
344 am__leading_dot = .
345 am__quote = 
346 am__tar = $${TAR-tar} chof - "$$tardir"
347 am__untar = $${TAR-tar} xf -
348 bindir = ${exec_prefix}/bin
349 build = x86_64-pc-linux-gnu
350 build_alias = 
351 build_cpu = x86_64
352 build_os = linux-gnu
353 build_vendor = pc
354 builddir = .
355 datadir = ${datarootdir}
356 datarootdir = ${prefix}/share
357 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
358 dvidir = ${docdir}
359 exec_prefix = ${prefix}
360 host = x86_64-pc-linux-gnu
361 host_alias = 
362 host_cpu = x86_64
363 host_os = linux-gnu
364 host_vendor = pc
365 htmldir = ${docdir}
366 includedir = ${prefix}/include
367 infodir = ${datarootdir}/info
368 install_sh = ${SHELL} /home/nokia/mouse07410/asn1c/config/install-sh
369 libdir = ${exec_prefix}/lib
370 libexecdir = ${exec_prefix}/libexec
371 localedir = ${datarootdir}/locale
372 localstatedir = ${prefix}/var
373 mandir = ${datarootdir}/man
374 mkdir_p = $(MKDIR_P)
375 oldincludedir = /usr/include
376 pdfdir = ${docdir}
377 prefix = /usr/local
378 program_transform_name = s,x,x,
379 psdir = ${docdir}
380 runstatedir = ${localstatedir}/run
381 sbindir = ${exec_prefix}/sbin
382 sharedstatedir = ${prefix}/com
383 srcdir = .
384 sysconfdir = ${prefix}/etc
385 target_alias = 
386 top_build_prefix = 
387 top_builddir = .
388 top_srcdir = .
389 ACLOCAL_AMFLAGS = -I m4
390 CODE_COVERAGE_IGNORE_PATTERN = "tests/*" "lex.yy.c" "y.tab.c" "asn1p_l.l" "asn1p_y.y"
391 SUBDIRS = \
392     libasn1common libasn1parser \
393     libasn1fix libasn1print     \
394     libasn1compiler             \
395     asn1c skeletons tests       \
396     examples doc
397
398 docsdir = $(datadir)/doc/asn1c
399 docs_DATA = README.md INSTALL.md REQUIREMENTS.md FAQ ChangeLog BUGS
400 EXTRA_DIST = README.md INSTALL.md REQUIREMENTS.md FAQ LICENSE BUGS
401 all: config.h
402         $(MAKE) $(AM_MAKEFLAGS) all-recursive
403
404 .SUFFIXES:
405 am--refresh: Makefile
406         @:
407 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
408         @for dep in $?; do \
409           case '$(am__configure_deps)' in \
410             *$$dep*) \
411               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
412               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
413                 && exit 0; \
414               exit 1;; \
415           esac; \
416         done; \
417         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
418         $(am__cd) $(top_srcdir) && \
419           $(AUTOMAKE) --foreign Makefile
420 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
421         @case '$?' in \
422           *config.status*) \
423             echo ' $(SHELL) ./config.status'; \
424             $(SHELL) ./config.status;; \
425           *) \
426             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
427             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
428         esac;
429
430 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
431         $(SHELL) ./config.status --recheck
432
433 $(top_srcdir)/configure:  $(am__configure_deps)
434         $(am__cd) $(srcdir) && $(AUTOCONF)
435 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
436         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
437 $(am__aclocal_m4_deps):
438
439 config.h: stamp-h1
440         @test -f $@ || rm -f stamp-h1
441         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
442
443 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
444         @rm -f stamp-h1
445         cd $(top_builddir) && $(SHELL) ./config.status config.h
446 $(srcdir)/config.h.in:  $(am__configure_deps) 
447         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
448         rm -f stamp-h1
449         touch $@
450
451 distclean-hdr:
452         -rm -f config.h stamp-h1
453
454 mostlyclean-libtool:
455         -rm -f *.lo
456
457 clean-libtool:
458         -rm -rf .libs _libs
459
460 distclean-libtool:
461         -rm -f libtool config.lt
462 install-docsDATA: $(docs_DATA)
463         @$(NORMAL_INSTALL)
464         @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
465         if test -n "$$list"; then \
466           echo " $(MKDIR_P) '$(DESTDIR)$(docsdir)'"; \
467           $(MKDIR_P) "$(DESTDIR)$(docsdir)" || exit 1; \
468         fi; \
469         for p in $$list; do \
470           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
471           echo "$$d$$p"; \
472         done | $(am__base_list) | \
473         while read files; do \
474           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
475           $(INSTALL_DATA) $$files "$(DESTDIR)$(docsdir)" || exit $$?; \
476         done
477
478 uninstall-docsDATA:
479         @$(NORMAL_UNINSTALL)
480         @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
481         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
482         dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
483
484 # This directory's subdirectories are mostly independent; you can cd
485 # into them and run 'make' without going through this Makefile.
486 # To change the values of 'make' variables: instead of editing Makefiles,
487 # (1) if the variable is set in 'config.status', edit 'config.status'
488 #     (which will cause the Makefiles to be regenerated when you run 'make');
489 # (2) otherwise, pass the desired values on the 'make' command line.
490 $(am__recursive_targets):
491         @fail=; \
492         if $(am__make_keepgoing); then \
493           failcom='fail=yes'; \
494         else \
495           failcom='exit 1'; \
496         fi; \
497         dot_seen=no; \
498         target=`echo $@ | sed s/-recursive//`; \
499         case "$@" in \
500           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
501           *) list='$(SUBDIRS)' ;; \
502         esac; \
503         for subdir in $$list; do \
504           echo "Making $$target in $$subdir"; \
505           if test "$$subdir" = "."; then \
506             dot_seen=yes; \
507             local_target="$$target-am"; \
508           else \
509             local_target="$$target"; \
510           fi; \
511           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
512           || eval $$failcom; \
513         done; \
514         if test "$$dot_seen" = "no"; then \
515           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
516         fi; test -z "$$fail"
517
518 ID: $(am__tagged_files)
519         $(am__define_uniq_tagged_files); mkid -fID $$unique
520 tags: tags-recursive
521 TAGS: tags
522
523 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524         set x; \
525         here=`pwd`; \
526         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
527           include_option=--etags-include; \
528           empty_fix=.; \
529         else \
530           include_option=--include; \
531           empty_fix=; \
532         fi; \
533         list='$(SUBDIRS)'; for subdir in $$list; do \
534           if test "$$subdir" = .; then :; else \
535             test ! -f $$subdir/TAGS || \
536               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
537           fi; \
538         done; \
539         $(am__define_uniq_tagged_files); \
540         shift; \
541         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542           test -n "$$unique" || unique=$$empty_fix; \
543           if test $$# -gt 0; then \
544             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545               "$$@" $$unique; \
546           else \
547             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548               $$unique; \
549           fi; \
550         fi
551 ctags: ctags-recursive
552
553 CTAGS: ctags
554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555         $(am__define_uniq_tagged_files); \
556         test -z "$(CTAGS_ARGS)$$unique" \
557           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558              $$unique
559
560 GTAGS:
561         here=`$(am__cd) $(top_builddir) && pwd` \
562           && $(am__cd) $(top_srcdir) \
563           && gtags -i $(GTAGS_ARGS) "$$here"
564 cscope: cscope.files
565         test ! -s cscope.files \
566           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
567 clean-cscope:
568         -rm -f cscope.files
569 cscope.files: clean-cscope cscopelist
570 cscopelist: cscopelist-recursive
571
572 cscopelist-am: $(am__tagged_files)
573         list='$(am__tagged_files)'; \
574         case "$(srcdir)" in \
575           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
576           *) sdir=$(subdir)/$(srcdir) ;; \
577         esac; \
578         for i in $$list; do \
579           if test -f "$$i"; then \
580             echo "$(subdir)/$$i"; \
581           else \
582             echo "$$sdir/$$i"; \
583           fi; \
584         done >> $(top_builddir)/cscope.files
585
586 distclean-tags:
587         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
588         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
589
590 distdir: $(DISTFILES)
591         $(am__remove_distdir)
592         test -d "$(distdir)" || mkdir "$(distdir)"
593         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595         list='$(DISTFILES)'; \
596           dist_files=`for file in $$list; do echo $$file; done | \
597           sed -e "s|^$$srcdirstrip/||;t" \
598               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
599         case $$dist_files in \
600           */*) $(MKDIR_P) `echo "$$dist_files" | \
601                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
602                            sort -u` ;; \
603         esac; \
604         for file in $$dist_files; do \
605           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
606           if test -d $$d/$$file; then \
607             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
608             if test -d "$(distdir)/$$file"; then \
609               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610             fi; \
611             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
613               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614             fi; \
615             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616           else \
617             test -f "$(distdir)/$$file" \
618             || cp -p $$d/$$file "$(distdir)/$$file" \
619             || exit 1; \
620           fi; \
621         done
622         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
623           if test "$$subdir" = .; then :; else \
624             $(am__make_dryrun) \
625               || test -d "$(distdir)/$$subdir" \
626               || $(MKDIR_P) "$(distdir)/$$subdir" \
627               || exit 1; \
628             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
629             $(am__relativize); \
630             new_distdir=$$reldir; \
631             dir1=$$subdir; dir2="$(top_distdir)"; \
632             $(am__relativize); \
633             new_top_distdir=$$reldir; \
634             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
635             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
636             ($(am__cd) $$subdir && \
637               $(MAKE) $(AM_MAKEFLAGS) \
638                 top_distdir="$$new_top_distdir" \
639                 distdir="$$new_distdir" \
640                 am__remove_distdir=: \
641                 am__skip_length_check=: \
642                 am__skip_mode_fix=: \
643                 distdir) \
644               || exit 1; \
645           fi; \
646         done
647         -test -n "$(am__skip_mode_fix)" \
648         || find "$(distdir)" -type d ! -perm -755 \
649                 -exec chmod u+rwx,go+rx {} \; -o \
650           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
651           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
652           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
653         || chmod -R a+r "$(distdir)"
654 dist-gzip: distdir
655         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
656         $(am__post_remove_distdir)
657
658 dist-bzip2: distdir
659         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
660         $(am__post_remove_distdir)
661
662 dist-lzip: distdir
663         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
664         $(am__post_remove_distdir)
665
666 dist-xz: distdir
667         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
668         $(am__post_remove_distdir)
669
670 dist-tarZ: distdir
671         @echo WARNING: "Support for distribution archives compressed with" \
672                        "legacy program 'compress' is deprecated." >&2
673         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
674         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
675         $(am__post_remove_distdir)
676
677 dist-shar: distdir
678         @echo WARNING: "Support for shar distribution archives is" \
679                        "deprecated." >&2
680         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
681         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
682         $(am__post_remove_distdir)
683
684 dist-zip: distdir
685         -rm -f $(distdir).zip
686         zip -rq $(distdir).zip $(distdir)
687         $(am__post_remove_distdir)
688
689 dist dist-all:
690         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
691         $(am__post_remove_distdir)
692
693 # This target untars the dist file and tries a VPATH configuration.  Then
694 # it guarantees that the distribution is self-contained by making another
695 # tarfile.
696 distcheck: dist
697         case '$(DIST_ARCHIVES)' in \
698         *.tar.gz*) \
699           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
700         *.tar.bz2*) \
701           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
702         *.tar.lz*) \
703           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
704         *.tar.xz*) \
705           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
706         *.tar.Z*) \
707           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
708         *.shar.gz*) \
709           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
710         *.zip*) \
711           unzip $(distdir).zip ;;\
712         esac
713         chmod -R a-w $(distdir)
714         chmod u+w $(distdir)
715         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
716         chmod a-w $(distdir)
717         test -d $(distdir)/_build || exit 0; \
718         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
719           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
720           && am__cwd=`pwd` \
721           && $(am__cd) $(distdir)/_build/sub \
722           && ../../configure \
723             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
724             $(DISTCHECK_CONFIGURE_FLAGS) \
725             --srcdir=../.. --prefix="$$dc_install_base" \
726           && $(MAKE) $(AM_MAKEFLAGS) \
727           && $(MAKE) $(AM_MAKEFLAGS) dvi \
728           && $(MAKE) $(AM_MAKEFLAGS) check \
729           && $(MAKE) $(AM_MAKEFLAGS) install \
730           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
731           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
732           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
733                 distuninstallcheck \
734           && chmod -R a-w "$$dc_install_base" \
735           && ({ \
736                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
737                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
738                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
739                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
740                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
741               } || { rm -rf "$$dc_destdir"; exit 1; }) \
742           && rm -rf "$$dc_destdir" \
743           && $(MAKE) $(AM_MAKEFLAGS) dist \
744           && rm -rf $(DIST_ARCHIVES) \
745           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
746           && cd "$$am__cwd" \
747           || exit 1
748         $(am__post_remove_distdir)
749         @(echo "$(distdir) archives ready for distribution: "; \
750           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
751           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
752 distuninstallcheck:
753         @test -n '$(distuninstallcheck_dir)' || { \
754           echo 'ERROR: trying to run $@ with an empty' \
755                '$$(distuninstallcheck_dir)' >&2; \
756           exit 1; \
757         }; \
758         $(am__cd) '$(distuninstallcheck_dir)' || { \
759           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
760           exit 1; \
761         }; \
762         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
763            || { echo "ERROR: files left after uninstall:" ; \
764                 if test -n "$(DESTDIR)"; then \
765                   echo "  (check DESTDIR support)"; \
766                 fi ; \
767                 $(distuninstallcheck_listfiles) ; \
768                 exit 1; } >&2
769 distcleancheck: distclean
770         @if test '$(srcdir)' = . ; then \
771           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
772           exit 1 ; \
773         fi
774         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
775           || { echo "ERROR: files left in build directory after distclean:" ; \
776                $(distcleancheck_listfiles) ; \
777                exit 1; } >&2
778 check-am: all-am
779 check: check-recursive
780 all-am: Makefile $(DATA) config.h
781 installdirs: installdirs-recursive
782 installdirs-am:
783         for dir in "$(DESTDIR)$(docsdir)"; do \
784           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
785         done
786 install: install-recursive
787 install-exec: install-exec-recursive
788 install-data: install-data-recursive
789 uninstall: uninstall-recursive
790
791 install-am: all-am
792         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793
794 installcheck: installcheck-recursive
795 install-strip:
796         if test -z '$(STRIP)'; then \
797           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
798             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
799               install; \
800         else \
801           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
802             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
803             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
804         fi
805 mostlyclean-generic:
806
807 clean-generic:
808
809 distclean-generic:
810         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
811         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812
813 maintainer-clean-generic:
814         @echo "This command is intended for maintainers to use"
815         @echo "it deletes files that may require special tools to rebuild."
816 clean: clean-recursive
817
818 clean-am: clean-generic clean-libtool mostlyclean-am
819
820 distclean: distclean-recursive
821         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
822         -rm -f Makefile
823 distclean-am: clean-am distclean-generic distclean-hdr \
824         distclean-libtool distclean-tags
825
826 dvi: dvi-recursive
827
828 dvi-am:
829
830 html: html-recursive
831
832 html-am:
833
834 info: info-recursive
835
836 info-am:
837
838 install-data-am: install-docsDATA
839
840 install-dvi: install-dvi-recursive
841
842 install-dvi-am:
843
844 install-exec-am:
845
846 install-html: install-html-recursive
847
848 install-html-am:
849
850 install-info: install-info-recursive
851
852 install-info-am:
853
854 install-man:
855
856 install-pdf: install-pdf-recursive
857
858 install-pdf-am:
859
860 install-ps: install-ps-recursive
861
862 install-ps-am:
863
864 installcheck-am:
865
866 maintainer-clean: maintainer-clean-recursive
867         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
868         -rm -rf $(top_srcdir)/autom4te.cache
869         -rm -f Makefile
870 maintainer-clean-am: distclean-am maintainer-clean-generic
871
872 mostlyclean: mostlyclean-recursive
873
874 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
875
876 pdf: pdf-recursive
877
878 pdf-am:
879
880 ps: ps-recursive
881
882 ps-am:
883
884 uninstall-am: uninstall-docsDATA
885
886 .MAKE: $(am__recursive_targets) all install-am install-strip
887
888 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
889         am--refresh check check-am clean clean-cscope clean-generic \
890         clean-libtool cscope cscopelist-am ctags ctags-am dist \
891         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
892         dist-xz dist-zip distcheck distclean distclean-generic \
893         distclean-hdr distclean-libtool distclean-tags distcleancheck \
894         distdir distuninstallcheck dvi dvi-am html html-am info \
895         info-am install install-am install-data install-data-am \
896         install-docsDATA install-dvi install-dvi-am install-exec \
897         install-exec-am install-html install-html-am install-info \
898         install-info-am install-man install-pdf install-pdf-am \
899         install-ps install-ps-am install-strip installcheck \
900         installcheck-am installdirs installdirs-am maintainer-clean \
901         maintainer-clean-generic mostlyclean mostlyclean-generic \
902         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
903         uninstall-am uninstall-docsDATA
904
905 .PRECIOUS: Makefile
906
907
908
909 # Code coverage
910 #
911 # Optional:
912 #  - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
913 #    Multiple directories may be specified, separated by whitespace.
914 #    (Default: $(top_builddir))
915 #  - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
916 #    by lcov for code coverage. (Default:
917 #    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
918 #  - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
919 #    reports to be created. (Default:
920 #    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
921 #  - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
922 #    set to 0 to disable it and leave empty to stay with the default.
923 #    (Default: empty)
924 #  - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
925 #    instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
926 #  - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
927 #    instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
928 #  - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
929 #  - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the
930 #    collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
931 #  - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
932 #    instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
933 #  - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering
934 #    lcov instance. (Default: empty)
935 #  - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
936 #    instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
937 #  - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the
938 #    genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
939 #  - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
940 #    instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
941 #  - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
942 #
943 # The generated report will be titled using the $(PACKAGE_NAME) and
944 # $(PACKAGE_VERSION). In order to add the current git hash to the title,
945 # use the git-version-gen script, available online.
946
947 # Optional variables
948 CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
949 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
950 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
951 CODE_COVERAGE_BRANCH_COVERAGE ?=
952 CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
953 --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
954 CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
955 CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
956 CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
957 CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
958 CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=
959 CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
960 CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\
961 $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
962 --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
963 CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
964 CODE_COVERAGE_IGNORE_PATTERN ?=
965
966 code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
967 code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
968 code_coverage_v_lcov_cap_0 = @echo "  LCOV   --capture"\
969  $(CODE_COVERAGE_OUTPUT_FILE);
970 code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))
971 code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))
972 code_coverage_v_lcov_ign_0 = @echo "  LCOV   --remove /tmp/*"\
973  $(CODE_COVERAGE_IGNORE_PATTERN);
974 code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))
975 code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))
976 code_coverage_v_genhtml_0 = @echo "  GEN   " $(CODE_COVERAGE_OUTPUT_DIRECTORY);
977 code_coverage_quiet = $(code_coverage_quiet_$(V))
978 code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
979 code_coverage_quiet_0 = --quiet
980
981 # sanitizes the test-name: replaces with underscores: dashes and dots
982 code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))
983
984 # Use recursive makes in order to ignore errors during check
985 check-code-coverage:
986         @echo "Need to reconfigure with --enable-code-coverage"
987
988
989 # Capture code coverage data
990 code-coverage-capture: code-coverage-capture-hook
991         @echo "Need to reconfigure with --enable-code-coverage"
992
993
994 # Hook rule executed before code-coverage-capture, overridable by the user
995 code-coverage-capture-hook:
996
997
998
999 GITIGNOREFILES ?=
1000 GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
1001
1002 AM_DISTCHECK_CONFIGURE_FLAGS ?=
1003 AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
1004
1005 .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
1006
1007
1008 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1009 # Otherwise a system limit (for SysV at least) may be exceeded.
1010 .NOEXPORT: