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