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