VirtualBox

source: vbox/trunk/src/libs/curl-7.64.0/include/Makefile.in@ 95000

Last change on this file since 95000 was 85671, checked in by vboxsync, 4 years ago

Export out internal curl copy to make it a lot simpler to build VBox (OSE) on Windows. bugref:9814

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