VirtualBox

source: vbox/trunk/src/libs/curl-7.83.1/include/Makefile.in@ 96216

Last change on this file since 96216 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

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