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