| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. | 
 | 2 | # @configure_input@ | 
 | 3 |  | 
 | 4 | # Copyright (C) 1994-2014 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@ | 
 | 16 |  | 
 | 17 | # | 
 | 18 | # | 
 | 19 | VPATH = @srcdir@ | 
 | 20 | am__is_gnu_make = { \ | 
 | 21 |   if test -z '$(MAKELEVEL)'; then \ | 
 | 22 |     false; \ | 
 | 23 |   elif test -n '$(MAKE_HOST)'; then \ | 
 | 24 |     true; \ | 
 | 25 |   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | 
 | 26 |     true; \ | 
 | 27 |   else \ | 
 | 28 |     false; \ | 
 | 29 |   fi; \ | 
 | 30 | } | 
 | 31 | am__make_running_with_option = \ | 
 | 32 |   case $${target_option-} in \ | 
 | 33 |       ?) ;; \ | 
 | 34 |       *) echo "am__make_running_with_option: internal error: invalid" \ | 
 | 35 |               "target option '$${target_option-}' specified" >&2; \ | 
 | 36 |          exit 1;; \ | 
 | 37 |   esac; \ | 
 | 38 |   has_opt=no; \ | 
 | 39 |   sane_makeflags=$$MAKEFLAGS; \ | 
 | 40 |   if $(am__is_gnu_make); then \ | 
 | 41 |     sane_makeflags=$$MFLAGS; \ | 
 | 42 |   else \ | 
 | 43 |     case $$MAKEFLAGS in \ | 
 | 44 |       *\\[\ \	]*) \ | 
 | 45 |         bs=\\; \ | 
 | 46 |         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | 
 | 47 |           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \ | 
 | 48 |     esac; \ | 
 | 49 |   fi; \ | 
 | 50 |   skip_next=no; \ | 
 | 51 |   strip_trailopt () \ | 
 | 52 |   { \ | 
 | 53 |     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | 
 | 54 |   }; \ | 
 | 55 |   for flg in $$sane_makeflags; do \ | 
 | 56 |     test $$skip_next = yes && { skip_next=no; continue; }; \ | 
 | 57 |     case $$flg in \ | 
 | 58 |       *=*|--*) continue;; \ | 
 | 59 |         -*I) strip_trailopt 'I'; skip_next=yes;; \ | 
 | 60 |       -*I?*) strip_trailopt 'I';; \ | 
 | 61 |         -*O) strip_trailopt 'O'; skip_next=yes;; \ | 
 | 62 |       -*O?*) strip_trailopt 'O';; \ | 
 | 63 |         -*l) strip_trailopt 'l'; skip_next=yes;; \ | 
 | 64 |       -*l?*) strip_trailopt 'l';; \ | 
 | 65 |       -[dEDm]) skip_next=yes;; \ | 
 | 66 |       -[JT]) skip_next=yes;; \ | 
 | 67 |     esac; \ | 
 | 68 |     case $$flg in \ | 
 | 69 |       *$$target_option*) has_opt=yes; break;; \ | 
 | 70 |     esac; \ | 
 | 71 |   done; \ | 
 | 72 |   test $$has_opt = yes | 
 | 73 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | 
 | 74 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | 
 | 75 | pkgdatadir = $(datadir)/@PACKAGE@ | 
 | 76 | pkgincludedir = $(includedir)/@PACKAGE@ | 
 | 77 | pkglibdir = $(libdir)/@PACKAGE@ | 
 | 78 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | 
 | 79 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | 
 | 80 | install_sh_DATA = $(install_sh) -c -m 644 | 
 | 81 | install_sh_PROGRAM = $(install_sh) -c | 
 | 82 | install_sh_SCRIPT = $(install_sh) -c | 
 | 83 | INSTALL_HEADER = $(INSTALL_DATA) | 
 | 84 | transform = $(program_transform_name) | 
 | 85 | NORMAL_INSTALL = : | 
 | 86 | PRE_INSTALL = : | 
 | 87 | POST_INSTALL = : | 
 | 88 | NORMAL_UNINSTALL = : | 
 | 89 | PRE_UNINSTALL = : | 
 | 90 | POST_UNINSTALL = : | 
 | 91 | build_triplet = @build@ | 
 | 92 | host_triplet = @host@ | 
 | 93 | subdir = packages/Solaris | 
 | 94 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
 | 95 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \ | 
 | 96 | 	$(top_srcdir)/m4/curl-compilers.m4 \ | 
 | 97 | 	$(top_srcdir)/m4/curl-confopts.m4 \ | 
 | 98 | 	$(top_srcdir)/m4/curl-functions.m4 \ | 
 | 99 | 	$(top_srcdir)/m4/curl-openssl.m4 \ | 
 | 100 | 	$(top_srcdir)/m4/curl-override.m4 \ | 
 | 101 | 	$(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \ | 
 | 102 | 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | 
 | 103 | 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | 
 | 104 | 	$(top_srcdir)/m4/xc-am-iface.m4 \ | 
 | 105 | 	$(top_srcdir)/m4/xc-cc-check.m4 \ | 
 | 106 | 	$(top_srcdir)/m4/xc-lt-iface.m4 \ | 
 | 107 | 	$(top_srcdir)/m4/xc-translit.m4 \ | 
 | 108 | 	$(top_srcdir)/m4/xc-val-flgs.m4 \ | 
 | 109 | 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \ | 
 | 110 | 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \ | 
 | 111 | 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ | 
 | 112 | 	$(top_srcdir)/configure.ac | 
 | 113 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 
 | 114 | 	$(ACLOCAL_M4) | 
 | 115 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) | 
 | 116 | mkinstalldirs = $(install_sh) -d | 
 | 117 | CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \ | 
 | 118 | 	$(top_builddir)/include/curl/curlbuild.h | 
 | 119 | CONFIG_CLEAN_FILES = | 
 | 120 | CONFIG_CLEAN_VPATH_FILES = | 
 | 121 | AM_V_P = $(am__v_P_@AM_V@) | 
 | 122 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | 
 | 123 | am__v_P_0 = false | 
 | 124 | am__v_P_1 = : | 
 | 125 | AM_V_GEN = $(am__v_GEN_@AM_V@) | 
 | 126 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | 
 | 127 | am__v_GEN_0 = @echo "  GEN     " $@; | 
 | 128 | am__v_GEN_1 =  | 
 | 129 | AM_V_at = $(am__v_at_@AM_V@) | 
 | 130 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | 
 | 131 | am__v_at_0 = @ | 
 | 132 | am__v_at_1 =  | 
 | 133 | SOURCES = | 
 | 134 | DIST_SOURCES = | 
 | 135 | am__can_run_installinfo = \ | 
 | 136 |   case $$AM_UPDATE_INFO_DIR in \ | 
 | 137 |     n|no|NO) false;; \ | 
 | 138 |     *) (install-info --version) >/dev/null 2>&1;; \ | 
 | 139 |   esac | 
 | 140 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | 
 | 141 | am__DIST_COMMON = $(srcdir)/Makefile.in | 
 | 142 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 
 | 143 | ACLOCAL = @ACLOCAL@ | 
 | 144 | AMTAR = @AMTAR@ | 
 | 145 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | 
 | 146 | AR = @AR@ | 
 | 147 | AS = @AS@ | 
 | 148 | AUTOCONF = @AUTOCONF@ | 
 | 149 | AUTOHEADER = @AUTOHEADER@ | 
 | 150 | AUTOMAKE = @AUTOMAKE@ | 
 | 151 | AWK = @AWK@ | 
 | 152 | BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ | 
 | 153 | CC = @CC@ | 
 | 154 | CCDEPMODE = @CCDEPMODE@ | 
 | 155 | CFLAGS = @CFLAGS@ | 
 | 156 | CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ | 
 | 157 | CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ | 
 | 158 | CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ | 
 | 159 | CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ | 
 | 160 | CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ | 
 | 161 | CPP = @CPP@ | 
 | 162 | CPPFLAGS = @CPPFLAGS@ | 
 | 163 | CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ | 
 | 164 | CURLVERSION = @CURLVERSION@ | 
 | 165 | CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ | 
 | 166 | CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ | 
 | 167 | CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ | 
 | 168 | CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ | 
 | 169 | CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ | 
 | 170 | CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ | 
 | 171 | CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ | 
 | 172 | CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ | 
 | 173 | CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ | 
 | 174 | CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ | 
 | 175 | CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ | 
 | 176 | CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ | 
 | 177 | CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ | 
 | 178 | CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ | 
 | 179 | CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ | 
 | 180 | CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ | 
 | 181 | CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ | 
 | 182 | CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ | 
 | 183 | CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ | 
 | 184 | CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ | 
 | 185 | CYGPATH_W = @CYGPATH_W@ | 
 | 186 | DEFS = @DEFS@ | 
 | 187 | DEPDIR = @DEPDIR@ | 
 | 188 | DLLTOOL = @DLLTOOL@ | 
 | 189 | DSYMUTIL = @DSYMUTIL@ | 
 | 190 | DUMPBIN = @DUMPBIN@ | 
 | 191 | ECHO_C = @ECHO_C@ | 
 | 192 | ECHO_N = @ECHO_N@ | 
 | 193 | ECHO_T = @ECHO_T@ | 
 | 194 | EGREP = @EGREP@ | 
 | 195 | ENABLE_SHARED = @ENABLE_SHARED@ | 
 | 196 | ENABLE_STATIC = @ENABLE_STATIC@ | 
 | 197 | EXEEXT = @EXEEXT@ | 
 | 198 | FGREP = @FGREP@ | 
 | 199 | GCOV = @GCOV@ | 
 | 200 | GENHTML = @GENHTML@ | 
 | 201 | GREP = @GREP@ | 
 | 202 | HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ | 
 | 203 | HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ | 
 | 204 | HAVE_LIBZ = @HAVE_LIBZ@ | 
 | 205 | HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ | 
 | 206 | IDN_ENABLED = @IDN_ENABLED@ | 
 | 207 | INSTALL = @INSTALL@ | 
 | 208 | INSTALL_DATA = @INSTALL_DATA@ | 
 | 209 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 
 | 210 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
 | 211 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | 
 | 212 | IPV6_ENABLED = @IPV6_ENABLED@ | 
 | 213 | LCOV = @LCOV@ | 
 | 214 | LD = @LD@ | 
 | 215 | LDFLAGS = @LDFLAGS@ | 
 | 216 | LIBCURL_LIBS = @LIBCURL_LIBS@ | 
 | 217 | LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@ | 
 | 218 | LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@ | 
 | 219 | LIBMETALINK_LIBS = @LIBMETALINK_LIBS@ | 
 | 220 | LIBOBJS = @LIBOBJS@ | 
 | 221 | LIBS = @LIBS@ | 
 | 222 | LIBTOOL = @LIBTOOL@ | 
 | 223 | LIPO = @LIPO@ | 
 | 224 | LN_S = @LN_S@ | 
 | 225 | LTLIBOBJS = @LTLIBOBJS@ | 
 | 226 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | 
 | 227 | MAINT = @MAINT@ | 
 | 228 | MAKEINFO = @MAKEINFO@ | 
 | 229 | MANIFEST_TOOL = @MANIFEST_TOOL@ | 
 | 230 | MANOPT = @MANOPT@ | 
 | 231 | MKDIR_P = @MKDIR_P@ | 
 | 232 | NM = @NM@ | 
 | 233 | NMEDIT = @NMEDIT@ | 
 | 234 | NROFF = @NROFF@ | 
 | 235 | NSS_LIBS = @NSS_LIBS@ | 
 | 236 | OBJDUMP = @OBJDUMP@ | 
 | 237 | OBJEXT = @OBJEXT@ | 
 | 238 | OTOOL = @OTOOL@ | 
 | 239 | OTOOL64 = @OTOOL64@ | 
 | 240 | PACKAGE = @PACKAGE@ | 
 | 241 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 
 | 242 | PACKAGE_NAME = @PACKAGE_NAME@ | 
 | 243 | PACKAGE_STRING = @PACKAGE_STRING@ | 
 | 244 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | 
 | 245 | PACKAGE_URL = @PACKAGE_URL@ | 
 | 246 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 
 | 247 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 
 | 248 | PERL = @PERL@ | 
 | 249 | PKGADD_NAME = "@PACKAGE@-@VERSION@ - @PKGADD_NAME@" | 
 | 250 | PKGADD_PKG = "@PKGADD_PKG@" | 
 | 251 | PKGADD_VENDOR = "@PKGADD_VENDOR@" | 
 | 252 | PKGCONFIG = @PKGCONFIG@ | 
 | 253 | RANDOM_FILE = @RANDOM_FILE@ | 
 | 254 | RANLIB = @RANLIB@ | 
 | 255 | REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ | 
 | 256 | SED = @SED@ | 
 | 257 | SET_MAKE = @SET_MAKE@ | 
 | 258 | SHELL = @SHELL@ | 
 | 259 | SSL_ENABLED = @SSL_ENABLED@ | 
 | 260 | SSL_LIBS = @SSL_LIBS@ | 
 | 261 | STRIP = @STRIP@ | 
 | 262 | SUPPORT_FEATURES = @SUPPORT_FEATURES@ | 
 | 263 | SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ | 
 | 264 | USE_ARES = @USE_ARES@ | 
 | 265 | USE_AXTLS = @USE_AXTLS@ | 
 | 266 | USE_CYASSL = @USE_CYASSL@ | 
 | 267 | USE_DARWINSSL = @USE_DARWINSSL@ | 
 | 268 | USE_GNUTLS = @USE_GNUTLS@ | 
 | 269 | USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@ | 
 | 270 | USE_LIBRTMP = @USE_LIBRTMP@ | 
 | 271 | USE_LIBSSH2 = @USE_LIBSSH2@ | 
 | 272 | USE_MBEDTLS = @USE_MBEDTLS@ | 
 | 273 | USE_NGHTTP2 = @USE_NGHTTP2@ | 
 | 274 | USE_NSS = @USE_NSS@ | 
 | 275 | USE_OPENLDAP = @USE_OPENLDAP@ | 
 | 276 | USE_POLARSSL = @USE_POLARSSL@ | 
 | 277 | USE_SCHANNEL = @USE_SCHANNEL@ | 
 | 278 | USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ | 
 | 279 | USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ | 
 | 280 | VERSION = @VERSION@ | 
 | 281 | VERSIONNUM = @VERSIONNUM@ | 
 | 282 | ZLIB_LIBS = @ZLIB_LIBS@ | 
 | 283 | ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ | 
 | 284 | abs_builddir = @abs_builddir@ | 
 | 285 | abs_srcdir = @abs_srcdir@ | 
 | 286 | abs_top_builddir = @abs_top_builddir@ | 
 | 287 | abs_top_srcdir = @abs_top_srcdir@ | 
 | 288 | ac_ct_AR = @ac_ct_AR@ | 
 | 289 | ac_ct_CC = @ac_ct_CC@ | 
 | 290 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | 
 | 291 | am__include = @am__include@ | 
 | 292 | am__leading_dot = @am__leading_dot@ | 
 | 293 | am__quote = @am__quote@ | 
 | 294 | am__tar = @am__tar@ | 
 | 295 | am__untar = @am__untar@ | 
 | 296 | bindir = @bindir@ | 
 | 297 | build = @build@ | 
 | 298 | build_alias = @build_alias@ | 
 | 299 | build_cpu = @build_cpu@ | 
 | 300 | build_os = @build_os@ | 
 | 301 | build_vendor = @build_vendor@ | 
 | 302 | builddir = @builddir@ | 
 | 303 | datadir = @datadir@ | 
 | 304 | datarootdir = @datarootdir@ | 
 | 305 | docdir = @docdir@ | 
 | 306 | dvidir = @dvidir@ | 
 | 307 | exec_prefix = @exec_prefix@ | 
 | 308 | host = @host@ | 
 | 309 | host_alias = @host_alias@ | 
 | 310 | host_cpu = @host_cpu@ | 
 | 311 | host_os = @host_os@ | 
 | 312 | host_vendor = @host_vendor@ | 
 | 313 | htmldir = @htmldir@ | 
 | 314 | includedir = @includedir@ | 
 | 315 | infodir = @infodir@ | 
 | 316 | install_sh = @install_sh@ | 
 | 317 | libdir = @libdir@ | 
 | 318 | libexecdir = @libexecdir@ | 
 | 319 | libext = @libext@ | 
 | 320 | localedir = @localedir@ | 
 | 321 | localstatedir = @localstatedir@ | 
 | 322 | mandir = @mandir@ | 
 | 323 | mkdir_p = @mkdir_p@ | 
 | 324 | oldincludedir = @oldincludedir@ | 
 | 325 | pdfdir = @pdfdir@ | 
 | 326 | prefix = @prefix@ | 
 | 327 | program_transform_name = @program_transform_name@ | 
 | 328 | psdir = @psdir@ | 
 | 329 | runstatedir = @runstatedir@ | 
 | 330 | sbindir = @sbindir@ | 
 | 331 | sharedstatedir = @sharedstatedir@ | 
 | 332 | srcdir = @srcdir@ | 
 | 333 | subdirs = @subdirs@ | 
 | 334 | sysconfdir = @sysconfdir@ | 
 | 335 | target_alias = @target_alias@ | 
 | 336 | top_build_prefix = @top_build_prefix@ | 
 | 337 | top_builddir = @top_builddir@ | 
 | 338 | top_srcdir = @top_srcdir@ | 
 | 339 | PKGADD_ARCH = "@host_cpu@" | 
 | 340 | PKGADD_DESC = "@PACKAGE@-@VERSION@ - @PKGADD_NAME@" | 
 | 341 | PKGADD_CLASSES = none | 
 | 342 | PKGADD_BASEDIR = / | 
 | 343 | PKGADD_FILE = ${PKGADD_PKG}-@PACKAGE@-@VERSION@-@host@.pkg | 
 | 344 | all: all-am | 
 | 345 |  | 
 | 346 | .SUFFIXES: | 
 | 347 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps) | 
 | 348 | 	@for dep in $?; do \ | 
 | 349 | 	  case '$(am__configure_deps)' in \ | 
 | 350 | 	    *$$dep*) \ | 
 | 351 | 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | 
 | 352 | 	        && { if test -f $@; then exit 0; else break; fi; }; \ | 
 | 353 | 	      exit 1;; \ | 
 | 354 | 	  esac; \ | 
 | 355 | 	done; \ | 
 | 356 | 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Solaris/Makefile'; \ | 
 | 357 | 	$(am__cd) $(top_srcdir) && \ | 
 | 358 | 	  $(AUTOMAKE) --foreign packages/Solaris/Makefile | 
 | 359 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 
 | 360 | 	@case '$?' in \ | 
 | 361 | 	  *config.status*) \ | 
 | 362 | 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | 
 | 363 | 	  *) \ | 
 | 364 | 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | 
 | 365 | 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | 
 | 366 | 	esac; | 
 | 367 |  | 
 | 368 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 
 | 369 | 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 
 | 370 |  | 
 | 371 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | 
 | 372 | 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 
 | 373 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | 
 | 374 | 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 
 | 375 | $(am__aclocal_m4_deps): | 
 | 376 |  | 
 | 377 | mostlyclean-libtool: | 
 | 378 | 	-rm -f *.lo | 
 | 379 |  | 
 | 380 | clean-libtool: | 
 | 381 | 	-rm -rf .libs _libs | 
 | 382 | tags TAGS: | 
 | 383 |  | 
 | 384 | ctags CTAGS: | 
 | 385 |  | 
 | 386 | cscope cscopelist: | 
 | 387 |  | 
 | 388 |  | 
 | 389 | distdir: $(DISTFILES) | 
 | 390 | 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
 | 391 | 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | 
 | 392 | 	list='$(DISTFILES)'; \ | 
 | 393 | 	  dist_files=`for file in $$list; do echo $$file; done | \ | 
 | 394 | 	  sed -e "s|^$$srcdirstrip/||;t" \ | 
 | 395 | 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | 
 | 396 | 	case $$dist_files in \ | 
 | 397 | 	  */*) $(MKDIR_P) `echo "$$dist_files" | \ | 
 | 398 | 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | 
 | 399 | 			   sort -u` ;; \ | 
 | 400 | 	esac; \ | 
 | 401 | 	for file in $$dist_files; do \ | 
 | 402 | 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | 
 | 403 | 	  if test -d $$d/$$file; then \ | 
 | 404 | 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | 
 | 405 | 	    if test -d "$(distdir)/$$file"; then \ | 
 | 406 | 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | 
 | 407 | 	    fi; \ | 
 | 408 | 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | 
 | 409 | 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | 
 | 410 | 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | 
 | 411 | 	    fi; \ | 
 | 412 | 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | 
 | 413 | 	  else \ | 
 | 414 | 	    test -f "$(distdir)/$$file" \ | 
 | 415 | 	    || cp -p $$d/$$file "$(distdir)/$$file" \ | 
 | 416 | 	    || exit 1; \ | 
 | 417 | 	  fi; \ | 
 | 418 | 	done | 
 | 419 | check-am: all-am | 
 | 420 | check: check-am | 
 | 421 | all-am: Makefile | 
 | 422 | installdirs: | 
 | 423 | install: install-am | 
 | 424 | install-exec: install-exec-am | 
 | 425 | install-data: install-data-am | 
 | 426 | uninstall: uninstall-am | 
 | 427 |  | 
 | 428 | install-am: all-am | 
 | 429 | 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 
 | 430 |  | 
 | 431 | installcheck: installcheck-am | 
 | 432 | install-strip: | 
 | 433 | 	if test -z '$(STRIP)'; then \ | 
 | 434 | 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
 | 435 | 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
 | 436 | 	      install; \ | 
 | 437 | 	else \ | 
 | 438 | 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | 
 | 439 | 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | 
 | 440 | 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | 
 | 441 | 	fi | 
 | 442 | mostlyclean-generic: | 
 | 443 |  | 
 | 444 | clean-generic: | 
 | 445 |  | 
 | 446 | distclean-generic: | 
 | 447 | 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | 
 | 448 | 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | 
 | 449 |  | 
 | 450 | maintainer-clean-generic: | 
 | 451 | 	@echo "This command is intended for maintainers to use" | 
 | 452 | 	@echo "it deletes files that may require special tools to rebuild." | 
 | 453 | clean: clean-am | 
 | 454 |  | 
 | 455 | clean-am: clean-generic clean-libtool mostlyclean-am | 
 | 456 |  | 
 | 457 | distclean: distclean-am | 
 | 458 | 	-rm -f Makefile | 
 | 459 | distclean-am: clean-am distclean-generic | 
 | 460 |  | 
 | 461 | dvi: dvi-am | 
 | 462 |  | 
 | 463 | dvi-am: | 
 | 464 |  | 
 | 465 | html: html-am | 
 | 466 |  | 
 | 467 | html-am: | 
 | 468 |  | 
 | 469 | info: info-am | 
 | 470 |  | 
 | 471 | info-am: | 
 | 472 |  | 
 | 473 | install-data-am: | 
 | 474 |  | 
 | 475 | install-dvi: install-dvi-am | 
 | 476 |  | 
 | 477 | install-dvi-am: | 
 | 478 |  | 
 | 479 | install-exec-am: | 
 | 480 |  | 
 | 481 | install-html: install-html-am | 
 | 482 |  | 
 | 483 | install-html-am: | 
 | 484 |  | 
 | 485 | install-info: install-info-am | 
 | 486 |  | 
 | 487 | install-info-am: | 
 | 488 |  | 
 | 489 | install-man: | 
 | 490 |  | 
 | 491 | install-pdf: install-pdf-am | 
 | 492 |  | 
 | 493 | install-pdf-am: | 
 | 494 |  | 
 | 495 | install-ps: install-ps-am | 
 | 496 |  | 
 | 497 | install-ps-am: | 
 | 498 |  | 
 | 499 | installcheck-am: | 
 | 500 |  | 
 | 501 | maintainer-clean: maintainer-clean-am | 
 | 502 | 	-rm -f Makefile | 
 | 503 | maintainer-clean-am: distclean-am maintainer-clean-generic | 
 | 504 |  | 
 | 505 | mostlyclean: mostlyclean-am | 
 | 506 |  | 
 | 507 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | 
 | 508 |  | 
 | 509 | pdf: pdf-am | 
 | 510 |  | 
 | 511 | pdf-am: | 
 | 512 |  | 
 | 513 | ps: ps-am | 
 | 514 |  | 
 | 515 | ps-am: | 
 | 516 |  | 
 | 517 | uninstall-am: | 
 | 518 |  | 
 | 519 | .MAKE: install-am install-strip | 
 | 520 |  | 
 | 521 | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ | 
 | 522 | 	cscopelist-am ctags-am distclean distclean-generic \ | 
 | 523 | 	distclean-libtool distdir dvi dvi-am html html-am info info-am \ | 
 | 524 | 	install install-am install-data install-data-am install-dvi \ | 
 | 525 | 	install-dvi-am install-exec install-exec-am install-html \ | 
 | 526 | 	install-html-am install-info install-info-am install-man \ | 
 | 527 | 	install-pdf install-pdf-am install-ps install-ps-am \ | 
 | 528 | 	install-strip installcheck installcheck-am installdirs \ | 
 | 529 | 	maintainer-clean maintainer-clean-generic mostlyclean \ | 
 | 530 | 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | 
 | 531 | 	tags-am uninstall uninstall-am | 
 | 532 |  | 
 | 533 | .PRECIOUS: Makefile | 
 | 534 |  | 
 | 535 |  | 
 | 536 | package: | 
 | 537 | 	if [ ! -f release ]; then echo 0 > release; fi | 
 | 538 | 	if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi | 
 | 539 | 	echo PKG=${PKGADD_PKG} > pkginfo | 
 | 540 | 	echo NAME=${PKGADD_NAME} >> pkginfo | 
 | 541 | 	echo VENDOR=${PKGADD_VENDOR} >> pkginfo | 
 | 542 | 	echo ARCH=${PKGADD_ARCH} >> pkginfo | 
 | 543 | 	echo DESC=${PKGADD_DESC} >> pkginfo | 
 | 544 | 	echo CLASSES=${PKGADD_CLASSES} >> pkginfo | 
 | 545 | 	echo BASEDIR=${PKGADD_BASEDIR} >> pkginfo | 
 | 546 | 	echo CATEGORY=application >> pkginfo | 
 | 547 | 	echo VERSION=`cat ./release` >> pkginfo | 
 | 548 | 	echo > prototype | 
 | 549 | 	for subdir in opt var etc usr; \ | 
 | 550 | 	do if [ -d root/$$subdir ]; then \ | 
 | 551 | 		pkgproto root/$$subdir=$$subdir >> prototype;\ | 
 | 552 | 	fi; done | 
 | 553 | 	for file in pkginfo preinstall postinstall copyright; \ | 
 | 554 | 	do if [ -f $$file ]; then \ | 
 | 555 | 		echo "i $$file=$$file" >> prototype; \ | 
 | 556 | 	fi; done | 
 | 557 | 	rm -rf ./tmp | 
 | 558 | 	mkdir ./tmp | 
 | 559 | 	pkgmk -o -d ./tmp | 
 | 560 | 	pkgtrans -so ./tmp ${top_srcdir}/../${PKGADD_FILE} ${PKGADD_PKG} | 
 | 561 |  | 
 | 562 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 
 | 563 | # Otherwise a system limit (for SysV at least) may be exceeded. | 
 | 564 | .NOEXPORT: |