1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91@WIN32_TRUE@am__append_1 = win32 92subdir = . 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ 95 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 96 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 97 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \ 98 $(top_srcdir)/m4/speex.m4 $(top_srcdir)/m4/theora.m4 \ 99 $(top_srcdir)/m4/vorbis.m4 $(top_srcdir)/m4/xiph_compiler.m4 \ 100 $(top_srcdir)/m4/xiph_curl.m4 $(top_srcdir)/m4/xiph_net.m4 \ 101 $(top_srcdir)/m4/xiph_openssl.m4 \ 102 $(top_srcdir)/m4/xiph_types.m4 $(top_srcdir)/m4/xiph_xml2.m4 \ 103 $(top_srcdir)/configure.ac 104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 105 $(ACLOCAL_M4) 106DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 107 $(am__configure_deps) $(dist_check_SCRIPTS) $(am__DIST_COMMON) 108am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 109 configure.lineno config.status.lineno 110mkinstalldirs = $(install_sh) -d 111CONFIG_HEADER = config.h 112CONFIG_CLEAN_FILES = 113CONFIG_CLEAN_VPATH_FILES = 114AM_V_P = $(am__v_P_@AM_V@) 115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 116am__v_P_0 = false 117am__v_P_1 = : 118AM_V_GEN = $(am__v_GEN_@AM_V@) 119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 120am__v_GEN_0 = @echo " GEN " $@; 121am__v_GEN_1 = 122AM_V_at = $(am__v_at_@AM_V@) 123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 124am__v_at_0 = @ 125am__v_at_1 = 126SOURCES = 127DIST_SOURCES = 128RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 129 ctags-recursive dvi-recursive html-recursive info-recursive \ 130 install-data-recursive install-dvi-recursive \ 131 install-exec-recursive install-html-recursive \ 132 install-info-recursive install-pdf-recursive \ 133 install-ps-recursive install-recursive installcheck-recursive \ 134 installdirs-recursive pdf-recursive ps-recursive \ 135 tags-recursive uninstall-recursive 136am__can_run_installinfo = \ 137 case $$AM_UPDATE_INFO_DIR in \ 138 n|no|NO) false;; \ 139 *) (install-info --version) >/dev/null 2>&1;; \ 140 esac 141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 142am__vpath_adj = case $$p in \ 143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 144 *) f=$$p;; \ 145 esac; 146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 147am__install_max = 40 148am__nobase_strip_setup = \ 149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 150am__nobase_strip = \ 151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 152am__nobase_list = $(am__nobase_strip_setup); \ 153 for p in $$list; do echo "$$p $$p"; done | \ 154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 156 if (++n[$$2] == $(am__install_max)) \ 157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 158 END { for (dir in files) print dir, files[dir] }' 159am__base_list = \ 160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 162am__uninstall_files_from_dir = { \ 163 test -z "$$files" \ 164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 166 $(am__cd) "$$dir" && rm -f $$files; }; \ 167 } 168am__installdirs = "$(DESTDIR)$(docdir)" 169DATA = $(doc_DATA) 170RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 171 distclean-recursive maintainer-clean-recursive 172am__recursive_targets = \ 173 $(RECURSIVE_TARGETS) \ 174 $(RECURSIVE_CLEAN_TARGETS) \ 175 $(am__extra_recursive_targets) 176AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 177 cscope distdir distdir-am dist dist-all distcheck 178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 179 $(LISP)config.h.in 180# Read a list of newline-separated strings from the standard input, 181# and print each of them once, without duplicates. Input order is 182# *not* preserved. 183am__uniquify_input = $(AWK) '\ 184 BEGIN { nonempty = 0; } \ 185 { items[$$0] = 1; nonempty = 1; } \ 186 END { if (nonempty) { for (i in items) print i; }; } \ 187' 188# Make sure the list of sources is unique. This is necessary because, 189# e.g., the same source file might be shared among _SOURCES variables 190# for different programs/libraries. 191am__define_uniq_tagged_files = \ 192 list='$(am__tagged_files)'; \ 193 unique=`for i in $$list; do \ 194 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 195 done | $(am__uniquify_input)` 196ETAGS = etags 197CTAGS = ctags 198CSCOPE = cscope 199DIST_SUBDIRS = conf doc web admin src win32 200am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 201 $(top_srcdir)/build-aux/compile \ 202 $(top_srcdir)/build-aux/config.guess \ 203 $(top_srcdir)/build-aux/config.sub \ 204 $(top_srcdir)/build-aux/install-sh \ 205 $(top_srcdir)/build-aux/ltmain.sh \ 206 $(top_srcdir)/build-aux/missing AUTHORS COPYING NEWS README \ 207 TODO build-aux/compile build-aux/config.guess \ 208 build-aux/config.sub build-aux/depcomp build-aux/install-sh \ 209 build-aux/ltmain.sh build-aux/missing config.sub 210DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 211distdir = $(PACKAGE)-$(VERSION) 212top_distdir = $(distdir) 213am__remove_distdir = \ 214 if test -d "$(distdir)"; then \ 215 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 216 && rm -rf "$(distdir)" \ 217 || { sleep 5 && rm -rf "$(distdir)"; }; \ 218 else :; fi 219am__post_remove_distdir = $(am__remove_distdir) 220am__relativize = \ 221 dir0=`pwd`; \ 222 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 223 sed_rest='s,^[^/]*/*,,'; \ 224 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 225 sed_butlast='s,/*[^/]*$$,,'; \ 226 while test -n "$$dir1"; do \ 227 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 228 if test "$$first" != "."; then \ 229 if test "$$first" = ".."; then \ 230 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 231 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 232 else \ 233 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 234 if test "$$first2" = "$$first"; then \ 235 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 236 else \ 237 dir2="../$$dir2"; \ 238 fi; \ 239 dir0="$$dir0"/"$$first"; \ 240 fi; \ 241 fi; \ 242 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 243 done; \ 244 reldir="$$dir2" 245DIST_ARCHIVES = $(distdir).tar.gz 246GZIP_ENV = --best 247DIST_TARGETS = dist-gzip 248distuninstallcheck_listfiles = find . -type f -print 249am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 250 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 251distcleancheck_listfiles = find . -type f -print 252ACLOCAL = @ACLOCAL@ 253AMTAR = @AMTAR@ 254AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 255AR = @AR@ 256AUTOCONF = @AUTOCONF@ 257AUTOHEADER = @AUTOHEADER@ 258AUTOMAKE = @AUTOMAKE@ 259AWK = @AWK@ 260CC = @CC@ 261CCDEPMODE = @CCDEPMODE@ 262CFLAGS = @CFLAGS@ 263CPP = @CPP@ 264CPPFLAGS = @CPPFLAGS@ 265CURL_CFLAGS = @CURL_CFLAGS@ 266CURL_CONFIG = @CURL_CONFIG@ 267CURL_LIBS = @CURL_LIBS@ 268CXX = @CXX@ 269CXXCPP = @CXXCPP@ 270CXXDEPMODE = @CXXDEPMODE@ 271CXXFLAGS = @CXXFLAGS@ 272CYGPATH_W = @CYGPATH_W@ 273DEBUG = @DEBUG@ 274DEFS = @DEFS@ 275DEPDIR = @DEPDIR@ 276DLLTOOL = @DLLTOOL@ 277DSYMUTIL = @DSYMUTIL@ 278DUMPBIN = @DUMPBIN@ 279ECHO_C = @ECHO_C@ 280ECHO_N = @ECHO_N@ 281ECHO_T = @ECHO_T@ 282EGREP = @EGREP@ 283EXEEXT = @EXEEXT@ 284FGREP = @FGREP@ 285GREP = @GREP@ 286HAVE_KATE = @HAVE_KATE@ 287ICECAST_OPTIONAL = @ICECAST_OPTIONAL@ 288ICY_CHARSET = @ICY_CHARSET@ 289INSTALL = @INSTALL@ 290INSTALL_DATA = @INSTALL_DATA@ 291INSTALL_PROGRAM = @INSTALL_PROGRAM@ 292INSTALL_SCRIPT = @INSTALL_SCRIPT@ 293INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 294KATE_LIBS = @KATE_LIBS@ 295LD = @LD@ 296LDFLAGS = @LDFLAGS@ 297LIBOBJS = @LIBOBJS@ 298LIBS = @LIBS@ 299LIBTOOL = @LIBTOOL@ 300LIBTOOL_DEPS = @LIBTOOL_DEPS@ 301LIPO = @LIPO@ 302LN_S = @LN_S@ 303LTLIBOBJS = @LTLIBOBJS@ 304LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 305MAINT = @MAINT@ 306MAKEINFO = @MAKEINFO@ 307MANIFEST_TOOL = @MANIFEST_TOOL@ 308MKDIR_P = @MKDIR_P@ 309NM = @NM@ 310NMEDIT = @NMEDIT@ 311OBJDUMP = @OBJDUMP@ 312OBJEXT = @OBJEXT@ 313OGG_CFLAGS = @OGG_CFLAGS@ 314OGG_LDFLAGS = @OGG_LDFLAGS@ 315OGG_LIBS = @OGG_LIBS@ 316OGG_PREFIX = @OGG_PREFIX@ 317OTOOL = @OTOOL@ 318OTOOL64 = @OTOOL64@ 319PACKAGE = @PACKAGE@ 320PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 321PACKAGE_NAME = @PACKAGE_NAME@ 322PACKAGE_STRING = @PACKAGE_STRING@ 323PACKAGE_TARNAME = @PACKAGE_TARNAME@ 324PACKAGE_URL = @PACKAGE_URL@ 325PACKAGE_VERSION = @PACKAGE_VERSION@ 326PATH_SEPARATOR = @PATH_SEPARATOR@ 327PKGCONFIG = @PKGCONFIG@ 328PROFILE = @PROFILE@ 329PTHREAD_CC = @PTHREAD_CC@ 330PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 331PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@ 332PTHREAD_LIBS = @PTHREAD_LIBS@ 333RANLIB = @RANLIB@ 334SED = @SED@ 335SET_MAKE = @SET_MAKE@ 336SHELL = @SHELL@ 337SPEEX = @SPEEX@ 338SPEEX_CFLAGS = @SPEEX_CFLAGS@ 339SPEEX_LDFLAGS = @SPEEX_LDFLAGS@ 340SPEEX_LIBS = @SPEEX_LIBS@ 341STRIP = @STRIP@ 342THEORA = @THEORA@ 343THEORA_CFLAGS = @THEORA_CFLAGS@ 344THEORA_LDFLAGS = @THEORA_LDFLAGS@ 345THEORA_LIBS = @THEORA_LIBS@ 346VERSION = @VERSION@ 347VORBISENC_LIBS = @VORBISENC_LIBS@ 348VORBISFILE_LIBS = @VORBISFILE_LIBS@ 349VORBIS_CFLAGS = @VORBIS_CFLAGS@ 350VORBIS_LDFLAGS = @VORBIS_LDFLAGS@ 351VORBIS_LIBS = @VORBIS_LIBS@ 352VORBIS_PREFIX = @VORBIS_PREFIX@ 353XIPH_CFLAGS = @XIPH_CFLAGS@ 354XIPH_CPPFLAGS = @XIPH_CPPFLAGS@ 355XIPH_LDFLAGS = @XIPH_LDFLAGS@ 356XIPH_LIBS = @XIPH_LIBS@ 357XSLTCONFIG = @XSLTCONFIG@ 358abs_builddir = @abs_builddir@ 359abs_srcdir = @abs_srcdir@ 360abs_top_builddir = @abs_top_builddir@ 361abs_top_srcdir = @abs_top_srcdir@ 362ac_ct_AR = @ac_ct_AR@ 363ac_ct_CC = @ac_ct_CC@ 364ac_ct_CXX = @ac_ct_CXX@ 365ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 366acx_pthread_config = @acx_pthread_config@ 367am__include = @am__include@ 368am__leading_dot = @am__leading_dot@ 369am__quote = @am__quote@ 370am__tar = @am__tar@ 371am__untar = @am__untar@ 372bindir = @bindir@ 373build = @build@ 374build_alias = @build_alias@ 375build_cpu = @build_cpu@ 376build_os = @build_os@ 377build_vendor = @build_vendor@ 378builddir = @builddir@ 379datadir = @datadir@ 380datarootdir = @datarootdir@ 381docdir = $(datadir)/doc/$(PACKAGE) 382dvidir = @dvidir@ 383exec_prefix = @exec_prefix@ 384host = @host@ 385host_alias = @host_alias@ 386host_cpu = @host_cpu@ 387host_os = @host_os@ 388host_vendor = @host_vendor@ 389htmldir = @htmldir@ 390includedir = @includedir@ 391infodir = @infodir@ 392install_sh = @install_sh@ 393libdir = @libdir@ 394libexecdir = @libexecdir@ 395localedir = @localedir@ 396localstatedir = @localstatedir@ 397mandir = @mandir@ 398mkdir_p = @mkdir_p@ 399oldincludedir = @oldincludedir@ 400pdfdir = @pdfdir@ 401prefix = @prefix@ 402program_transform_name = @program_transform_name@ 403psdir = @psdir@ 404sbindir = @sbindir@ 405sharedstatedir = @sharedstatedir@ 406srcdir = @srcdir@ 407sysconfdir = @sysconfdir@ 408target_alias = @target_alias@ 409top_build_prefix = @top_build_prefix@ 410top_builddir = @top_builddir@ 411top_srcdir = @top_srcdir@ 412ACLOCAL_AMFLAGS = -I m4 413SUBDIRS = conf doc web admin src $(am__append_1) 414BUILT_SOURCES = git_hash.h 415dist_check_SCRIPTS = GIT-VERSION-GEN 416CLEANFILES = git_hash.h 417EXTRA_DIST = HACKING config.h.vc6 m4/acx_pthread.m4 m4/ogg.m4 \ 418 m4/theora.m4 m4/vorbis.m4 m4/speex.m4\ 419 m4/xiph_compiler.m4 m4/xiph_curl.m4 m4/xiph_net.m4 \ 420 m4/xiph_types.m4 m4/xiph_xml2.m4 m4/xiph_openssl.m4 icecast.spec 421 422doc_DATA = README AUTHORS COPYING NEWS TODO 423all: $(BUILT_SOURCES) config.h 424 $(MAKE) $(AM_MAKEFLAGS) all-recursive 425 426.SUFFIXES: 427am--refresh: Makefile 428 @: 429$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 430 @for dep in $?; do \ 431 case '$(am__configure_deps)' in \ 432 *$$dep*) \ 433 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 434 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 435 && exit 0; \ 436 exit 1;; \ 437 esac; \ 438 done; \ 439 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 440 $(am__cd) $(top_srcdir) && \ 441 $(AUTOMAKE) --foreign Makefile 442Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 443 @case '$?' in \ 444 *config.status*) \ 445 echo ' $(SHELL) ./config.status'; \ 446 $(SHELL) ./config.status;; \ 447 *) \ 448 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 449 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 450 esac; 451 452$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 453 $(SHELL) ./config.status --recheck 454 455$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 456 $(am__cd) $(srcdir) && $(AUTOCONF) 457$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 458 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 459$(am__aclocal_m4_deps): 460 461config.h: stamp-h1 462 @test -f $@ || rm -f stamp-h1 463 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 464 465stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 466 @rm -f stamp-h1 467 cd $(top_builddir) && $(SHELL) ./config.status config.h 468$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 469 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 470 rm -f stamp-h1 471 touch $@ 472 473distclean-hdr: 474 -rm -f config.h stamp-h1 475 476mostlyclean-libtool: 477 -rm -f *.lo 478 479clean-libtool: 480 -rm -rf .libs _libs 481 482distclean-libtool: 483 -rm -f libtool config.lt 484install-docDATA: $(doc_DATA) 485 @$(NORMAL_INSTALL) 486 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 487 if test -n "$$list"; then \ 488 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ 489 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ 490 fi; \ 491 for p in $$list; do \ 492 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 493 echo "$$d$$p"; \ 494 done | $(am__base_list) | \ 495 while read files; do \ 496 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 497 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 498 done 499 500uninstall-docDATA: 501 @$(NORMAL_UNINSTALL) 502 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 503 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 504 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) 505 506# This directory's subdirectories are mostly independent; you can cd 507# into them and run 'make' without going through this Makefile. 508# To change the values of 'make' variables: instead of editing Makefiles, 509# (1) if the variable is set in 'config.status', edit 'config.status' 510# (which will cause the Makefiles to be regenerated when you run 'make'); 511# (2) otherwise, pass the desired values on the 'make' command line. 512$(am__recursive_targets): 513 @fail=; \ 514 if $(am__make_keepgoing); then \ 515 failcom='fail=yes'; \ 516 else \ 517 failcom='exit 1'; \ 518 fi; \ 519 dot_seen=no; \ 520 target=`echo $@ | sed s/-recursive//`; \ 521 case "$@" in \ 522 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 523 *) list='$(SUBDIRS)' ;; \ 524 esac; \ 525 for subdir in $$list; do \ 526 echo "Making $$target in $$subdir"; \ 527 if test "$$subdir" = "."; then \ 528 dot_seen=yes; \ 529 local_target="$$target-am"; \ 530 else \ 531 local_target="$$target"; \ 532 fi; \ 533 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 534 || eval $$failcom; \ 535 done; \ 536 if test "$$dot_seen" = "no"; then \ 537 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 538 fi; test -z "$$fail" 539 540ID: $(am__tagged_files) 541 $(am__define_uniq_tagged_files); mkid -fID $$unique 542tags: tags-recursive 543TAGS: tags 544 545tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 546 set x; \ 547 here=`pwd`; \ 548 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 549 include_option=--etags-include; \ 550 empty_fix=.; \ 551 else \ 552 include_option=--include; \ 553 empty_fix=; \ 554 fi; \ 555 list='$(SUBDIRS)'; for subdir in $$list; do \ 556 if test "$$subdir" = .; then :; else \ 557 test ! -f $$subdir/TAGS || \ 558 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 559 fi; \ 560 done; \ 561 $(am__define_uniq_tagged_files); \ 562 shift; \ 563 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 564 test -n "$$unique" || unique=$$empty_fix; \ 565 if test $$# -gt 0; then \ 566 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 567 "$$@" $$unique; \ 568 else \ 569 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 570 $$unique; \ 571 fi; \ 572 fi 573ctags: ctags-recursive 574 575CTAGS: ctags 576ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 577 $(am__define_uniq_tagged_files); \ 578 test -z "$(CTAGS_ARGS)$$unique" \ 579 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 580 $$unique 581 582GTAGS: 583 here=`$(am__cd) $(top_builddir) && pwd` \ 584 && $(am__cd) $(top_srcdir) \ 585 && gtags -i $(GTAGS_ARGS) "$$here" 586cscope: cscope.files 587 test ! -s cscope.files \ 588 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 589clean-cscope: 590 -rm -f cscope.files 591cscope.files: clean-cscope cscopelist 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 610 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 611 612distdir: $(BUILT_SOURCES) 613 $(MAKE) $(AM_MAKEFLAGS) distdir-am 614 615distdir-am: $(DISTFILES) 616 $(am__remove_distdir) 617 test -d "$(distdir)" || mkdir "$(distdir)" 618 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 619 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 620 list='$(DISTFILES)'; \ 621 dist_files=`for file in $$list; do echo $$file; done | \ 622 sed -e "s|^$$srcdirstrip/||;t" \ 623 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 624 case $$dist_files in \ 625 */*) $(MKDIR_P) `echo "$$dist_files" | \ 626 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 627 sort -u` ;; \ 628 esac; \ 629 for file in $$dist_files; do \ 630 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 631 if test -d $$d/$$file; then \ 632 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 633 if test -d "$(distdir)/$$file"; then \ 634 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 635 fi; \ 636 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 637 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 638 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 639 fi; \ 640 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 641 else \ 642 test -f "$(distdir)/$$file" \ 643 || cp -p $$d/$$file "$(distdir)/$$file" \ 644 || exit 1; \ 645 fi; \ 646 done 647 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 648 if test "$$subdir" = .; then :; else \ 649 $(am__make_dryrun) \ 650 || test -d "$(distdir)/$$subdir" \ 651 || $(MKDIR_P) "$(distdir)/$$subdir" \ 652 || exit 1; \ 653 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 654 $(am__relativize); \ 655 new_distdir=$$reldir; \ 656 dir1=$$subdir; dir2="$(top_distdir)"; \ 657 $(am__relativize); \ 658 new_top_distdir=$$reldir; \ 659 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 660 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 661 ($(am__cd) $$subdir && \ 662 $(MAKE) $(AM_MAKEFLAGS) \ 663 top_distdir="$$new_top_distdir" \ 664 distdir="$$new_distdir" \ 665 am__remove_distdir=: \ 666 am__skip_length_check=: \ 667 am__skip_mode_fix=: \ 668 distdir) \ 669 || exit 1; \ 670 fi; \ 671 done 672 -test -n "$(am__skip_mode_fix)" \ 673 || find "$(distdir)" -type d ! -perm -755 \ 674 -exec chmod u+rwx,go+rx {} \; -o \ 675 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 676 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 677 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 678 || chmod -R a+r "$(distdir)" 679dist-gzip: distdir 680 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 681 $(am__post_remove_distdir) 682 683dist-bzip2: distdir 684 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 685 $(am__post_remove_distdir) 686 687dist-lzip: distdir 688 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 689 $(am__post_remove_distdir) 690 691dist-xz: distdir 692 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 693 $(am__post_remove_distdir) 694 695dist-tarZ: distdir 696 @echo WARNING: "Support for distribution archives compressed with" \ 697 "legacy program 'compress' is deprecated." >&2 698 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 699 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 700 $(am__post_remove_distdir) 701 702dist-shar: distdir 703 @echo WARNING: "Support for shar distribution archives is" \ 704 "deprecated." >&2 705 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 706 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 707 $(am__post_remove_distdir) 708 709dist-zip: distdir 710 -rm -f $(distdir).zip 711 zip -rq $(distdir).zip $(distdir) 712 $(am__post_remove_distdir) 713 714dist dist-all: 715 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 716 $(am__post_remove_distdir) 717 718# This target untars the dist file and tries a VPATH configuration. Then 719# it guarantees that the distribution is self-contained by making another 720# tarfile. 721distcheck: dist 722 case '$(DIST_ARCHIVES)' in \ 723 *.tar.gz*) \ 724 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 725 *.tar.bz2*) \ 726 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 727 *.tar.lz*) \ 728 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 729 *.tar.xz*) \ 730 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 731 *.tar.Z*) \ 732 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 733 *.shar.gz*) \ 734 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 735 *.zip*) \ 736 unzip $(distdir).zip ;;\ 737 esac 738 chmod -R a-w $(distdir) 739 chmod u+w $(distdir) 740 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 741 chmod a-w $(distdir) 742 test -d $(distdir)/_build || exit 0; \ 743 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 744 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 745 && am__cwd=`pwd` \ 746 && $(am__cd) $(distdir)/_build/sub \ 747 && ../../configure \ 748 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 749 $(DISTCHECK_CONFIGURE_FLAGS) \ 750 --srcdir=../.. --prefix="$$dc_install_base" \ 751 && $(MAKE) $(AM_MAKEFLAGS) \ 752 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 753 && $(MAKE) $(AM_MAKEFLAGS) check \ 754 && $(MAKE) $(AM_MAKEFLAGS) install \ 755 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 756 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 757 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 758 distuninstallcheck \ 759 && chmod -R a-w "$$dc_install_base" \ 760 && ({ \ 761 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 762 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 763 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 764 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 765 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 766 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 767 && rm -rf "$$dc_destdir" \ 768 && $(MAKE) $(AM_MAKEFLAGS) dist \ 769 && rm -rf $(DIST_ARCHIVES) \ 770 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 771 && cd "$$am__cwd" \ 772 || exit 1 773 $(am__post_remove_distdir) 774 @(echo "$(distdir) archives ready for distribution: "; \ 775 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 776 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 777distuninstallcheck: 778 @test -n '$(distuninstallcheck_dir)' || { \ 779 echo 'ERROR: trying to run $@ with an empty' \ 780 '$$(distuninstallcheck_dir)' >&2; \ 781 exit 1; \ 782 }; \ 783 $(am__cd) '$(distuninstallcheck_dir)' || { \ 784 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 785 exit 1; \ 786 }; \ 787 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 788 || { echo "ERROR: files left after uninstall:" ; \ 789 if test -n "$(DESTDIR)"; then \ 790 echo " (check DESTDIR support)"; \ 791 fi ; \ 792 $(distuninstallcheck_listfiles) ; \ 793 exit 1; } >&2 794distcleancheck: distclean 795 @if test '$(srcdir)' = . ; then \ 796 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 797 exit 1 ; \ 798 fi 799 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 800 || { echo "ERROR: files left in build directory after distclean:" ; \ 801 $(distcleancheck_listfiles) ; \ 802 exit 1; } >&2 803check-am: all-am 804 $(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS) 805check: $(BUILT_SOURCES) 806 $(MAKE) $(AM_MAKEFLAGS) check-recursive 807all-am: Makefile $(DATA) config.h 808installdirs: installdirs-recursive 809installdirs-am: 810 for dir in "$(DESTDIR)$(docdir)"; do \ 811 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 812 done 813install: $(BUILT_SOURCES) 814 $(MAKE) $(AM_MAKEFLAGS) install-recursive 815install-exec: install-exec-recursive 816install-data: install-data-recursive 817uninstall: uninstall-recursive 818 819install-am: all-am 820 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 821 822installcheck: installcheck-recursive 823install-strip: 824 if test -z '$(STRIP)'; then \ 825 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 826 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 827 install; \ 828 else \ 829 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 830 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 831 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 832 fi 833mostlyclean-generic: 834 835clean-generic: 836 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 837 838distclean-generic: 839 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 840 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 841 842maintainer-clean-generic: 843 @echo "This command is intended for maintainers to use" 844 @echo "it deletes files that may require special tools to rebuild." 845 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 846clean: clean-recursive 847 848clean-am: clean-generic clean-libtool mostlyclean-am 849 850distclean: distclean-recursive 851 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 852 -rm -f Makefile 853distclean-am: clean-am distclean-generic distclean-hdr \ 854 distclean-libtool distclean-tags 855 856dvi: dvi-recursive 857 858dvi-am: 859 860html: html-recursive 861 862html-am: 863 864info: info-recursive 865 866info-am: 867 868install-data-am: install-docDATA 869 870install-dvi: install-dvi-recursive 871 872install-dvi-am: 873 874install-exec-am: 875 876install-html: install-html-recursive 877 878install-html-am: 879 880install-info: install-info-recursive 881 882install-info-am: 883 884install-man: 885 886install-pdf: install-pdf-recursive 887 888install-pdf-am: 889 890install-ps: install-ps-recursive 891 892install-ps-am: 893 894installcheck-am: 895 896maintainer-clean: maintainer-clean-recursive 897 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 898 -rm -rf $(top_srcdir)/autom4te.cache 899 -rm -f Makefile 900maintainer-clean-am: distclean-am maintainer-clean-generic 901 902mostlyclean: mostlyclean-recursive 903 904mostlyclean-am: mostlyclean-generic mostlyclean-libtool 905 906pdf: pdf-recursive 907 908pdf-am: 909 910ps: ps-recursive 911 912ps-am: 913 914uninstall-am: uninstall-docDATA 915 916.MAKE: $(am__recursive_targets) all check check-am install install-am \ 917 install-strip 918 919.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 920 am--refresh check check-am clean clean-cscope clean-generic \ 921 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 922 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 923 dist-xz dist-zip distcheck distclean distclean-generic \ 924 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 925 distdir distuninstallcheck dvi dvi-am html html-am info \ 926 info-am install install-am install-data install-data-am \ 927 install-docDATA install-dvi install-dvi-am install-exec \ 928 install-exec-am install-html install-html-am install-info \ 929 install-info-am install-man install-pdf install-pdf-am \ 930 install-ps install-ps-am install-strip installcheck \ 931 installcheck-am installdirs installdirs-am maintainer-clean \ 932 maintainer-clean-generic mostlyclean mostlyclean-generic \ 933 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 934 uninstall-am uninstall-docDATA 935 936.PRECIOUS: Makefile 937 938 939git_hash.h: FORCE 940 @$(SHELL_PATH) $(srcdir)/GIT-VERSION-GEN 941FORCE: 942 943debug: 944 $(MAKE) all CFLAGS="-Wno-unused-parameter @DEBUG@" 945 946profile: 947 $(MAKE) all CFLAGS="@PROFILE@" 948 949staticdebug: 950 $(MAKE) all CFLAGS="-g -DLIBXML_STATIC -DCURL_STATICLIB" LDFLAGS="${LDFLAGS} -all-static" 951static: 952 $(MAKE) all CFLAGS="-O2 -DLIBXML_STATIC -DCURL_STATICLIB" LDFLAGS="${LDFLAGS} -static-libstdc++" CXXFLAGS= 953 954# Tell versions [3.59,3.63) of GNU make to not export all variables. 955# Otherwise a system limit (for SysV at least) may be exceeded. 956.NOEXPORT: 957