dd2f19baa5b004057846cb4433d02355bb478003
[platform/upstream/curl.git] / packages / Linux / RPM / Makefile.in
1 # Makefile.in generated by automake 1.13.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = packages/Linux/RPM
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82         $(top_srcdir)/mkinstalldirs $(srcdir)/curl.spec.in \
83         $(srcdir)/curl-ssl.spec.in README
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
86         $(top_srcdir)/m4/curl-confopts.m4 \
87         $(top_srcdir)/m4/curl-functions.m4 \
88         $(top_srcdir)/m4/curl-openssl.m4 \
89         $(top_srcdir)/m4/curl-override.m4 \
90         $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
91         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93         $(top_srcdir)/m4/xc-am-iface.m4 \
94         $(top_srcdir)/m4/xc-cc-check.m4 \
95         $(top_srcdir)/m4/xc-lt-iface.m4 \
96         $(top_srcdir)/m4/xc-translit.m4 \
97         $(top_srcdir)/m4/xc-val-flgs.m4 \
98         $(top_srcdir)/m4/zz40-xc-ovr.m4 \
99         $(top_srcdir)/m4/zz50-xc-ovr.m4 \
100         $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
101         $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103         $(ACLOCAL_M4)
104 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
106         $(top_builddir)/include/curl/curlbuild.h
107 CONFIG_CLEAN_FILES = curl.spec curl-ssl.spec
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo "  GEN     " $@;
116 am__v_GEN_1 = 
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 = 
121 SOURCES =
122 DIST_SOURCES =
123 am__can_run_installinfo = \
124   case $$AM_UPDATE_INFO_DIR in \
125     n|no|NO) false;; \
126     *) (install-info --version) >/dev/null 2>&1;; \
127   esac
128 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 ACLOCAL = @ACLOCAL@
131 AMTAR = @AMTAR@
132 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133 AR = @AR@
134 AS = @AS@
135 AUTOCONF = @AUTOCONF@
136 AUTOHEADER = @AUTOHEADER@
137 AUTOMAKE = @AUTOMAKE@
138 AWK = @AWK@
139 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
140 CC = @CC@
141 CCDEPMODE = @CCDEPMODE@
142 CFLAGS = @CFLAGS@
143 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
144 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
145 CPP = @CPP@
146 CPPFLAGS = @CPPFLAGS@
147 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
148 CURLVERSION = @CURLVERSION@
149 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
150 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
151 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
152 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
153 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
154 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
155 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
156 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
157 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
158 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
159 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
160 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
161 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
162 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
163 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
164 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
165 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
166 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
167 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
168 CYGPATH_W = @CYGPATH_W@
169 DEFS = @DEFS@
170 DEPDIR = @DEPDIR@
171 DLLTOOL = @DLLTOOL@
172 DSYMUTIL = @DSYMUTIL@
173 DUMPBIN = @DUMPBIN@
174 ECHO_C = @ECHO_C@
175 ECHO_N = @ECHO_N@
176 ECHO_T = @ECHO_T@
177 EGREP = @EGREP@
178 ENABLE_SHARED = @ENABLE_SHARED@
179 ENABLE_STATIC = @ENABLE_STATIC@
180 EXEEXT = @EXEEXT@
181 FGREP = @FGREP@
182 GREP = @GREP@
183 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
184 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
185 HAVE_LIBZ = @HAVE_LIBZ@
186 HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
187 HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
188 IDN_ENABLED = @IDN_ENABLED@
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 IPV6_ENABLED = @IPV6_ENABLED@
195 KRB4_ENABLED = @KRB4_ENABLED@
196 LD = @LD@
197 LDFLAGS = @LDFLAGS@
198 LIBCURL_LIBS = @LIBCURL_LIBS@
199 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
200 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
201 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
202 LIBOBJS = @LIBOBJS@
203 LIBS = @LIBS@
204 LIBTOOL = @LIBTOOL@
205 LIPO = @LIPO@
206 LN_S = @LN_S@
207 LTLIBOBJS = @LTLIBOBJS@
208 MAINT = @MAINT@
209 MAKEINFO = @MAKEINFO@
210 MANIFEST_TOOL = @MANIFEST_TOOL@
211 MANOPT = @MANOPT@
212 MKDIR_P = @MKDIR_P@
213 NM = @NM@
214 NMEDIT = @NMEDIT@
215 NROFF = @NROFF@
216 OBJDUMP = @OBJDUMP@
217 OBJEXT = @OBJEXT@
218 OTOOL = @OTOOL@
219 OTOOL64 = @OTOOL64@
220 PACKAGE = @PACKAGE@
221 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222 PACKAGE_NAME = @PACKAGE_NAME@
223 PACKAGE_STRING = @PACKAGE_STRING@
224 PACKAGE_TARNAME = @PACKAGE_TARNAME@
225 PACKAGE_URL = @PACKAGE_URL@
226 PACKAGE_VERSION = @PACKAGE_VERSION@
227 PATH_SEPARATOR = @PATH_SEPARATOR@
228 PERL = @PERL@
229 PKGADD_NAME = @PKGADD_NAME@
230 PKGADD_PKG = @PKGADD_PKG@
231 PKGADD_VENDOR = @PKGADD_VENDOR@
232 PKGCONFIG = @PKGCONFIG@
233 RANDOM_FILE = @RANDOM_FILE@
234 RANLIB = @RANLIB@
235 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
236 SED = @SED@
237 SET_MAKE = @SET_MAKE@
238 SHELL = @SHELL@
239 SSL_ENABLED = @SSL_ENABLED@
240 STRIP = @STRIP@
241 SUPPORT_FEATURES = @SUPPORT_FEATURES@
242 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
243 USE_ARES = @USE_ARES@
244 USE_AXTLS = @USE_AXTLS@
245 USE_CYASSL = @USE_CYASSL@
246 USE_DARWINSSL = @USE_DARWINSSL@
247 USE_GNUTLS = @USE_GNUTLS@
248 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
249 USE_LIBRTMP = @USE_LIBRTMP@
250 USE_LIBSSH2 = @USE_LIBSSH2@
251 USE_NSS = @USE_NSS@
252 USE_OPENLDAP = @USE_OPENLDAP@
253 USE_POLARSSL = @USE_POLARSSL@
254 USE_SCHANNEL = @USE_SCHANNEL@
255 USE_SSLEAY = @USE_SSLEAY@
256 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
257 VERSION = @VERSION@
258 VERSIONNUM = @VERSIONNUM@
259 ZLIB_LIBS = @ZLIB_LIBS@
260 abs_builddir = @abs_builddir@
261 abs_srcdir = @abs_srcdir@
262 abs_top_builddir = @abs_top_builddir@
263 abs_top_srcdir = @abs_top_srcdir@
264 ac_ct_AR = @ac_ct_AR@
265 ac_ct_CC = @ac_ct_CC@
266 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267 am__include = @am__include@
268 am__leading_dot = @am__leading_dot@
269 am__quote = @am__quote@
270 am__tar = @am__tar@
271 am__untar = @am__untar@
272 bindir = @bindir@
273 build = @build@
274 build_alias = @build_alias@
275 build_cpu = @build_cpu@
276 build_os = @build_os@
277 build_vendor = @build_vendor@
278 builddir = @builddir@
279 datadir = @datadir@
280 datarootdir = @datarootdir@
281 docdir = @docdir@
282 dvidir = @dvidir@
283 exec_prefix = @exec_prefix@
284 host = @host@
285 host_alias = @host_alias@
286 host_cpu = @host_cpu@
287 host_os = @host_os@
288 host_vendor = @host_vendor@
289 htmldir = @htmldir@
290 includedir = @includedir@
291 infodir = @infodir@
292 install_sh = @install_sh@
293 libdir = @libdir@
294 libexecdir = @libexecdir@
295 libext = @libext@
296 localedir = @localedir@
297 localstatedir = @localstatedir@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 subdirs = @subdirs@
309 sysconfdir = @sysconfdir@
310 target_alias = @target_alias@
311 top_build_prefix = @top_build_prefix@
312 top_builddir = @top_builddir@
313 top_srcdir = @top_srcdir@
314 EXTRA_DIST = README curl-ssl.spec.in curl.spec.in make_curl_rpm
315 all: all-am
316
317 .SUFFIXES:
318 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
319         @for dep in $?; do \
320           case '$(am__configure_deps)' in \
321             *$$dep*) \
322               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
323                 && { if test -f $@; then exit 0; else break; fi; }; \
324               exit 1;; \
325           esac; \
326         done; \
327         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Linux/RPM/Makefile'; \
328         $(am__cd) $(top_srcdir) && \
329           $(AUTOMAKE) --foreign packages/Linux/RPM/Makefile
330 .PRECIOUS: Makefile
331 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332         @case '$?' in \
333           *config.status*) \
334             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335           *) \
336             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
337             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
338         esac;
339
340 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
341         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342
343 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
344         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
346         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(am__aclocal_m4_deps):
348 curl.spec: $(top_builddir)/config.status $(srcdir)/curl.spec.in
349         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
350 curl-ssl.spec: $(top_builddir)/config.status $(srcdir)/curl-ssl.spec.in
351         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
352
353 mostlyclean-libtool:
354         -rm -f *.lo
355
356 clean-libtool:
357         -rm -rf .libs _libs
358 tags TAGS:
359
360 ctags CTAGS:
361
362 cscope cscopelist:
363
364
365 distdir: $(DISTFILES)
366         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368         list='$(DISTFILES)'; \
369           dist_files=`for file in $$list; do echo $$file; done | \
370           sed -e "s|^$$srcdirstrip/||;t" \
371               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
372         case $$dist_files in \
373           */*) $(MKDIR_P) `echo "$$dist_files" | \
374                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
375                            sort -u` ;; \
376         esac; \
377         for file in $$dist_files; do \
378           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379           if test -d $$d/$$file; then \
380             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
381             if test -d "$(distdir)/$$file"; then \
382               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383             fi; \
384             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
386               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387             fi; \
388             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
389           else \
390             test -f "$(distdir)/$$file" \
391             || cp -p $$d/$$file "$(distdir)/$$file" \
392             || exit 1; \
393           fi; \
394         done
395 check-am: all-am
396 check: check-am
397 all-am: Makefile
398 installdirs:
399 install: install-am
400 install-exec: install-exec-am
401 install-data: install-data-am
402 uninstall: uninstall-am
403
404 install-am: all-am
405         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
406
407 installcheck: installcheck-am
408 install-strip:
409         if test -z '$(STRIP)'; then \
410           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412               install; \
413         else \
414           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
415             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
416             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
417         fi
418 mostlyclean-generic:
419
420 clean-generic:
421
422 distclean-generic:
423         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
424         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
425
426 maintainer-clean-generic:
427         @echo "This command is intended for maintainers to use"
428         @echo "it deletes files that may require special tools to rebuild."
429 clean: clean-am
430
431 clean-am: clean-generic clean-libtool mostlyclean-am
432
433 distclean: distclean-am
434         -rm -f Makefile
435 distclean-am: clean-am distclean-generic
436
437 dvi: dvi-am
438
439 dvi-am:
440
441 html: html-am
442
443 html-am:
444
445 info: info-am
446
447 info-am:
448
449 install-data-am:
450
451 install-dvi: install-dvi-am
452
453 install-dvi-am:
454
455 install-exec-am:
456
457 install-html: install-html-am
458
459 install-html-am:
460
461 install-info: install-info-am
462
463 install-info-am:
464
465 install-man:
466
467 install-pdf: install-pdf-am
468
469 install-pdf-am:
470
471 install-ps: install-ps-am
472
473 install-ps-am:
474
475 installcheck-am:
476
477 maintainer-clean: maintainer-clean-am
478         -rm -f Makefile
479 maintainer-clean-am: distclean-am maintainer-clean-generic
480
481 mostlyclean: mostlyclean-am
482
483 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
484
485 pdf: pdf-am
486
487 pdf-am:
488
489 ps: ps-am
490
491 ps-am:
492
493 uninstall-am:
494
495 .MAKE: install-am install-strip
496
497 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
498         cscopelist-am ctags-am distclean distclean-generic \
499         distclean-libtool distdir dvi dvi-am html html-am info info-am \
500         install install-am install-data install-data-am install-dvi \
501         install-dvi-am install-exec install-exec-am install-html \
502         install-html-am install-info install-info-am install-man \
503         install-pdf install-pdf-am install-ps install-ps-am \
504         install-strip installcheck installcheck-am installdirs \
505         maintainer-clean maintainer-clean-generic mostlyclean \
506         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
507         tags-am uninstall uninstall-am
508
509
510 # Tell versions [3.59,3.63) of GNU make to not export all variables.
511 # Otherwise a system limit (for SysV at least) may be exceeded.
512 .NOEXPORT: