VirtualBox

source: vbox/trunk/src/libs/curl-8.11.1/include/Makefile.in@ 108192

Last change on this file since 108192 was 108048, checked in by vboxsync, 4 months ago

curl-8.11.1: Applied and adjusted our curl changes to 8.7.1. jiraref:VBP-1535

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

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