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