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