VirtualBox

source: vbox/trunk/src/libs/curl-7.87.0/include/Makefile.in@ 98929

Last change on this file since 98929 was 98326, checked in by vboxsync, 2 years ago

curl-7.87.0: Applied and adjusted our curl changes to 7.83.1. bugref:10356

  • Property svn:eol-style set to native
File size: 23.2 KB
Line 
1# Makefile.in generated by automake 1.16.5 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@
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 = include
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
93 $(top_srcdir)/m4/curl-bearssl.m4 \
94 $(top_srcdir)/m4/curl-compilers.m4 \
95 $(top_srcdir)/m4/curl-confopts.m4 \
96 $(top_srcdir)/m4/curl-functions.m4 \
97 $(top_srcdir)/m4/curl-gnutls.m4 \
98 $(top_srcdir)/m4/curl-mbedtls.m4 $(top_srcdir)/m4/curl-nss.m4 \
99 $(top_srcdir)/m4/curl-openssl.m4 \
100 $(top_srcdir)/m4/curl-override.m4 \
101 $(top_srcdir)/m4/curl-reentrant.m4 \
102 $(top_srcdir)/m4/curl-rustls.m4 \
103 $(top_srcdir)/m4/curl-schannel.m4 \
104 $(top_srcdir)/m4/curl-sectransp.m4 \
105 $(top_srcdir)/m4/curl-sysconfig.m4 \
106 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
107 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
108 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
109 $(top_srcdir)/m4/xc-am-iface.m4 \
110 $(top_srcdir)/m4/xc-cc-check.m4 \
111 $(top_srcdir)/m4/xc-lt-iface.m4 \
112 $(top_srcdir)/m4/xc-translit.m4 \
113 $(top_srcdir)/m4/xc-val-flgs.m4 \
114 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
115 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
116 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
117 $(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119 $(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
123CONFIG_CLEAN_FILES =
124CONFIG_CLEAN_VPATH_FILES =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo " GEN " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
137depcomp =
138am__maybe_remake_depfiles =
139SOURCES =
140DIST_SOURCES =
141RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
142 ctags-recursive dvi-recursive html-recursive info-recursive \
143 install-data-recursive install-dvi-recursive \
144 install-exec-recursive install-html-recursive \
145 install-info-recursive install-pdf-recursive \
146 install-ps-recursive install-recursive installcheck-recursive \
147 installdirs-recursive pdf-recursive ps-recursive \
148 tags-recursive uninstall-recursive
149am__can_run_installinfo = \
150 case $$AM_UPDATE_INFO_DIR in \
151 n|no|NO) false;; \
152 *) (install-info --version) >/dev/null 2>&1;; \
153 esac
154RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
155 distclean-recursive maintainer-clean-recursive
156am__recursive_targets = \
157 $(RECURSIVE_TARGETS) \
158 $(RECURSIVE_CLEAN_TARGETS) \
159 $(am__extra_recursive_targets)
160AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
161 distdir distdir-am
162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163# Read a list of newline-separated strings from the standard input,
164# and print each of them once, without duplicates. Input order is
165# *not* preserved.
166am__uniquify_input = $(AWK) '\
167 BEGIN { nonempty = 0; } \
168 { items[$$0] = 1; nonempty = 1; } \
169 END { if (nonempty) { for (i in items) print i; }; } \
170'
171# Make sure the list of sources is unique. This is necessary because,
172# e.g., the same source file might be shared among _SOURCES variables
173# for different programs/libraries.
174am__define_uniq_tagged_files = \
175 list='$(am__tagged_files)'; \
176 unique=`for i in $$list; do \
177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178 done | $(am__uniquify_input)`
179DIST_SUBDIRS = $(SUBDIRS)
180am__DIST_COMMON = $(srcdir)/Makefile.in README.md
181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182am__relativize = \
183 dir0=`pwd`; \
184 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
185 sed_rest='s,^[^/]*/*,,'; \
186 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
187 sed_butlast='s,/*[^/]*$$,,'; \
188 while test -n "$$dir1"; do \
189 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190 if test "$$first" != "."; then \
191 if test "$$first" = ".."; then \
192 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
193 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
194 else \
195 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
196 if test "$$first2" = "$$first"; then \
197 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
198 else \
199 dir2="../$$dir2"; \
200 fi; \
201 dir0="$$dir0"/"$$first"; \
202 fi; \
203 fi; \
204 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
205 done; \
206 reldir="$$dir2"
207ACLOCAL = @ACLOCAL@
208AMTAR = @AMTAR@
209AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210AR = @AR@
211AR_FLAGS = @AR_FLAGS@
212AS = @AS@
213AUTOCONF = @AUTOCONF@
214AUTOHEADER = @AUTOHEADER@
215AUTOMAKE = @AUTOMAKE@
216AWK = @AWK@
217BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
218CC = @CC@
219CCDEPMODE = @CCDEPMODE@
220CFLAGS = @CFLAGS@
221CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
222CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
223CPP = @CPP@
224CPPFLAGS = @CPPFLAGS@
225CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
226CSCOPE = @CSCOPE@
227CTAGS = @CTAGS@
228CURLVERSION = @CURLVERSION@
229CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
230CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
231CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
232CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
233CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
234CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
235CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
236CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
237CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
238CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
239CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
240CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
241CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
242CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
243CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
244CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
245CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
246CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
247CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
248CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
249CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
250CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
251CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
252CYGPATH_W = @CYGPATH_W@
253DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
254DEFS = @DEFS@
255DEPDIR = @DEPDIR@
256DLLTOOL = @DLLTOOL@
257DSYMUTIL = @DSYMUTIL@
258DUMPBIN = @DUMPBIN@
259ECHO_C = @ECHO_C@
260ECHO_N = @ECHO_N@
261ECHO_T = @ECHO_T@
262EGREP = @EGREP@
263ENABLE_SHARED = @ENABLE_SHARED@
264ENABLE_STATIC = @ENABLE_STATIC@
265ETAGS = @ETAGS@
266EXEEXT = @EXEEXT@
267FGREP = @FGREP@
268FILECMD = @FILECMD@
269FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
270GCOV = @GCOV@
271GREP = @GREP@
272HAVE_BROTLI = @HAVE_BROTLI@
273HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
274HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
275HAVE_LIBZ = @HAVE_LIBZ@
276HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
277HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
278HAVE_ZSTD = @HAVE_ZSTD@
279IDN_ENABLED = @IDN_ENABLED@
280INSTALL = @INSTALL@
281INSTALL_DATA = @INSTALL_DATA@
282INSTALL_PROGRAM = @INSTALL_PROGRAM@
283INSTALL_SCRIPT = @INSTALL_SCRIPT@
284INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
285IPV6_ENABLED = @IPV6_ENABLED@
286LCOV = @LCOV@
287LD = @LD@
288LDFLAGS = @LDFLAGS@
289LIBCURL_LIBS = @LIBCURL_LIBS@
290LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
291LIBOBJS = @LIBOBJS@
292LIBS = @LIBS@
293LIBTOOL = @LIBTOOL@
294LIPO = @LIPO@
295LN_S = @LN_S@
296LTLIBOBJS = @LTLIBOBJS@
297LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
298MAINT = @MAINT@
299MAKEINFO = @MAKEINFO@
300MANIFEST_TOOL = @MANIFEST_TOOL@
301MANOPT = @MANOPT@
302MKDIR_P = @MKDIR_P@
303NM = @NM@
304NMEDIT = @NMEDIT@
305NROFF = @NROFF@
306NSS_LIBS = @NSS_LIBS@
307OBJDUMP = @OBJDUMP@
308OBJEXT = @OBJEXT@
309OTOOL = @OTOOL@
310OTOOL64 = @OTOOL64@
311PACKAGE = @PACKAGE@
312PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
313PACKAGE_NAME = @PACKAGE_NAME@
314PACKAGE_STRING = @PACKAGE_STRING@
315PACKAGE_TARNAME = @PACKAGE_TARNAME@
316PACKAGE_URL = @PACKAGE_URL@
317PACKAGE_VERSION = @PACKAGE_VERSION@
318PATH_SEPARATOR = @PATH_SEPARATOR@
319PERL = @PERL@
320PKGADD_NAME = @PKGADD_NAME@
321PKGADD_PKG = @PKGADD_PKG@
322PKGADD_VENDOR = @PKGADD_VENDOR@
323PKGCONFIG = @PKGCONFIG@
324RANDOM_FILE = @RANDOM_FILE@
325RANLIB = @RANLIB@
326RC = @RC@
327REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
328SED = @SED@
329SET_MAKE = @SET_MAKE@
330SHELL = @SHELL@
331SSL_BACKENDS = @SSL_BACKENDS@
332SSL_ENABLED = @SSL_ENABLED@
333SSL_LIBS = @SSL_LIBS@
334STRIP = @STRIP@
335SUPPORT_FEATURES = @SUPPORT_FEATURES@
336SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
337TEST_NGHTTPX = @TEST_NGHTTPX@
338USE_ARES = @USE_ARES@
339USE_BEARSSL = @USE_BEARSSL@
340USE_GNUTLS = @USE_GNUTLS@
341USE_HYPER = @USE_HYPER@
342USE_LIBRTMP = @USE_LIBRTMP@
343USE_LIBSSH = @USE_LIBSSH@
344USE_LIBSSH2 = @USE_LIBSSH2@
345USE_MBEDTLS = @USE_MBEDTLS@
346USE_MSH3 = @USE_MSH3@
347USE_NGHTTP2 = @USE_NGHTTP2@
348USE_NGHTTP3 = @USE_NGHTTP3@
349USE_NGTCP2 = @USE_NGTCP2@
350USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
351USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
352USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
353USE_NSS = @USE_NSS@
354USE_OPENLDAP = @USE_OPENLDAP@
355USE_QUICHE = @USE_QUICHE@
356USE_RUSTLS = @USE_RUSTLS@
357USE_SCHANNEL = @USE_SCHANNEL@
358USE_SECTRANSP = @USE_SECTRANSP@
359USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
360USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
361USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
362USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
363USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
364USE_WOLFSSH = @USE_WOLFSSH@
365USE_WOLFSSL = @USE_WOLFSSL@
366VERSION = @VERSION@
367VERSIONNUM = @VERSIONNUM@
368ZLIB_LIBS = @ZLIB_LIBS@
369ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
370abs_builddir = @abs_builddir@
371abs_srcdir = @abs_srcdir@
372abs_top_builddir = @abs_top_builddir@
373abs_top_srcdir = @abs_top_srcdir@
374ac_ct_AR = @ac_ct_AR@
375ac_ct_CC = @ac_ct_CC@
376ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
377am__include = @am__include@
378am__leading_dot = @am__leading_dot@
379am__quote = @am__quote@
380am__tar = @am__tar@
381am__untar = @am__untar@
382bindir = @bindir@
383build = @build@
384build_alias = @build_alias@
385build_cpu = @build_cpu@
386build_os = @build_os@
387build_vendor = @build_vendor@
388builddir = @builddir@
389datadir = @datadir@
390datarootdir = @datarootdir@
391docdir = @docdir@
392dvidir = @dvidir@
393exec_prefix = @exec_prefix@
394host = @host@
395host_alias = @host_alias@
396host_cpu = @host_cpu@
397host_os = @host_os@
398host_vendor = @host_vendor@
399htmldir = @htmldir@
400includedir = @includedir@
401infodir = @infodir@
402install_sh = @install_sh@
403libdir = @libdir@
404libexecdir = @libexecdir@
405libext = @libext@
406localedir = @localedir@
407localstatedir = @localstatedir@
408mandir = @mandir@
409mkdir_p = @mkdir_p@
410oldincludedir = @oldincludedir@
411pdfdir = @pdfdir@
412prefix = @prefix@
413program_transform_name = @program_transform_name@
414psdir = @psdir@
415runstatedir = @runstatedir@
416sbindir = @sbindir@
417sharedstatedir = @sharedstatedir@
418srcdir = @srcdir@
419sysconfdir = @sysconfdir@
420target_alias = @target_alias@
421top_build_prefix = @top_build_prefix@
422top_builddir = @top_builddir@
423top_srcdir = @top_srcdir@
424
425#***************************************************************************
426# _ _ ____ _
427# Project ___| | | | _ \| |
428# / __| | | | |_) | |
429# | (__| |_| | _ <| |___
430# \___|\___/|_| \_\_____|
431#
432# Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
433#
434# This software is licensed as described in the file COPYING, which
435# you should have received as part of this distribution. The terms
436# are also available at https://curl.se/docs/copyright.html.
437#
438# You may opt to use, copy, modify, merge, publish, distribute and/or sell
439# copies of the Software, and permit persons to whom the Software is
440# furnished to do so, under the terms of the COPYING file.
441#
442# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
443# KIND, either express or implied.
444#
445# SPDX-License-Identifier: curl
446#
447###########################################################################
448SUBDIRS = curl
449EXTRA_DIST = README.md
450AUTOMAKE_OPTIONS = foreign no-dependencies
451all: all-recursive
452
453.SUFFIXES:
454$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
455 @for dep in $?; do \
456 case '$(am__configure_deps)' in \
457 *$$dep*) \
458 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
459 && { if test -f $@; then exit 0; else break; fi; }; \
460 exit 1;; \
461 esac; \
462 done; \
463 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
464 $(am__cd) $(top_srcdir) && \
465 $(AUTOMAKE) --foreign include/Makefile
466Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
467 @case '$?' in \
468 *config.status*) \
469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470 *) \
471 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
472 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
473 esac;
474
475$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477
478$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
479 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
481 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482$(am__aclocal_m4_deps):
483
484mostlyclean-libtool:
485 -rm -f *.lo
486
487clean-libtool:
488 -rm -rf .libs _libs
489
490# This directory's subdirectories are mostly independent; you can cd
491# into them and run 'make' without going through this Makefile.
492# To change the values of 'make' variables: instead of editing Makefiles,
493# (1) if the variable is set in 'config.status', edit 'config.status'
494# (which will cause the Makefiles to be regenerated when you run 'make');
495# (2) otherwise, pass the desired values on the 'make' command line.
496$(am__recursive_targets):
497 @fail=; \
498 if $(am__make_keepgoing); then \
499 failcom='fail=yes'; \
500 else \
501 failcom='exit 1'; \
502 fi; \
503 dot_seen=no; \
504 target=`echo $@ | sed s/-recursive//`; \
505 case "$@" in \
506 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
507 *) list='$(SUBDIRS)' ;; \
508 esac; \
509 for subdir in $$list; do \
510 echo "Making $$target in $$subdir"; \
511 if test "$$subdir" = "."; then \
512 dot_seen=yes; \
513 local_target="$$target-am"; \
514 else \
515 local_target="$$target"; \
516 fi; \
517 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
518 || eval $$failcom; \
519 done; \
520 if test "$$dot_seen" = "no"; then \
521 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
522 fi; test -z "$$fail"
523
524ID: $(am__tagged_files)
525 $(am__define_uniq_tagged_files); mkid -fID $$unique
526tags: tags-recursive
527TAGS: tags
528
529tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
530 set x; \
531 here=`pwd`; \
532 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
533 include_option=--etags-include; \
534 empty_fix=.; \
535 else \
536 include_option=--include; \
537 empty_fix=; \
538 fi; \
539 list='$(SUBDIRS)'; for subdir in $$list; do \
540 if test "$$subdir" = .; then :; else \
541 test ! -f $$subdir/TAGS || \
542 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
543 fi; \
544 done; \
545 $(am__define_uniq_tagged_files); \
546 shift; \
547 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
548 test -n "$$unique" || unique=$$empty_fix; \
549 if test $$# -gt 0; then \
550 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551 "$$@" $$unique; \
552 else \
553 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
554 $$unique; \
555 fi; \
556 fi
557ctags: ctags-recursive
558
559CTAGS: ctags
560ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
561 $(am__define_uniq_tagged_files); \
562 test -z "$(CTAGS_ARGS)$$unique" \
563 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
564 $$unique
565
566GTAGS:
567 here=`$(am__cd) $(top_builddir) && pwd` \
568 && $(am__cd) $(top_srcdir) \
569 && gtags -i $(GTAGS_ARGS) "$$here"
570cscopelist: cscopelist-recursive
571
572cscopelist-am: $(am__tagged_files)
573 list='$(am__tagged_files)'; \
574 case "$(srcdir)" in \
575 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
576 *) sdir=$(subdir)/$(srcdir) ;; \
577 esac; \
578 for i in $$list; do \
579 if test -f "$$i"; then \
580 echo "$(subdir)/$$i"; \
581 else \
582 echo "$$sdir/$$i"; \
583 fi; \
584 done >> $(top_builddir)/cscope.files
585
586distclean-tags:
587 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
588distdir: $(BUILT_SOURCES)
589 $(MAKE) $(AM_MAKEFLAGS) distdir-am
590
591distdir-am: $(DISTFILES)
592 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
593 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594 list='$(DISTFILES)'; \
595 dist_files=`for file in $$list; do echo $$file; done | \
596 sed -e "s|^$$srcdirstrip/||;t" \
597 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
598 case $$dist_files in \
599 */*) $(MKDIR_P) `echo "$$dist_files" | \
600 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
601 sort -u` ;; \
602 esac; \
603 for file in $$dist_files; do \
604 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
605 if test -d $$d/$$file; then \
606 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
607 if test -d "$(distdir)/$$file"; then \
608 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
609 fi; \
610 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
611 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
613 fi; \
614 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
615 else \
616 test -f "$(distdir)/$$file" \
617 || cp -p $$d/$$file "$(distdir)/$$file" \
618 || exit 1; \
619 fi; \
620 done
621 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
622 if test "$$subdir" = .; then :; else \
623 $(am__make_dryrun) \
624 || test -d "$(distdir)/$$subdir" \
625 || $(MKDIR_P) "$(distdir)/$$subdir" \
626 || exit 1; \
627 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
628 $(am__relativize); \
629 new_distdir=$$reldir; \
630 dir1=$$subdir; dir2="$(top_distdir)"; \
631 $(am__relativize); \
632 new_top_distdir=$$reldir; \
633 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
634 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
635 ($(am__cd) $$subdir && \
636 $(MAKE) $(AM_MAKEFLAGS) \
637 top_distdir="$$new_top_distdir" \
638 distdir="$$new_distdir" \
639 am__remove_distdir=: \
640 am__skip_length_check=: \
641 am__skip_mode_fix=: \
642 distdir) \
643 || exit 1; \
644 fi; \
645 done
646check-am: all-am
647check: check-recursive
648all-am: Makefile
649installdirs: installdirs-recursive
650installdirs-am:
651install: install-recursive
652install-exec: install-exec-recursive
653install-data: install-data-recursive
654uninstall: uninstall-recursive
655
656install-am: all-am
657 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
658
659installcheck: installcheck-recursive
660install-strip:
661 if test -z '$(STRIP)'; then \
662 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
663 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
664 install; \
665 else \
666 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
667 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
668 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
669 fi
670mostlyclean-generic:
671
672clean-generic:
673
674distclean-generic:
675 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
676 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
677
678maintainer-clean-generic:
679 @echo "This command is intended for maintainers to use"
680 @echo "it deletes files that may require special tools to rebuild."
681clean: clean-recursive
682
683clean-am: clean-generic clean-libtool mostlyclean-am
684
685distclean: distclean-recursive
686 -rm -f Makefile
687distclean-am: clean-am distclean-generic distclean-tags
688
689dvi: dvi-recursive
690
691dvi-am:
692
693html: html-recursive
694
695html-am:
696
697info: info-recursive
698
699info-am:
700
701install-data-am:
702
703install-dvi: install-dvi-recursive
704
705install-dvi-am:
706
707install-exec-am:
708
709install-html: install-html-recursive
710
711install-html-am:
712
713install-info: install-info-recursive
714
715install-info-am:
716
717install-man:
718
719install-pdf: install-pdf-recursive
720
721install-pdf-am:
722
723install-ps: install-ps-recursive
724
725install-ps-am:
726
727installcheck-am:
728
729maintainer-clean: maintainer-clean-recursive
730 -rm -f Makefile
731maintainer-clean-am: distclean-am maintainer-clean-generic
732
733mostlyclean: mostlyclean-recursive
734
735mostlyclean-am: mostlyclean-generic mostlyclean-libtool
736
737pdf: pdf-recursive
738
739pdf-am:
740
741ps: ps-recursive
742
743ps-am:
744
745uninstall-am:
746
747.MAKE: $(am__recursive_targets) install-am install-strip
748
749.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
750 check-am clean clean-generic clean-libtool cscopelist-am ctags \
751 ctags-am distclean distclean-generic distclean-libtool \
752 distclean-tags distdir dvi dvi-am html html-am info info-am \
753 install install-am install-data install-data-am install-dvi \
754 install-dvi-am install-exec install-exec-am install-html \
755 install-html-am install-info install-info-am install-man \
756 install-pdf install-pdf-am install-ps install-ps-am \
757 install-strip installcheck installcheck-am installdirs \
758 installdirs-am maintainer-clean maintainer-clean-generic \
759 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
760 ps ps-am tags tags-am uninstall uninstall-am
761
762.PRECIOUS: Makefile
763
764
765# Tell versions [3.59,3.63) of GNU make to not export all variables.
766# Otherwise a system limit (for SysV at least) may be exceeded.
767.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette