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