blob: 78404196f7db975bf5a7d79d2cf0bfe82f0c97c0 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001# 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 = packages/vms
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 =
137SOURCES =
138DIST_SOURCES =
139am__can_run_installinfo = \
140 case $$AM_UPDATE_INFO_DIR in \
141 n|no|NO) false;; \
142 *) (install-info --version) >/dev/null 2>&1;; \
143 esac
144am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
145am__DIST_COMMON = $(srcdir)/Makefile.in
146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147ACLOCAL = @ACLOCAL@
148AMTAR = @AMTAR@
149AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150AR = @AR@
151AR_FLAGS = @AR_FLAGS@
152AS = @AS@
153AUTOCONF = @AUTOCONF@
154AUTOHEADER = @AUTOHEADER@
155AUTOMAKE = @AUTOMAKE@
156AWK = @AWK@
157BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
158CC = @CC@
159CCDEPMODE = @CCDEPMODE@
160CFLAGS = @CFLAGS@
161CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
162CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
163CPP = @CPP@
164CPPFLAGS = @CPPFLAGS@
165CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
166CSCOPE = @CSCOPE@
167CTAGS = @CTAGS@
168CURLVERSION = @CURLVERSION@
169CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
170CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
171CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
172CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
173CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
174CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
175CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
176CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
177CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
178CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
179CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
180CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
181CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
182CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
183CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
184CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
185CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
186CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
187CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
188CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
189CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
190CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
191CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
192CYGPATH_W = @CYGPATH_W@
193DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
194DEFS = @DEFS@
195DEPDIR = @DEPDIR@
196DLLTOOL = @DLLTOOL@
197DSYMUTIL = @DSYMUTIL@
198DUMPBIN = @DUMPBIN@
199ECHO_C = @ECHO_C@
200ECHO_N = @ECHO_N@
201ECHO_T = @ECHO_T@
202EGREP = @EGREP@
203ENABLE_SHARED = @ENABLE_SHARED@
204ENABLE_STATIC = @ENABLE_STATIC@
205ETAGS = @ETAGS@
206EXEEXT = @EXEEXT@
207FGREP = @FGREP@
208FILECMD = @FILECMD@
209FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
210GCOV = @GCOV@
211GREP = @GREP@
212HAVE_BROTLI = @HAVE_BROTLI@
213HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
214HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
215HAVE_LIBZ = @HAVE_LIBZ@
216HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
217HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
218HAVE_ZSTD = @HAVE_ZSTD@
219IDN_ENABLED = @IDN_ENABLED@
220INSTALL = @INSTALL@
221INSTALL_DATA = @INSTALL_DATA@
222INSTALL_PROGRAM = @INSTALL_PROGRAM@
223INSTALL_SCRIPT = @INSTALL_SCRIPT@
224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225IPV6_ENABLED = @IPV6_ENABLED@
226LCOV = @LCOV@
227LD = @LD@
228LDFLAGS = @LDFLAGS@
229LIBCURL_LIBS = @LIBCURL_LIBS@
230LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
231LIBOBJS = @LIBOBJS@
232LIBS = @LIBS@
233LIBTOOL = @LIBTOOL@
234LIPO = @LIPO@
235LN_S = @LN_S@
236LTLIBOBJS = @LTLIBOBJS@
237LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
238MAINT = @MAINT@
239MAKEINFO = @MAKEINFO@
240MANIFEST_TOOL = @MANIFEST_TOOL@
241MANOPT = @MANOPT@
242MKDIR_P = @MKDIR_P@
243NM = @NM@
244NMEDIT = @NMEDIT@
245NROFF = @NROFF@
246NSS_LIBS = @NSS_LIBS@
247OBJDUMP = @OBJDUMP@
248OBJEXT = @OBJEXT@
249OTOOL = @OTOOL@
250OTOOL64 = @OTOOL64@
251PACKAGE = @PACKAGE@
252PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253PACKAGE_NAME = @PACKAGE_NAME@
254PACKAGE_STRING = @PACKAGE_STRING@
255PACKAGE_TARNAME = @PACKAGE_TARNAME@
256PACKAGE_URL = @PACKAGE_URL@
257PACKAGE_VERSION = @PACKAGE_VERSION@
258PATH_SEPARATOR = @PATH_SEPARATOR@
259PERL = @PERL@
260PKGADD_NAME = @PKGADD_NAME@
261PKGADD_PKG = @PKGADD_PKG@
262PKGADD_VENDOR = @PKGADD_VENDOR@
263PKGCONFIG = @PKGCONFIG@
264RANDOM_FILE = @RANDOM_FILE@
265RANLIB = @RANLIB@
266RC = @RC@
267REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
268SED = @SED@
269SET_MAKE = @SET_MAKE@
270SHELL = @SHELL@
271SSL_BACKENDS = @SSL_BACKENDS@
272SSL_ENABLED = @SSL_ENABLED@
273SSL_LIBS = @SSL_LIBS@
274STRIP = @STRIP@
275SUPPORT_FEATURES = @SUPPORT_FEATURES@
276SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
277USE_ARES = @USE_ARES@
278USE_BEARSSL = @USE_BEARSSL@
279USE_GNUTLS = @USE_GNUTLS@
280USE_HYPER = @USE_HYPER@
281USE_LIBRTMP = @USE_LIBRTMP@
282USE_LIBSSH = @USE_LIBSSH@
283USE_LIBSSH2 = @USE_LIBSSH2@
284USE_MBEDTLS = @USE_MBEDTLS@
285USE_MSH3 = @USE_MSH3@
286USE_NGHTTP2 = @USE_NGHTTP2@
287USE_NGHTTP3 = @USE_NGHTTP3@
288USE_NGTCP2 = @USE_NGTCP2@
289USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
290USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
291USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
292USE_NSS = @USE_NSS@
293USE_OPENLDAP = @USE_OPENLDAP@
294USE_QUICHE = @USE_QUICHE@
295USE_RUSTLS = @USE_RUSTLS@
296USE_SCHANNEL = @USE_SCHANNEL@
297USE_SECTRANSP = @USE_SECTRANSP@
298USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
299USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
300USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
301USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
302USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
303USE_WOLFSSH = @USE_WOLFSSH@
304USE_WOLFSSL = @USE_WOLFSSL@
305VERSION = @VERSION@
306VERSIONNUM = @VERSIONNUM@
307ZLIB_LIBS = @ZLIB_LIBS@
308ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
309abs_builddir = @abs_builddir@
310abs_srcdir = @abs_srcdir@
311abs_top_builddir = @abs_top_builddir@
312abs_top_srcdir = @abs_top_srcdir@
313ac_ct_AR = @ac_ct_AR@
314ac_ct_CC = @ac_ct_CC@
315ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
316am__include = @am__include@
317am__leading_dot = @am__leading_dot@
318am__quote = @am__quote@
319am__tar = @am__tar@
320am__untar = @am__untar@
321bindir = @bindir@
322build = @build@
323build_alias = @build_alias@
324build_cpu = @build_cpu@
325build_os = @build_os@
326build_vendor = @build_vendor@
327builddir = @builddir@
328datadir = @datadir@
329datarootdir = @datarootdir@
330docdir = @docdir@
331dvidir = @dvidir@
332exec_prefix = @exec_prefix@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344libext = @libext@
345localedir = @localedir@
346localstatedir = @localstatedir@
347mandir = @mandir@
348mkdir_p = @mkdir_p@
349oldincludedir = @oldincludedir@
350pdfdir = @pdfdir@
351prefix = @prefix@
352program_transform_name = @program_transform_name@
353psdir = @psdir@
354runstatedir = @runstatedir@
355sbindir = @sbindir@
356sharedstatedir = @sharedstatedir@
357srcdir = @srcdir@
358sysconfdir = @sysconfdir@
359target_alias = @target_alias@
360top_build_prefix = @top_build_prefix@
361top_builddir = @top_builddir@
362top_srcdir = @top_srcdir@
363
364#***************************************************************************
365# _ _ ____ _
366# Project ___| | | | _ \| |
367# / __| | | | |_) | |
368# | (__| |_| | _ <| |___
369# \___|\___/|_| \_\_____|
370#
371# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
372#
373# This software is licensed as described in the file COPYING, which
374# you should have received as part of this distribution. The terms
375# are also available at https://curl.se/docs/copyright.html.
376#
377# You may opt to use, copy, modify, merge, publish, distribute and/or sell
378# copies of the Software, and permit persons to whom the Software is
379# furnished to do so, under the terms of the COPYING file.
380#
381# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
382# KIND, either express or implied.
383#
384# SPDX-License-Identifier: curl
385#
386###########################################################################
387EXTRA_DIST = \
388 backup_gnv_curl_src.com \
389 build_curl-config_script.com \
390 build_gnv_curl.com \
391 build_gnv_curl_pcsi_desc.com \
392 build_gnv_curl_pcsi_text.com \
393 build_gnv_curl_release_notes.com \
394 build_libcurl_pc.com \
395 build_vms.com \
396 clean_gnv_curl.com \
397 compare_curl_source.com \
398 config_h.com \
399 curl_crtl_init.c \
400 curl_gnv_build_steps.txt \
401 curl_release_note_start.txt \
402 curl_startup.com \
403 curlmsg.h \
404 curlmsg.msg \
405 curlmsg.sdl \
406 curlmsg_vms.h \
407 generate_config_vms_h_curl.com \
408 generate_vax_transfer.com \
409 gnv_conftest.c_first \
410 gnv_curl_configure.sh \
411 gnv_libcurl_symbols.opt \
412 gnv_link_curl.com \
413 macro32_exactcase.patch \
414 make_gnv_curl_install.sh \
415 make_pcsi_curl_kit_name.com \
416 pcsi_gnv_curl_file_list.txt \
417 pcsi_product_gnv_curl.com \
418 readme \
419 report_openssl_version.c \
420 setup_gnv_curl_build.com \
421 stage_curl_install.com \
422 vms_eco_level.h
423
424all: all-am
425
426.SUFFIXES:
427$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
428 @for dep in $?; do \
429 case '$(am__configure_deps)' in \
430 *$$dep*) \
431 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
432 && { if test -f $@; then exit 0; else break; fi; }; \
433 exit 1;; \
434 esac; \
435 done; \
436 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/vms/Makefile'; \
437 $(am__cd) $(top_srcdir) && \
438 $(AUTOMAKE) --foreign packages/vms/Makefile
439Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
440 @case '$?' in \
441 *config.status*) \
442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
443 *) \
444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
445 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
446 esac;
447
448$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
449 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450
451$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
452 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455$(am__aclocal_m4_deps):
456
457mostlyclean-libtool:
458 -rm -f *.lo
459
460clean-libtool:
461 -rm -rf .libs _libs
462tags TAGS:
463
464ctags CTAGS:
465
466cscope cscopelist:
467
468distdir: $(BUILT_SOURCES)
469 $(MAKE) $(AM_MAKEFLAGS) distdir-am
470
471distdir-am: $(DISTFILES)
472 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474 list='$(DISTFILES)'; \
475 dist_files=`for file in $$list; do echo $$file; done | \
476 sed -e "s|^$$srcdirstrip/||;t" \
477 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478 case $$dist_files in \
479 */*) $(MKDIR_P) `echo "$$dist_files" | \
480 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481 sort -u` ;; \
482 esac; \
483 for file in $$dist_files; do \
484 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485 if test -d $$d/$$file; then \
486 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487 if test -d "$(distdir)/$$file"; then \
488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489 fi; \
490 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493 fi; \
494 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495 else \
496 test -f "$(distdir)/$$file" \
497 || cp -p $$d/$$file "$(distdir)/$$file" \
498 || exit 1; \
499 fi; \
500 done
501check-am: all-am
502check: check-am
503all-am: Makefile
504installdirs:
505install: install-am
506install-exec: install-exec-am
507install-data: install-data-am
508uninstall: uninstall-am
509
510install-am: all-am
511 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512
513installcheck: installcheck-am
514install-strip:
515 if test -z '$(STRIP)'; then \
516 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518 install; \
519 else \
520 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
521 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
522 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
523 fi
524mostlyclean-generic:
525
526clean-generic:
527
528distclean-generic:
529 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
530 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
531
532maintainer-clean-generic:
533 @echo "This command is intended for maintainers to use"
534 @echo "it deletes files that may require special tools to rebuild."
535clean: clean-am
536
537clean-am: clean-generic clean-libtool mostlyclean-am
538
539distclean: distclean-am
540 -rm -f Makefile
541distclean-am: clean-am distclean-generic
542
543dvi: dvi-am
544
545dvi-am:
546
547html: html-am
548
549html-am:
550
551info: info-am
552
553info-am:
554
555install-data-am:
556
557install-dvi: install-dvi-am
558
559install-dvi-am:
560
561install-exec-am:
562
563install-html: install-html-am
564
565install-html-am:
566
567install-info: install-info-am
568
569install-info-am:
570
571install-man:
572
573install-pdf: install-pdf-am
574
575install-pdf-am:
576
577install-ps: install-ps-am
578
579install-ps-am:
580
581installcheck-am:
582
583maintainer-clean: maintainer-clean-am
584 -rm -f Makefile
585maintainer-clean-am: distclean-am maintainer-clean-generic
586
587mostlyclean: mostlyclean-am
588
589mostlyclean-am: mostlyclean-generic mostlyclean-libtool
590
591pdf: pdf-am
592
593pdf-am:
594
595ps: ps-am
596
597ps-am:
598
599uninstall-am:
600
601.MAKE: install-am install-strip
602
603.PHONY: all all-am check check-am clean clean-generic clean-libtool \
604 cscopelist-am ctags-am distclean distclean-generic \
605 distclean-libtool distdir dvi dvi-am html html-am info info-am \
606 install install-am install-data install-data-am install-dvi \
607 install-dvi-am install-exec install-exec-am install-html \
608 install-html-am install-info install-info-am install-man \
609 install-pdf install-pdf-am install-ps install-ps-am \
610 install-strip installcheck installcheck-am installdirs \
611 maintainer-clean maintainer-clean-generic mostlyclean \
612 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
613 tags-am uninstall uninstall-am
614
615.PRECIOUS: Makefile
616
617
618# Tell versions [3.59,3.63) of GNU make to not export all variables.
619# Otherwise a system limit (for SysV at least) may be exceeded.
620.NOEXPORT: