36fb90fe9458bf9ec391d3002e518262f13cd51c
[com/asn1c.git] / tests / Makefile
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # tests/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 subdir = tests
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps =  \
93         $(top_srcdir)/m4/ax_check_compile_and_link_flag.m4 \
94         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
95         $(top_srcdir)/m4/ax_code_coverage.m4 \
96         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 AM_V_P = $(am__v_P_$(V))
107 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_$(V))
111 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
112 am__v_GEN_0 = @echo "  GEN     " $@;
113 am__v_GEN_1 = 
114 AM_V_at = $(am__v_at_$(V))
115 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
116 am__v_at_0 = @
117 am__v_at_1 = 
118 SOURCES =
119 DIST_SOURCES =
120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121         ctags-recursive dvi-recursive html-recursive info-recursive \
122         install-data-recursive install-dvi-recursive \
123         install-exec-recursive install-html-recursive \
124         install-info-recursive install-pdf-recursive \
125         install-ps-recursive install-recursive installcheck-recursive \
126         installdirs-recursive pdf-recursive ps-recursive \
127         tags-recursive uninstall-recursive
128 am__can_run_installinfo = \
129   case $$AM_UPDATE_INFO_DIR in \
130     n|no|NO) false;; \
131     *) (install-info --version) >/dev/null 2>&1;; \
132   esac
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134   distclean-recursive maintainer-clean-recursive
135 am__recursive_targets = \
136   $(RECURSIVE_TARGETS) \
137   $(RECURSIVE_CLEAN_TARGETS) \
138   $(am__extra_recursive_targets)
139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140         distdir
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates.  Input order is
144 # *not* preserved.
145 am__uniquify_input = $(AWK) '\
146   BEGIN { nonempty = 0; } \
147   { items[$$0] = 1; nonempty = 1; } \
148   END { if (nonempty) { for (i in items) print i; }; } \
149 '
150 # Make sure the list of sources is unique.  This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files = \
154   list='$(am__tagged_files)'; \
155   unique=`for i in $$list; do \
156     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157   done | $(am__uniquify_input)`
158 ETAGS = etags
159 CTAGS = ctags
160 DIST_SUBDIRS = $(SUBDIRS)
161 am__DIST_COMMON = $(srcdir)/Makefile.in README
162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163 am__relativize = \
164   dir0=`pwd`; \
165   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
166   sed_rest='s,^[^/]*/*,,'; \
167   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
168   sed_butlast='s,/*[^/]*$$,,'; \
169   while test -n "$$dir1"; do \
170     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
171     if test "$$first" != "."; then \
172       if test "$$first" = ".."; then \
173         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
174         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
175       else \
176         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
177         if test "$$first2" = "$$first"; then \
178           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
179         else \
180           dir2="../$$dir2"; \
181         fi; \
182         dir0="$$dir0"/"$$first"; \
183       fi; \
184     fi; \
185     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
186   done; \
187   reldir="$$dir2"
188 ACLOCAL = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing aclocal-1.15
189 ADD_CFLAGS = 
190 AMTAR = $${TAR-tar}
191 AM_DEFAULT_VERBOSITY = 0
192 AR = ar
193 ASAN_ENV_FLAGS =  ASAN_OPTIONS=detect_leaks=1
194 AUTOCONF = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoconf
195 AUTOHEADER = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoheader
196 AUTOMAKE = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing automake-1.15
197 AWK = gawk
198 CC = gcc
199 CCDEPMODE = depmode=gcc3
200 CFLAGS = -g -O2 -Wall -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-error=attributes -Wno-error=cast-align -std=gnu99
201 CFLAGS_M32 = 
202 CODE_COVERAGE_CFLAGS = 
203 CODE_COVERAGE_CPPFLAGS = 
204 CODE_COVERAGE_CXXFLAGS = 
205 CODE_COVERAGE_ENABLED = no
206 CODE_COVERAGE_LDFLAGS = 
207 CODE_COVERAGE_LIBS = 
208 CPP = gcc -E
209 CPPFLAGS = 
210 CXX = g++
211 CXXCPP = g++ -E
212 CXXDEPMODE = depmode=gcc3
213 CXXFLAGS = -std=c++11
214 CYGPATH_W = echo
215 DEFS = -DHAVE_CONFIG_H
216 DEPDIR = .deps
217 DLLTOOL = false
218 DSYMUTIL = 
219 DUMPBIN = 
220 ECHO_C = 
221 ECHO_N = -n
222 ECHO_T = 
223 EGREP = /bin/grep -E
224 EXEEXT = 
225 FGREP = /bin/grep -F
226 GCOV = 
227 GENHTML = 
228 GREP = /bin/grep
229 INSTALL = /usr/bin/install -c
230 INSTALL_DATA = ${INSTALL} -m 644
231 INSTALL_PROGRAM = ${INSTALL}
232 INSTALL_SCRIPT = ${INSTALL}
233 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
234 LCOV = 
235 LD = /usr/bin/ld -m elf_x86_64
236 LDFLAGS = 
237 LEX = flex
238 LEXLIB = -lfl
239 LEX_OUTPUT_ROOT = lex.yy
240 LIBFUZZER_CFLAGS = 
241 LIBOBJS = 
242 LIBS = 
243 LIBTOOL = $(SHELL) $(top_builddir)/libtool
244 LIPO = 
245 LN_S = ln -s
246 LTLIBOBJS = 
247 LT_SYS_LIBRARY_PATH = 
248 MAKEINFO = ${SHELL} /home/nokia/mouse07410/asn1c/config/missing makeinfo
249 MANIFEST_TOOL = :
250 MKDIR_P = /bin/mkdir -p
251 NM = /usr/bin/nm -B
252 NMEDIT = 
253 OBJDUMP = objdump
254 OBJEXT = o
255 OTOOL = 
256 OTOOL64 = 
257 PACKAGE = asn1c
258 PACKAGE_BUGREPORT = vlm@lionet.info
259 PACKAGE_NAME = asn1c
260 PACKAGE_STRING = asn1c 0.9.29
261 PACKAGE_TARNAME = asn1c
262 PACKAGE_URL = 
263 PACKAGE_VERSION = 0.9.29
264 PANDOC = 
265 PATH_SEPARATOR = :
266 RANLIB = ranlib
267 SANITIZER_CFLAGS =  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
268 SED = /bin/sed
269 SET_MAKE = 
270 SHELL = /bin/bash
271 SKELETONS_CFLAGS =   -std=c89 -Wpedantic -Wno-long-long  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
272 STRIP = strip
273 TESTSUITE_CFLAGS =  -std=gnu99 -Wno-error=unused-variable  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer
274 VERSION = 0.9.29
275 YACC = bison -y
276 YFLAGS = 
277 abs_builddir = /home/nokia/mouse07410/asn1c/tests
278 abs_srcdir = /home/nokia/mouse07410/asn1c/tests
279 abs_top_builddir = /home/nokia/mouse07410/asn1c
280 abs_top_srcdir = /home/nokia/mouse07410/asn1c
281 ac_ct_AR = ar
282 ac_ct_CC = gcc
283 ac_ct_CXX = g++
284 ac_ct_DUMPBIN = 
285 am__include = include
286 am__leading_dot = .
287 am__quote = 
288 am__tar = $${TAR-tar} chof - "$$tardir"
289 am__untar = $${TAR-tar} xf -
290 bindir = ${exec_prefix}/bin
291 build = x86_64-pc-linux-gnu
292 build_alias = 
293 build_cpu = x86_64
294 build_os = linux-gnu
295 build_vendor = pc
296 builddir = .
297 datadir = ${datarootdir}
298 datarootdir = ${prefix}/share
299 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
300 dvidir = ${docdir}
301 exec_prefix = ${prefix}
302 host = x86_64-pc-linux-gnu
303 host_alias = 
304 host_cpu = x86_64
305 host_os = linux-gnu
306 host_vendor = pc
307 htmldir = ${docdir}
308 includedir = ${prefix}/include
309 infodir = ${datarootdir}/info
310 install_sh = ${SHELL} /home/nokia/mouse07410/asn1c/config/install-sh
311 libdir = ${exec_prefix}/lib
312 libexecdir = ${exec_prefix}/libexec
313 localedir = ${datarootdir}/locale
314 localstatedir = ${prefix}/var
315 mandir = ${datarootdir}/man
316 mkdir_p = $(MKDIR_P)
317 oldincludedir = /usr/include
318 pdfdir = ${docdir}
319 prefix = /usr/local
320 program_transform_name = s,x,x,
321 psdir = ${docdir}
322 runstatedir = ${localstatedir}/run
323 sbindir = ${exec_prefix}/sbin
324 sharedstatedir = ${prefix}/com
325 srcdir = .
326 sysconfdir = ${prefix}/etc
327 target_alias = 
328 top_build_prefix = ../
329 top_builddir = ..
330 top_srcdir = ..
331
332 # Tests are ordered in the rough order of the time it takes to go through them.
333 SUBDIRS = \
334     tests-asn1c-compiler    \
335     tests-skeletons         \
336     tests-asn1c-smoke       \
337     tests-c-compiler        \
338     tests-randomized
339
340 EXTRA_DIST = README
341 all: all-recursive
342
343 .SUFFIXES:
344 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
345         @for dep in $?; do \
346           case '$(am__configure_deps)' in \
347             *$$dep*) \
348               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
349                 && { if test -f $@; then exit 0; else break; fi; }; \
350               exit 1;; \
351           esac; \
352         done; \
353         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
354         $(am__cd) $(top_srcdir) && \
355           $(AUTOMAKE) --foreign tests/Makefile
356 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357         @case '$?' in \
358           *config.status*) \
359             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360           *) \
361             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363         esac;
364
365 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
368 $(top_srcdir)/configure:  $(am__configure_deps)
369         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
371         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372 $(am__aclocal_m4_deps):
373
374 mostlyclean-libtool:
375         -rm -f *.lo
376
377 clean-libtool:
378         -rm -rf .libs _libs
379
380 # This directory's subdirectories are mostly independent; you can cd
381 # into them and run 'make' without going through this Makefile.
382 # To change the values of 'make' variables: instead of editing Makefiles,
383 # (1) if the variable is set in 'config.status', edit 'config.status'
384 #     (which will cause the Makefiles to be regenerated when you run 'make');
385 # (2) otherwise, pass the desired values on the 'make' command line.
386 $(am__recursive_targets):
387         @fail=; \
388         if $(am__make_keepgoing); then \
389           failcom='fail=yes'; \
390         else \
391           failcom='exit 1'; \
392         fi; \
393         dot_seen=no; \
394         target=`echo $@ | sed s/-recursive//`; \
395         case "$@" in \
396           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
397           *) list='$(SUBDIRS)' ;; \
398         esac; \
399         for subdir in $$list; do \
400           echo "Making $$target in $$subdir"; \
401           if test "$$subdir" = "."; then \
402             dot_seen=yes; \
403             local_target="$$target-am"; \
404           else \
405             local_target="$$target"; \
406           fi; \
407           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408           || eval $$failcom; \
409         done; \
410         if test "$$dot_seen" = "no"; then \
411           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412         fi; test -z "$$fail"
413
414 ID: $(am__tagged_files)
415         $(am__define_uniq_tagged_files); mkid -fID $$unique
416 tags: tags-recursive
417 TAGS: tags
418
419 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420         set x; \
421         here=`pwd`; \
422         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
423           include_option=--etags-include; \
424           empty_fix=.; \
425         else \
426           include_option=--include; \
427           empty_fix=; \
428         fi; \
429         list='$(SUBDIRS)'; for subdir in $$list; do \
430           if test "$$subdir" = .; then :; else \
431             test ! -f $$subdir/TAGS || \
432               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
433           fi; \
434         done; \
435         $(am__define_uniq_tagged_files); \
436         shift; \
437         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438           test -n "$$unique" || unique=$$empty_fix; \
439           if test $$# -gt 0; then \
440             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441               "$$@" $$unique; \
442           else \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               $$unique; \
445           fi; \
446         fi
447 ctags: ctags-recursive
448
449 CTAGS: ctags
450 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
451         $(am__define_uniq_tagged_files); \
452         test -z "$(CTAGS_ARGS)$$unique" \
453           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454              $$unique
455
456 GTAGS:
457         here=`$(am__cd) $(top_builddir) && pwd` \
458           && $(am__cd) $(top_srcdir) \
459           && gtags -i $(GTAGS_ARGS) "$$here"
460 cscopelist: cscopelist-recursive
461
462 cscopelist-am: $(am__tagged_files)
463         list='$(am__tagged_files)'; \
464         case "$(srcdir)" in \
465           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
466           *) sdir=$(subdir)/$(srcdir) ;; \
467         esac; \
468         for i in $$list; do \
469           if test -f "$$i"; then \
470             echo "$(subdir)/$$i"; \
471           else \
472             echo "$$sdir/$$i"; \
473           fi; \
474         done >> $(top_builddir)/cscope.files
475
476 distclean-tags:
477         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478
479 distdir: $(DISTFILES)
480         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482         list='$(DISTFILES)'; \
483           dist_files=`for file in $$list; do echo $$file; done | \
484           sed -e "s|^$$srcdirstrip/||;t" \
485               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
486         case $$dist_files in \
487           */*) $(MKDIR_P) `echo "$$dist_files" | \
488                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
489                            sort -u` ;; \
490         esac; \
491         for file in $$dist_files; do \
492           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493           if test -d $$d/$$file; then \
494             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
495             if test -d "$(distdir)/$$file"; then \
496               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497             fi; \
498             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
499               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
500               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501             fi; \
502             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
503           else \
504             test -f "$(distdir)/$$file" \
505             || cp -p $$d/$$file "$(distdir)/$$file" \
506             || exit 1; \
507           fi; \
508         done
509         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510           if test "$$subdir" = .; then :; else \
511             $(am__make_dryrun) \
512               || test -d "$(distdir)/$$subdir" \
513               || $(MKDIR_P) "$(distdir)/$$subdir" \
514               || exit 1; \
515             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
516             $(am__relativize); \
517             new_distdir=$$reldir; \
518             dir1=$$subdir; dir2="$(top_distdir)"; \
519             $(am__relativize); \
520             new_top_distdir=$$reldir; \
521             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
522             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
523             ($(am__cd) $$subdir && \
524               $(MAKE) $(AM_MAKEFLAGS) \
525                 top_distdir="$$new_top_distdir" \
526                 distdir="$$new_distdir" \
527                 am__remove_distdir=: \
528                 am__skip_length_check=: \
529                 am__skip_mode_fix=: \
530                 distdir) \
531               || exit 1; \
532           fi; \
533         done
534 check-am: all-am
535 check: check-recursive
536 all-am: Makefile
537 installdirs: installdirs-recursive
538 installdirs-am:
539 install: install-recursive
540 install-exec: install-exec-recursive
541 install-data: install-data-recursive
542 uninstall: uninstall-recursive
543
544 install-am: all-am
545         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547 installcheck: installcheck-recursive
548 install-strip:
549         if test -z '$(STRIP)'; then \
550           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552               install; \
553         else \
554           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557         fi
558 mostlyclean-generic:
559
560 clean-generic:
561
562 distclean-generic:
563         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565
566 maintainer-clean-generic:
567         @echo "This command is intended for maintainers to use"
568         @echo "it deletes files that may require special tools to rebuild."
569 clean: clean-recursive
570
571 clean-am: clean-generic clean-libtool mostlyclean-am
572
573 distclean: distclean-recursive
574         -rm -f Makefile
575 distclean-am: clean-am distclean-generic distclean-tags
576
577 dvi: dvi-recursive
578
579 dvi-am:
580
581 html: html-recursive
582
583 html-am:
584
585 info: info-recursive
586
587 info-am:
588
589 install-data-am:
590
591 install-dvi: install-dvi-recursive
592
593 install-dvi-am:
594
595 install-exec-am:
596
597 install-html: install-html-recursive
598
599 install-html-am:
600
601 install-info: install-info-recursive
602
603 install-info-am:
604
605 install-man:
606
607 install-pdf: install-pdf-recursive
608
609 install-pdf-am:
610
611 install-ps: install-ps-recursive
612
613 install-ps-am:
614
615 installcheck-am:
616
617 maintainer-clean: maintainer-clean-recursive
618         -rm -f Makefile
619 maintainer-clean-am: distclean-am maintainer-clean-generic
620
621 mostlyclean: mostlyclean-recursive
622
623 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
624
625 pdf: pdf-recursive
626
627 pdf-am:
628
629 ps: ps-recursive
630
631 ps-am:
632
633 uninstall-am:
634
635 .MAKE: $(am__recursive_targets) install-am install-strip
636
637 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
638         check-am clean clean-generic clean-libtool cscopelist-am ctags \
639         ctags-am distclean distclean-generic distclean-libtool \
640         distclean-tags distdir dvi dvi-am html html-am info info-am \
641         install install-am install-data install-data-am install-dvi \
642         install-dvi-am install-exec install-exec-am install-html \
643         install-html-am install-info install-info-am install-man \
644         install-pdf install-pdf-am install-ps install-ps-am \
645         install-strip installcheck installcheck-am installdirs \
646         installdirs-am maintainer-clean maintainer-clean-generic \
647         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
648         ps ps-am tags tags-am uninstall uninstall-am
649
650 .PRECIOUS: Makefile
651
652
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.
655 .NOEXPORT: