Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / tests / testdata / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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 CC = @CC@
162 CCDEPMODE = @CCDEPMODE@
163 CFLAGS = @CFLAGS@
164 CPP = @CPP@
165 CPPFLAGS = @CPPFLAGS@
166 CUNIT_CFLAGS = @CUNIT_CFLAGS@
167 CUNIT_LIBS = @CUNIT_LIBS@
168 CXX = @CXX@
169 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
170 CXXCPP = @CXXCPP@
171 CXXDEPMODE = @CXXDEPMODE@
172 CXXFLAGS = @CXXFLAGS@
173 CYGPATH_W = @CYGPATH_W@
174 CYTHON = @CYTHON@
175 DEFS = @DEFS@
176 DEPDIR = @DEPDIR@
177 DLLTOOL = @DLLTOOL@
178 DSYMUTIL = @DSYMUTIL@
179 DUMPBIN = @DUMPBIN@
180 ECHO_C = @ECHO_C@
181 ECHO_N = @ECHO_N@
182 ECHO_T = @ECHO_T@
183 EGREP = @EGREP@
184 EXEEXT = @EXEEXT@
185 EXTRACFLAG = @EXTRACFLAG@
186 FGREP = @FGREP@
187 GREP = @GREP@
188 HAVE_CXX14 = @HAVE_CXX14@
189 INSTALL = @INSTALL@
190 INSTALL_DATA = @INSTALL_DATA@
191 INSTALL_PROGRAM = @INSTALL_PROGRAM@
192 INSTALL_SCRIPT = @INSTALL_SCRIPT@
193 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194 JANSSON_CFLAGS = @JANSSON_CFLAGS@
195 JANSSON_LIBS = @JANSSON_LIBS@
196 JEMALLOC_LIBS = @JEMALLOC_LIBS@
197 LD = @LD@
198 LDFLAGS = @LDFLAGS@
199 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
200 LIBCARES_LIBS = @LIBCARES_LIBS@
201 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
202 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
203 LIBEV_CFLAGS = @LIBEV_CFLAGS@
204 LIBEV_LIBS = @LIBEV_LIBS@
205 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
206 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
207 LIBOBJS = @LIBOBJS@
208 LIBS = @LIBS@
209 LIBTOOL = @LIBTOOL@
210 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
211 LIBXML2_LIBS = @LIBXML2_LIBS@
212 LIPO = @LIPO@
213 LN_S = @LN_S@
214 LTLIBOBJS = @LTLIBOBJS@
215 LT_AGE = @LT_AGE@
216 LT_CURRENT = @LT_CURRENT@
217 LT_REVISION = @LT_REVISION@
218 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
219 MAKEINFO = @MAKEINFO@
220 MANIFEST_TOOL = @MANIFEST_TOOL@
221 MKDIR_P = @MKDIR_P@
222 NM = @NM@
223 NMEDIT = @NMEDIT@
224 OBJDUMP = @OBJDUMP@
225 OBJEXT = @OBJEXT@
226 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
227 OPENSSL_LIBS = @OPENSSL_LIBS@
228 OTOOL = @OTOOL@
229 OTOOL64 = @OTOOL64@
230 PACKAGE = @PACKAGE@
231 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232 PACKAGE_NAME = @PACKAGE_NAME@
233 PACKAGE_STRING = @PACKAGE_STRING@
234 PACKAGE_TARNAME = @PACKAGE_TARNAME@
235 PACKAGE_URL = @PACKAGE_URL@
236 PACKAGE_VERSION = @PACKAGE_VERSION@
237 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
238 PATH_SEPARATOR = @PATH_SEPARATOR@
239 PKG_CONFIG = @PKG_CONFIG@
240 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
241 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
242 PYTHON = @PYTHON@
243 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
244 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
245 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
246 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
247 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
248 PYTHON_PLATFORM = @PYTHON_PLATFORM@
249 PYTHON_PREFIX = @PYTHON_PREFIX@
250 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
251 PYTHON_VERSION = @PYTHON_VERSION@
252 RANLIB = @RANLIB@
253 SED = @SED@
254 SET_MAKE = @SET_MAKE@
255 SHELL = @SHELL@
256 STRIP = @STRIP@
257 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
258 SYSTEMD_LIBS = @SYSTEMD_LIBS@
259 TESTLDADD = @TESTLDADD@
260 VERSION = @VERSION@
261 WARNCFLAGS = @WARNCFLAGS@
262 WARNCXXFLAGS = @WARNCXXFLAGS@
263 ZLIB_CFLAGS = @ZLIB_CFLAGS@
264 ZLIB_LIBS = @ZLIB_LIBS@
265 abs_builddir = @abs_builddir@
266 abs_srcdir = @abs_srcdir@
267 abs_top_builddir = @abs_top_builddir@
268 abs_top_srcdir = @abs_top_srcdir@
269 ac_ct_AR = @ac_ct_AR@
270 ac_ct_CC = @ac_ct_CC@
271 ac_ct_CXX = @ac_ct_CXX@
272 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
273 am__include = @am__include@
274 am__leading_dot = @am__leading_dot@
275 am__quote = @am__quote@
276 am__tar = @am__tar@
277 am__untar = @am__untar@
278 bindir = @bindir@
279 build = @build@
280 build_alias = @build_alias@
281 build_cpu = @build_cpu@
282 build_os = @build_os@
283 build_vendor = @build_vendor@
284 builddir = @builddir@
285 datadir = @datadir@
286 datarootdir = @datarootdir@
287 docdir = @docdir@
288 dvidir = @dvidir@
289 exec_prefix = @exec_prefix@
290 host = @host@
291 host_alias = @host_alias@
292 host_cpu = @host_cpu@
293 host_os = @host_os@
294 host_vendor = @host_vendor@
295 htmldir = @htmldir@
296 includedir = @includedir@
297 infodir = @infodir@
298 install_sh = @install_sh@
299 libdir = @libdir@
300 libexecdir = @libexecdir@
301 localedir = @localedir@
302 localstatedir = @localstatedir@
303 mandir = @mandir@
304 mkdir_p = @mkdir_p@
305 oldincludedir = @oldincludedir@
306 pdfdir = @pdfdir@
307 pkgpyexecdir = @pkgpyexecdir@
308 pkgpythondir = @pkgpythondir@
309 prefix = @prefix@
310 program_transform_name = @program_transform_name@
311 psdir = @psdir@
312 pyexecdir = @pyexecdir@
313 pythondir = @pythondir@
314 runstatedir = @runstatedir@
315 sbindir = @sbindir@
316 sharedstatedir = @sharedstatedir@
317 srcdir = @srcdir@
318 sysconfdir = @sysconfdir@
319 target = @target@
320 target_alias = @target_alias@
321 target_cpu = @target_cpu@
322 target_os = @target_os@
323 target_vendor = @target_vendor@
324 top_build_prefix = @top_build_prefix@
325 top_builddir = @top_builddir@
326 top_srcdir = @top_srcdir@
327
328 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
329 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
330 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
331 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
332 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
333 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
334 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
335 EXTRA_DIST = cacert.pem  index.html  privkey.pem
336 all: all-am
337
338 .SUFFIXES:
339 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
340         @for dep in $?; do \
341           case '$(am__configure_deps)' in \
342             *$$dep*) \
343               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
344                 && { if test -f $@; then exit 0; else break; fi; }; \
345               exit 1;; \
346           esac; \
347         done; \
348         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/testdata/Makefile'; \
349         $(am__cd) $(top_srcdir) && \
350           $(AUTOMAKE) --gnu tests/testdata/Makefile
351 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352         @case '$?' in \
353           *config.status*) \
354             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
355           *) \
356             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
357             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
358         esac;
359
360 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
361         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362
363 $(top_srcdir)/configure:  $(am__configure_deps)
364         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
366         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367 $(am__aclocal_m4_deps):
368
369 mostlyclean-libtool:
370         -rm -f *.lo
371
372 clean-libtool:
373         -rm -rf .libs _libs
374 tags TAGS:
375
376 ctags CTAGS:
377
378 cscope cscopelist:
379
380
381 distdir: $(BUILT_SOURCES)
382         $(MAKE) $(AM_MAKEFLAGS) distdir-am
383
384 distdir-am: $(DISTFILES)
385         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387         list='$(DISTFILES)'; \
388           dist_files=`for file in $$list; do echo $$file; done | \
389           sed -e "s|^$$srcdirstrip/||;t" \
390               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
391         case $$dist_files in \
392           */*) $(MKDIR_P) `echo "$$dist_files" | \
393                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
394                            sort -u` ;; \
395         esac; \
396         for file in $$dist_files; do \
397           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
398           if test -d $$d/$$file; then \
399             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
400             if test -d "$(distdir)/$$file"; then \
401               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
402             fi; \
403             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
404               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
405               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406             fi; \
407             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
408           else \
409             test -f "$(distdir)/$$file" \
410             || cp -p $$d/$$file "$(distdir)/$$file" \
411             || exit 1; \
412           fi; \
413         done
414 check-am: all-am
415 check: check-am
416 all-am: Makefile
417 installdirs:
418 install: install-am
419 install-exec: install-exec-am
420 install-data: install-data-am
421 uninstall: uninstall-am
422
423 install-am: all-am
424         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
425
426 installcheck: installcheck-am
427 install-strip:
428         if test -z '$(STRIP)'; then \
429           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
430             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
431               install; \
432         else \
433           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
434             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
435             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
436         fi
437 mostlyclean-generic:
438
439 clean-generic:
440
441 distclean-generic:
442         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
443         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
444
445 maintainer-clean-generic:
446         @echo "This command is intended for maintainers to use"
447         @echo "it deletes files that may require special tools to rebuild."
448 clean: clean-am
449
450 clean-am: clean-generic clean-libtool mostlyclean-am
451
452 distclean: distclean-am
453         -rm -f Makefile
454 distclean-am: clean-am distclean-generic
455
456 dvi: dvi-am
457
458 dvi-am:
459
460 html: html-am
461
462 html-am:
463
464 info: info-am
465
466 info-am:
467
468 install-data-am:
469
470 install-dvi: install-dvi-am
471
472 install-dvi-am:
473
474 install-exec-am:
475
476 install-html: install-html-am
477
478 install-html-am:
479
480 install-info: install-info-am
481
482 install-info-am:
483
484 install-man:
485
486 install-pdf: install-pdf-am
487
488 install-pdf-am:
489
490 install-ps: install-ps-am
491
492 install-ps-am:
493
494 installcheck-am:
495
496 maintainer-clean: maintainer-clean-am
497         -rm -f Makefile
498 maintainer-clean-am: distclean-am maintainer-clean-generic
499
500 mostlyclean: mostlyclean-am
501
502 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
503
504 pdf: pdf-am
505
506 pdf-am:
507
508 ps: ps-am
509
510 ps-am:
511
512 uninstall-am:
513
514 .MAKE: install-am install-strip
515
516 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
517         cscopelist-am ctags-am distclean distclean-generic \
518         distclean-libtool distdir dvi dvi-am html html-am info info-am \
519         install install-am install-data install-data-am install-dvi \
520         install-dvi-am install-exec install-exec-am install-html \
521         install-html-am install-info install-info-am install-man \
522         install-pdf install-pdf-am install-ps install-ps-am \
523         install-strip installcheck installcheck-am installdirs \
524         maintainer-clean maintainer-clean-generic mostlyclean \
525         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
526         tags-am uninstall uninstall-am
527
528 .PRECIOUS: Makefile
529
530
531 # Tell versions [3.59,3.63) of GNU make to not export all variables.
532 # Otherwise a system limit (for SysV at least) may be exceeded.
533 .NOEXPORT: