Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / tests / testdata / Makefile.in
1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 @SET_MAKE@
16
17 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2012 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31 VPATH = @srcdir@
32 am__is_gnu_make = { \
33   if test -z '$(MAKELEVEL)'; then \
34     false; \
35   elif test -n '$(MAKE_HOST)'; then \
36     true; \
37   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
38     true; \
39   else \
40     false; \
41   fi; \
42 }
43 am__make_running_with_option = \
44   case $${target_option-} in \
45       ?) ;; \
46       *) echo "am__make_running_with_option: internal error: invalid" \
47               "target option '$${target_option-}' specified" >&2; \
48          exit 1;; \
49   esac; \
50   has_opt=no; \
51   sane_makeflags=$$MAKEFLAGS; \
52   if $(am__is_gnu_make); then \
53     sane_makeflags=$$MFLAGS; \
54   else \
55     case $$MAKEFLAGS in \
56       *\\[\ \   ]*) \
57         bs=\\; \
58         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
59           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
60     esac; \
61   fi; \
62   skip_next=no; \
63   strip_trailopt () \
64   { \
65     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
66   }; \
67   for flg in $$sane_makeflags; do \
68     test $$skip_next = yes && { skip_next=no; continue; }; \
69     case $$flg in \
70       *=*|--*) continue;; \
71         -*I) strip_trailopt 'I'; skip_next=yes;; \
72       -*I?*) strip_trailopt 'I';; \
73         -*O) strip_trailopt 'O'; skip_next=yes;; \
74       -*O?*) strip_trailopt 'O';; \
75         -*l) strip_trailopt 'l'; skip_next=yes;; \
76       -*l?*) strip_trailopt 'l';; \
77       -[dEDm]) skip_next=yes;; \
78       -[JT]) skip_next=yes;; \
79     esac; \
80     case $$flg in \
81       *$$target_option*) has_opt=yes; break;; \
82     esac; \
83   done; \
84   test $$has_opt = yes
85 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
86 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
87 pkgdatadir = $(datadir)/@PACKAGE@
88 pkgincludedir = $(includedir)/@PACKAGE@
89 pkglibdir = $(libdir)/@PACKAGE@
90 pkglibexecdir = $(libexecdir)/@PACKAGE@
91 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92 install_sh_DATA = $(install_sh) -c -m 644
93 install_sh_PROGRAM = $(install_sh) -c
94 install_sh_SCRIPT = $(install_sh) -c
95 INSTALL_HEADER = $(INSTALL_DATA)
96 transform = $(program_transform_name)
97 NORMAL_INSTALL = :
98 PRE_INSTALL = :
99 POST_INSTALL = :
100 NORMAL_UNINSTALL = :
101 PRE_UNINSTALL = :
102 POST_UNINSTALL = :
103 build_triplet = @build@
104 host_triplet = @host@
105 target_triplet = @target@
106 subdir = tests/testdata
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
109         $(top_srcdir)/m4/ax_boost_base.m4 \
110         $(top_srcdir)/m4/ax_boost_system.m4 \
111         $(top_srcdir)/m4/ax_boost_thread.m4 \
112         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
113         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
114         $(top_srcdir)/m4/ax_python_devel.m4 \
115         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
116         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
117         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
118 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119         $(ACLOCAL_M4)
120 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
121 mkinstalldirs = $(install_sh) -d
122 CONFIG_HEADER = $(top_builddir)/config.h
123 CONFIG_CLEAN_FILES =
124 CONFIG_CLEAN_VPATH_FILES =
125 AM_V_P = $(am__v_P_@AM_V@)
126 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127 am__v_P_0 = false
128 am__v_P_1 = :
129 AM_V_GEN = $(am__v_GEN_@AM_V@)
130 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131 am__v_GEN_0 = @echo "  GEN     " $@;
132 am__v_GEN_1 = 
133 AM_V_at = $(am__v_at_@AM_V@)
134 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135 am__v_at_0 = @
136 am__v_at_1 = 
137 SOURCES =
138 DIST_SOURCES =
139 am__can_run_installinfo = \
140   case $$AM_UPDATE_INFO_DIR in \
141     n|no|NO) false;; \
142     *) (install-info --version) >/dev/null 2>&1;; \
143   esac
144 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
145 am__DIST_COMMON = $(srcdir)/Makefile.in
146 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147 ACLOCAL = @ACLOCAL@
148 AMTAR = @AMTAR@
149 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150 APPLDFLAGS = @APPLDFLAGS@
151 AR = @AR@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
155 AWK = @AWK@
156 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
157 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
158 BOOST_LDFLAGS = @BOOST_LDFLAGS@
159 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
160 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
161 BPFCFLAGS = @BPFCFLAGS@
162 CC = @CC@
163 CCDEPMODE = @CCDEPMODE@
164 CFLAGS = @CFLAGS@
165 CPP = @CPP@
166 CPPFLAGS = @CPPFLAGS@
167 CSCOPE = @CSCOPE@
168 CTAGS = @CTAGS@
169 CUNIT_CFLAGS = @CUNIT_CFLAGS@
170 CUNIT_LIBS = @CUNIT_LIBS@
171 CXX = @CXX@
172 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
173 CXXCPP = @CXXCPP@
174 CXXDEPMODE = @CXXDEPMODE@
175 CXXFLAGS = @CXXFLAGS@
176 CYGPATH_W = @CYGPATH_W@
177 CYTHON = @CYTHON@
178 DEFS = @DEFS@
179 DEPDIR = @DEPDIR@
180 DLLTOOL = @DLLTOOL@
181 DSYMUTIL = @DSYMUTIL@
182 DUMPBIN = @DUMPBIN@
183 ECHO_C = @ECHO_C@
184 ECHO_N = @ECHO_N@
185 ECHO_T = @ECHO_T@
186 EGREP = @EGREP@
187 ETAGS = @ETAGS@
188 EXEEXT = @EXEEXT@
189 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
190 EXTRACFLAG = @EXTRACFLAG@
191 EXTRA_DEFS = @EXTRA_DEFS@
192 FGREP = @FGREP@
193 GREP = @GREP@
194 HAVE_CXX14 = @HAVE_CXX14@
195 INSTALL = @INSTALL@
196 INSTALL_DATA = @INSTALL_DATA@
197 INSTALL_PROGRAM = @INSTALL_PROGRAM@
198 INSTALL_SCRIPT = @INSTALL_SCRIPT@
199 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200 JANSSON_CFLAGS = @JANSSON_CFLAGS@
201 JANSSON_LIBS = @JANSSON_LIBS@
202 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
203 JEMALLOC_LIBS = @JEMALLOC_LIBS@
204 LD = @LD@
205 LDFLAGS = @LDFLAGS@
206 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
207 LIBBPF_LIBS = @LIBBPF_LIBS@
208 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
209 LIBCARES_LIBS = @LIBCARES_LIBS@
210 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
211 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
212 LIBEV_CFLAGS = @LIBEV_CFLAGS@
213 LIBEV_LIBS = @LIBEV_LIBS@
214 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
215 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
216 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
217 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
218 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
219 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
220 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
221 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
222 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
223 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
224 LIBOBJS = @LIBOBJS@
225 LIBS = @LIBS@
226 LIBTOOL = @LIBTOOL@
227 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
228 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
229 LIBXML2_LIBS = @LIBXML2_LIBS@
230 LIPO = @LIPO@
231 LN_S = @LN_S@
232 LTLIBOBJS = @LTLIBOBJS@
233 LT_AGE = @LT_AGE@
234 LT_CURRENT = @LT_CURRENT@
235 LT_REVISION = @LT_REVISION@
236 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
237 MAKEINFO = @MAKEINFO@
238 MANIFEST_TOOL = @MANIFEST_TOOL@
239 MKDIR_P = @MKDIR_P@
240 NM = @NM@
241 NMEDIT = @NMEDIT@
242 OBJDUMP = @OBJDUMP@
243 OBJEXT = @OBJEXT@
244 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
245 OPENSSL_LIBS = @OPENSSL_LIBS@
246 OTOOL = @OTOOL@
247 OTOOL64 = @OTOOL64@
248 PACKAGE = @PACKAGE@
249 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
250 PACKAGE_NAME = @PACKAGE_NAME@
251 PACKAGE_STRING = @PACKAGE_STRING@
252 PACKAGE_TARNAME = @PACKAGE_TARNAME@
253 PACKAGE_URL = @PACKAGE_URL@
254 PACKAGE_VERSION = @PACKAGE_VERSION@
255 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 PKG_CONFIG = @PKG_CONFIG@
258 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
260 PYTHON = @PYTHON@
261 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
262 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
263 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
264 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
265 PYTHON_LIBS = @PYTHON_LIBS@
266 PYTHON_PLATFORM = @PYTHON_PLATFORM@
267 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
268 PYTHON_PREFIX = @PYTHON_PREFIX@
269 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
270 PYTHON_VERSION = @PYTHON_VERSION@
271 RANLIB = @RANLIB@
272 SED = @SED@
273 SET_MAKE = @SET_MAKE@
274 SHELL = @SHELL@
275 STRIP = @STRIP@
276 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
277 SYSTEMD_LIBS = @SYSTEMD_LIBS@
278 TESTLDADD = @TESTLDADD@
279 VERSION = @VERSION@
280 WARNCFLAGS = @WARNCFLAGS@
281 WARNCXXFLAGS = @WARNCXXFLAGS@
282 ZLIB_CFLAGS = @ZLIB_CFLAGS@
283 ZLIB_LIBS = @ZLIB_LIBS@
284 abs_builddir = @abs_builddir@
285 abs_srcdir = @abs_srcdir@
286 abs_top_builddir = @abs_top_builddir@
287 abs_top_srcdir = @abs_top_srcdir@
288 ac_ct_AR = @ac_ct_AR@
289 ac_ct_CC = @ac_ct_CC@
290 ac_ct_CXX = @ac_ct_CXX@
291 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
292 am__include = @am__include@
293 am__leading_dot = @am__leading_dot@
294 am__quote = @am__quote@
295 am__tar = @am__tar@
296 am__untar = @am__untar@
297 bindir = @bindir@
298 build = @build@
299 build_alias = @build_alias@
300 build_cpu = @build_cpu@
301 build_os = @build_os@
302 build_vendor = @build_vendor@
303 builddir = @builddir@
304 datadir = @datadir@
305 datarootdir = @datarootdir@
306 docdir = @docdir@
307 dvidir = @dvidir@
308 exec_prefix = @exec_prefix@
309 host = @host@
310 host_alias = @host_alias@
311 host_cpu = @host_cpu@
312 host_os = @host_os@
313 host_vendor = @host_vendor@
314 htmldir = @htmldir@
315 includedir = @includedir@
316 infodir = @infodir@
317 install_sh = @install_sh@
318 libdir = @libdir@
319 libexecdir = @libexecdir@
320 localedir = @localedir@
321 localstatedir = @localstatedir@
322 mandir = @mandir@
323 mkdir_p = @mkdir_p@
324 oldincludedir = @oldincludedir@
325 pdfdir = @pdfdir@
326 pkgpyexecdir = @pkgpyexecdir@
327 pkgpythondir = @pkgpythondir@
328 prefix = @prefix@
329 program_transform_name = @program_transform_name@
330 psdir = @psdir@
331 pyexecdir = @pyexecdir@
332 pythondir = @pythondir@
333 runstatedir = @runstatedir@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 sysconfdir = @sysconfdir@
338 target = @target@
339 target_alias = @target_alias@
340 target_cpu = @target_cpu@
341 target_os = @target_os@
342 target_vendor = @target_vendor@
343 top_build_prefix = @top_build_prefix@
344 top_builddir = @top_builddir@
345 top_srcdir = @top_srcdir@
346
347 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
348 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
349 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
350 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
351 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
352 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
353 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
354 EXTRA_DIST = cacert.pem  index.html  privkey.pem
355 all: all-am
356
357 .SUFFIXES:
358 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
359         @for dep in $?; do \
360           case '$(am__configure_deps)' in \
361             *$$dep*) \
362               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363                 && { if test -f $@; then exit 0; else break; fi; }; \
364               exit 1;; \
365           esac; \
366         done; \
367         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/testdata/Makefile'; \
368         $(am__cd) $(top_srcdir) && \
369           $(AUTOMAKE) --gnu tests/testdata/Makefile
370 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371         @case '$?' in \
372           *config.status*) \
373             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374           *) \
375             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
376             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377         esac;
378
379 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381
382 $(top_srcdir)/configure:  $(am__configure_deps)
383         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
385         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386 $(am__aclocal_m4_deps):
387
388 mostlyclean-libtool:
389         -rm -f *.lo
390
391 clean-libtool:
392         -rm -rf .libs _libs
393 tags TAGS:
394
395 ctags CTAGS:
396
397 cscope cscopelist:
398
399 distdir: $(BUILT_SOURCES)
400         $(MAKE) $(AM_MAKEFLAGS) distdir-am
401
402 distdir-am: $(DISTFILES)
403         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405         list='$(DISTFILES)'; \
406           dist_files=`for file in $$list; do echo $$file; done | \
407           sed -e "s|^$$srcdirstrip/||;t" \
408               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
409         case $$dist_files in \
410           */*) $(MKDIR_P) `echo "$$dist_files" | \
411                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
412                            sort -u` ;; \
413         esac; \
414         for file in $$dist_files; do \
415           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
416           if test -d $$d/$$file; then \
417             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
418             if test -d "$(distdir)/$$file"; then \
419               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420             fi; \
421             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
423               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424             fi; \
425             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426           else \
427             test -f "$(distdir)/$$file" \
428             || cp -p $$d/$$file "$(distdir)/$$file" \
429             || exit 1; \
430           fi; \
431         done
432 check-am: all-am
433 check: check-am
434 all-am: Makefile
435 installdirs:
436 install: install-am
437 install-exec: install-exec-am
438 install-data: install-data-am
439 uninstall: uninstall-am
440
441 install-am: all-am
442         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
443
444 installcheck: installcheck-am
445 install-strip:
446         if test -z '$(STRIP)'; then \
447           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
448             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
449               install; \
450         else \
451           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
454         fi
455 mostlyclean-generic:
456
457 clean-generic:
458
459 distclean-generic:
460         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
462
463 maintainer-clean-generic:
464         @echo "This command is intended for maintainers to use"
465         @echo "it deletes files that may require special tools to rebuild."
466 clean: clean-am
467
468 clean-am: clean-generic clean-libtool mostlyclean-am
469
470 distclean: distclean-am
471         -rm -f Makefile
472 distclean-am: clean-am distclean-generic
473
474 dvi: dvi-am
475
476 dvi-am:
477
478 html: html-am
479
480 html-am:
481
482 info: info-am
483
484 info-am:
485
486 install-data-am:
487
488 install-dvi: install-dvi-am
489
490 install-dvi-am:
491
492 install-exec-am:
493
494 install-html: install-html-am
495
496 install-html-am:
497
498 install-info: install-info-am
499
500 install-info-am:
501
502 install-man:
503
504 install-pdf: install-pdf-am
505
506 install-pdf-am:
507
508 install-ps: install-ps-am
509
510 install-ps-am:
511
512 installcheck-am:
513
514 maintainer-clean: maintainer-clean-am
515         -rm -f Makefile
516 maintainer-clean-am: distclean-am maintainer-clean-generic
517
518 mostlyclean: mostlyclean-am
519
520 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
521
522 pdf: pdf-am
523
524 pdf-am:
525
526 ps: ps-am
527
528 ps-am:
529
530 uninstall-am:
531
532 .MAKE: install-am install-strip
533
534 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
535         cscopelist-am ctags-am distclean distclean-generic \
536         distclean-libtool distdir dvi dvi-am html html-am info info-am \
537         install install-am install-data install-data-am install-dvi \
538         install-dvi-am install-exec install-exec-am install-html \
539         install-html-am install-info install-info-am install-man \
540         install-pdf install-pdf-am install-ps install-ps-am \
541         install-strip installcheck installcheck-am installdirs \
542         maintainer-clean maintainer-clean-generic mostlyclean \
543         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
544         tags-am uninstall uninstall-am
545
546 .PRECIOUS: Makefile
547
548
549 # Tell versions [3.59,3.63) of GNU make to not export all variables.
550 # Otherwise a system limit (for SysV at least) may be exceeded.
551 .NOEXPORT: