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