Makefile.in revision e169010a
1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Copyright © 2003 Keith Packard, Noah Levitt 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation, and that the name of Keith Packard not be used in 26# advertising or publicity pertaining to distribution of the software without 27# specific, written prior permission. Keith Packard makes no 28# representations about the suitability of this software for any purpose. It 29# is provided "as is" without express or implied warranty. 30# 31# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 35# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 36# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58subdir = . 59DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 60 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 61 $(srcdir)/xcursor.pc.in $(top_srcdir)/configure AUTHORS \ 62 COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 63 install-sh ltmain.sh missing 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 69 configure.lineno config.status.lineno 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = config.h 72CONFIG_CLEAN_FILES = xcursor.pc 73CONFIG_CLEAN_VPATH_FILES = 74AM_V_GEN = $(am__v_GEN_$(V)) 75am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 76am__v_GEN_0 = @echo " GEN " $@; 77AM_V_at = $(am__v_at_$(V)) 78am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 79am__v_at_0 = @ 80SOURCES = 81DIST_SOURCES = 82RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 83 html-recursive info-recursive install-data-recursive \ 84 install-dvi-recursive install-exec-recursive \ 85 install-html-recursive install-info-recursive \ 86 install-pdf-recursive install-ps-recursive install-recursive \ 87 installcheck-recursive installdirs-recursive pdf-recursive \ 88 ps-recursive uninstall-recursive 89am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 90am__vpath_adj = case $$p in \ 91 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 92 *) f=$$p;; \ 93 esac; 94am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 95am__install_max = 40 96am__nobase_strip_setup = \ 97 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 98am__nobase_strip = \ 99 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 100am__nobase_list = $(am__nobase_strip_setup); \ 101 for p in $$list; do echo "$$p $$p"; done | \ 102 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 103 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 104 if (++n[$$2] == $(am__install_max)) \ 105 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 106 END { for (dir in files) print dir, files[dir] }' 107am__base_list = \ 108 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 109 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 110am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 111DATA = $(pkgconfig_DATA) 112RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 113 distclean-recursive maintainer-clean-recursive 114AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 115 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 116 distdir dist dist-all distcheck 117ETAGS = etags 118CTAGS = ctags 119DIST_SUBDIRS = $(SUBDIRS) 120DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 121distdir = $(PACKAGE)-$(VERSION) 122top_distdir = $(distdir) 123am__remove_distdir = \ 124 { test ! -d "$(distdir)" \ 125 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 126 && rm -fr "$(distdir)"; }; } 127am__relativize = \ 128 dir0=`pwd`; \ 129 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 130 sed_rest='s,^[^/]*/*,,'; \ 131 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 132 sed_butlast='s,/*[^/]*$$,,'; \ 133 while test -n "$$dir1"; do \ 134 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 135 if test "$$first" != "."; then \ 136 if test "$$first" = ".."; then \ 137 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 138 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 139 else \ 140 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 141 if test "$$first2" = "$$first"; then \ 142 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 143 else \ 144 dir2="../$$dir2"; \ 145 fi; \ 146 dir0="$$dir0"/"$$first"; \ 147 fi; \ 148 fi; \ 149 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 150 done; \ 151 reldir="$$dir2" 152DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 153GZIP_ENV = --best 154distuninstallcheck_listfiles = find . -type f -print 155ACLOCAL = @ACLOCAL@ 156ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 157ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 158AMTAR = @AMTAR@ 159AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 160APP_MAN_DIR = @APP_MAN_DIR@ 161APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 162AR = @AR@ 163AUTOCONF = @AUTOCONF@ 164AUTOHEADER = @AUTOHEADER@ 165AUTOMAKE = @AUTOMAKE@ 166AWK = @AWK@ 167CC = @CC@ 168CCDEPMODE = @CCDEPMODE@ 169CFLAGS = @CFLAGS@ 170CHANGELOG_CMD = @CHANGELOG_CMD@ 171CPP = @CPP@ 172CPPFLAGS = @CPPFLAGS@ 173CWARNFLAGS = @CWARNFLAGS@ 174CYGPATH_W = @CYGPATH_W@ 175DEFS = @DEFS@ 176DEPDIR = @DEPDIR@ 177DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 178DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 179DSYMUTIL = @DSYMUTIL@ 180DUMPBIN = @DUMPBIN@ 181ECHO_C = @ECHO_C@ 182ECHO_N = @ECHO_N@ 183ECHO_T = @ECHO_T@ 184EGREP = @EGREP@ 185EXEEXT = @EXEEXT@ 186FGREP = @FGREP@ 187FILE_MAN_DIR = @FILE_MAN_DIR@ 188FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 189GREP = @GREP@ 190ICONDIR = @ICONDIR@ 191INSTALL = @INSTALL@ 192INSTALL_DATA = @INSTALL_DATA@ 193INSTALL_PROGRAM = @INSTALL_PROGRAM@ 194INSTALL_SCRIPT = @INSTALL_SCRIPT@ 195INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 196LD = @LD@ 197LDFLAGS = @LDFLAGS@ 198LIBOBJS = @LIBOBJS@ 199LIBS = @LIBS@ 200LIBTOOL = @LIBTOOL@ 201LIB_MAN_DIR = @LIB_MAN_DIR@ 202LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 203LINT = @LINT@ 204LINT_FLAGS = @LINT_FLAGS@ 205LIPO = @LIPO@ 206LN_S = @LN_S@ 207LTLIBOBJS = @LTLIBOBJS@ 208MAINT = @MAINT@ 209MAKEINFO = @MAKEINFO@ 210MISC_MAN_DIR = @MISC_MAN_DIR@ 211MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 212MKDIR_P = @MKDIR_P@ 213NM = @NM@ 214NMEDIT = @NMEDIT@ 215OBJDUMP = @OBJDUMP@ 216OBJEXT = @OBJEXT@ 217OTOOL = @OTOOL@ 218OTOOL64 = @OTOOL64@ 219PACKAGE = @PACKAGE@ 220PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 221PACKAGE_NAME = @PACKAGE_NAME@ 222PACKAGE_STRING = @PACKAGE_STRING@ 223PACKAGE_TARNAME = @PACKAGE_TARNAME@ 224PACKAGE_VERSION = @PACKAGE_VERSION@ 225PATH_SEPARATOR = @PATH_SEPARATOR@ 226PKG_CONFIG = @PKG_CONFIG@ 227RANLIB = @RANLIB@ 228SED = @SED@ 229SET_MAKE = @SET_MAKE@ 230SHELL = @SHELL@ 231STRIP = @STRIP@ 232VERSION = @VERSION@ 233XCURSORPATH = @XCURSORPATH@ 234XCURSORPATH_LIST = @XCURSORPATH_LIST@ 235XCURSOR_CFLAGS = @XCURSOR_CFLAGS@ 236XCURSOR_LIBS = @XCURSOR_LIBS@ 237abs_builddir = @abs_builddir@ 238abs_srcdir = @abs_srcdir@ 239abs_top_builddir = @abs_top_builddir@ 240abs_top_srcdir = @abs_top_srcdir@ 241ac_ct_CC = @ac_ct_CC@ 242ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 243am__include = @am__include@ 244am__leading_dot = @am__leading_dot@ 245am__quote = @am__quote@ 246am__tar = @am__tar@ 247am__untar = @am__untar@ 248bindir = @bindir@ 249build = @build@ 250build_alias = @build_alias@ 251build_cpu = @build_cpu@ 252build_os = @build_os@ 253build_vendor = @build_vendor@ 254builddir = @builddir@ 255datadir = @datadir@ 256datarootdir = @datarootdir@ 257distcleancheck_listfiles = @distcleancheck_listfiles@ 258docdir = @docdir@ 259dvidir = @dvidir@ 260exec_prefix = @exec_prefix@ 261host = @host@ 262host_alias = @host_alias@ 263host_cpu = @host_cpu@ 264host_os = @host_os@ 265host_vendor = @host_vendor@ 266htmldir = @htmldir@ 267includedir = @includedir@ 268infodir = @infodir@ 269install_sh = @install_sh@ 270libdir = @libdir@ 271libexecdir = @libexecdir@ 272localedir = @localedir@ 273localstatedir = @localstatedir@ 274lt_ECHO = @lt_ECHO@ 275mandir = @mandir@ 276mkdir_p = @mkdir_p@ 277oldincludedir = @oldincludedir@ 278pdfdir = @pdfdir@ 279prefix = @prefix@ 280program_transform_name = @program_transform_name@ 281psdir = @psdir@ 282sbindir = @sbindir@ 283sharedstatedir = @sharedstatedir@ 284srcdir = @srcdir@ 285sysconfdir = @sysconfdir@ 286target_alias = @target_alias@ 287top_build_prefix = @top_build_prefix@ 288top_builddir = @top_builddir@ 289top_srcdir = @top_srcdir@ 290SUBDIRS = src man 291AM_CFLAGS = $(XRENDER_CFLAGS) $(XFIXES_CFLAGS) $(X_CFLAGS) 292pkgconfigdir = $(libdir)/pkgconfig 293pkgconfig_DATA = xcursor.pc 294EXTRA_DIST = xcursor.pc.in ChangeLog 295MAINTAINERCLEANFILES = ChangeLog 296all: config.h 297 $(MAKE) $(AM_MAKEFLAGS) all-recursive 298 299.SUFFIXES: 300am--refresh: 301 @: 302$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 303 @for dep in $?; do \ 304 case '$(am__configure_deps)' in \ 305 *$$dep*) \ 306 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 307 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 308 && exit 0; \ 309 exit 1;; \ 310 esac; \ 311 done; \ 312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 313 $(am__cd) $(top_srcdir) && \ 314 $(AUTOMAKE) --gnu Makefile 315.PRECIOUS: Makefile 316Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 317 @case '$?' in \ 318 *config.status*) \ 319 echo ' $(SHELL) ./config.status'; \ 320 $(SHELL) ./config.status;; \ 321 *) \ 322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 323 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 324 esac; 325 326$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 327 $(SHELL) ./config.status --recheck 328 329$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 330 $(am__cd) $(srcdir) && $(AUTOCONF) 331$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 332 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 333$(am__aclocal_m4_deps): 334 335config.h: stamp-h1 336 @if test ! -f $@; then \ 337 rm -f stamp-h1; \ 338 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 339 else :; fi 340 341stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 342 @rm -f stamp-h1 343 cd $(top_builddir) && $(SHELL) ./config.status config.h 344$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 345 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 346 rm -f stamp-h1 347 touch $@ 348 349distclean-hdr: 350 -rm -f config.h stamp-h1 351xcursor.pc: $(top_builddir)/config.status $(srcdir)/xcursor.pc.in 352 cd $(top_builddir) && $(SHELL) ./config.status $@ 353 354mostlyclean-libtool: 355 -rm -f *.lo 356 357clean-libtool: 358 -rm -rf .libs _libs 359 360distclean-libtool: 361 -rm -f libtool config.lt 362install-pkgconfigDATA: $(pkgconfig_DATA) 363 @$(NORMAL_INSTALL) 364 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 365 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 366 for p in $$list; do \ 367 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 368 echo "$$d$$p"; \ 369 done | $(am__base_list) | \ 370 while read files; do \ 371 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 372 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 373 done 374 375uninstall-pkgconfigDATA: 376 @$(NORMAL_UNINSTALL) 377 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 378 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 379 test -n "$$files" || exit 0; \ 380 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 381 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 382 383# This directory's subdirectories are mostly independent; you can cd 384# into them and run `make' without going through this Makefile. 385# To change the values of `make' variables: instead of editing Makefiles, 386# (1) if the variable is set in `config.status', edit `config.status' 387# (which will cause the Makefiles to be regenerated when you run `make'); 388# (2) otherwise, pass the desired values on the `make' command line. 389$(RECURSIVE_TARGETS): 390 @failcom='exit 1'; \ 391 for f in x $$MAKEFLAGS; do \ 392 case $$f in \ 393 *=* | --[!k]*);; \ 394 *k*) failcom='fail=yes';; \ 395 esac; \ 396 done; \ 397 dot_seen=no; \ 398 target=`echo $@ | sed s/-recursive//`; \ 399 list='$(SUBDIRS)'; for subdir in $$list; do \ 400 echo "Making $$target in $$subdir"; \ 401 if test "$$subdir" = "."; then \ 402 dot_seen=yes; \ 403 local_target="$$target-am"; \ 404 else \ 405 local_target="$$target"; \ 406 fi; \ 407 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 408 || eval $$failcom; \ 409 done; \ 410 if test "$$dot_seen" = "no"; then \ 411 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 412 fi; test -z "$$fail" 413 414$(RECURSIVE_CLEAN_TARGETS): 415 @failcom='exit 1'; \ 416 for f in x $$MAKEFLAGS; do \ 417 case $$f in \ 418 *=* | --[!k]*);; \ 419 *k*) failcom='fail=yes';; \ 420 esac; \ 421 done; \ 422 dot_seen=no; \ 423 case "$@" in \ 424 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 425 *) list='$(SUBDIRS)' ;; \ 426 esac; \ 427 rev=''; for subdir in $$list; do \ 428 if test "$$subdir" = "."; then :; else \ 429 rev="$$subdir $$rev"; \ 430 fi; \ 431 done; \ 432 rev="$$rev ."; \ 433 target=`echo $@ | sed s/-recursive//`; \ 434 for subdir in $$rev; do \ 435 echo "Making $$target in $$subdir"; \ 436 if test "$$subdir" = "."; then \ 437 local_target="$$target-am"; \ 438 else \ 439 local_target="$$target"; \ 440 fi; \ 441 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 442 || eval $$failcom; \ 443 done && test -z "$$fail" 444tags-recursive: 445 list='$(SUBDIRS)'; for subdir in $$list; do \ 446 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 447 done 448ctags-recursive: 449 list='$(SUBDIRS)'; for subdir in $$list; do \ 450 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 451 done 452 453ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 454 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 455 unique=`for i in $$list; do \ 456 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 457 done | \ 458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 459 END { if (nonempty) { for (i in files) print i; }; }'`; \ 460 mkid -fID $$unique 461tags: TAGS 462 463TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 464 $(TAGS_FILES) $(LISP) 465 set x; \ 466 here=`pwd`; \ 467 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 468 include_option=--etags-include; \ 469 empty_fix=.; \ 470 else \ 471 include_option=--include; \ 472 empty_fix=; \ 473 fi; \ 474 list='$(SUBDIRS)'; for subdir in $$list; do \ 475 if test "$$subdir" = .; then :; else \ 476 test ! -f $$subdir/TAGS || \ 477 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 478 fi; \ 479 done; \ 480 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 481 unique=`for i in $$list; do \ 482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 483 done | \ 484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 485 END { if (nonempty) { for (i in files) print i; }; }'`; \ 486 shift; \ 487 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 488 test -n "$$unique" || unique=$$empty_fix; \ 489 if test $$# -gt 0; then \ 490 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 491 "$$@" $$unique; \ 492 else \ 493 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 494 $$unique; \ 495 fi; \ 496 fi 497ctags: CTAGS 498CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 499 $(TAGS_FILES) $(LISP) 500 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 501 unique=`for i in $$list; do \ 502 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 503 done | \ 504 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 505 END { if (nonempty) { for (i in files) print i; }; }'`; \ 506 test -z "$(CTAGS_ARGS)$$unique" \ 507 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 508 $$unique 509 510GTAGS: 511 here=`$(am__cd) $(top_builddir) && pwd` \ 512 && $(am__cd) $(top_srcdir) \ 513 && gtags -i $(GTAGS_ARGS) "$$here" 514 515distclean-tags: 516 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 517 518distdir: $(DISTFILES) 519 $(am__remove_distdir) 520 test -d "$(distdir)" || mkdir "$(distdir)" 521 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 522 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 523 list='$(DISTFILES)'; \ 524 dist_files=`for file in $$list; do echo $$file; done | \ 525 sed -e "s|^$$srcdirstrip/||;t" \ 526 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 527 case $$dist_files in \ 528 */*) $(MKDIR_P) `echo "$$dist_files" | \ 529 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 530 sort -u` ;; \ 531 esac; \ 532 for file in $$dist_files; do \ 533 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 534 if test -d $$d/$$file; then \ 535 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 536 if test -d "$(distdir)/$$file"; then \ 537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 538 fi; \ 539 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 540 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 541 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 542 fi; \ 543 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 544 else \ 545 test -f "$(distdir)/$$file" \ 546 || cp -p $$d/$$file "$(distdir)/$$file" \ 547 || exit 1; \ 548 fi; \ 549 done 550 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 551 if test "$$subdir" = .; then :; else \ 552 test -d "$(distdir)/$$subdir" \ 553 || $(MKDIR_P) "$(distdir)/$$subdir" \ 554 || exit 1; \ 555 fi; \ 556 done 557 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 558 if test "$$subdir" = .; then :; else \ 559 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 560 $(am__relativize); \ 561 new_distdir=$$reldir; \ 562 dir1=$$subdir; dir2="$(top_distdir)"; \ 563 $(am__relativize); \ 564 new_top_distdir=$$reldir; \ 565 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 566 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 567 ($(am__cd) $$subdir && \ 568 $(MAKE) $(AM_MAKEFLAGS) \ 569 top_distdir="$$new_top_distdir" \ 570 distdir="$$new_distdir" \ 571 am__remove_distdir=: \ 572 am__skip_length_check=: \ 573 am__skip_mode_fix=: \ 574 distdir) \ 575 || exit 1; \ 576 fi; \ 577 done 578 $(MAKE) $(AM_MAKEFLAGS) \ 579 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 580 dist-hook 581 -test -n "$(am__skip_mode_fix)" \ 582 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 583 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 584 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 585 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 586 || chmod -R a+r "$(distdir)" 587dist-gzip: distdir 588 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 589 $(am__remove_distdir) 590dist-bzip2: distdir 591 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 592 $(am__remove_distdir) 593 594dist-lzma: distdir 595 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 596 $(am__remove_distdir) 597 598dist-xz: distdir 599 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 600 $(am__remove_distdir) 601 602dist-tarZ: distdir 603 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 604 $(am__remove_distdir) 605 606dist-shar: distdir 607 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 608 $(am__remove_distdir) 609 610dist-zip: distdir 611 -rm -f $(distdir).zip 612 zip -rq $(distdir).zip $(distdir) 613 $(am__remove_distdir) 614 615dist dist-all: distdir 616 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 617 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 618 $(am__remove_distdir) 619 620# This target untars the dist file and tries a VPATH configuration. Then 621# it guarantees that the distribution is self-contained by making another 622# tarfile. 623distcheck: dist 624 case '$(DIST_ARCHIVES)' in \ 625 *.tar.gz*) \ 626 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 627 *.tar.bz2*) \ 628 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 629 *.tar.lzma*) \ 630 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 631 *.tar.xz*) \ 632 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 633 *.tar.Z*) \ 634 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 635 *.shar.gz*) \ 636 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 637 *.zip*) \ 638 unzip $(distdir).zip ;;\ 639 esac 640 chmod -R a-w $(distdir); chmod a+w $(distdir) 641 mkdir $(distdir)/_build 642 mkdir $(distdir)/_inst 643 chmod a-w $(distdir) 644 test -d $(distdir)/_build || exit 0; \ 645 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 646 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 647 && am__cwd=`pwd` \ 648 && $(am__cd) $(distdir)/_build \ 649 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 650 $(DISTCHECK_CONFIGURE_FLAGS) \ 651 && $(MAKE) $(AM_MAKEFLAGS) \ 652 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 653 && $(MAKE) $(AM_MAKEFLAGS) check \ 654 && $(MAKE) $(AM_MAKEFLAGS) install \ 655 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 656 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 657 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 658 distuninstallcheck \ 659 && chmod -R a-w "$$dc_install_base" \ 660 && ({ \ 661 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 662 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 663 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 664 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 665 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 666 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 667 && rm -rf "$$dc_destdir" \ 668 && $(MAKE) $(AM_MAKEFLAGS) dist \ 669 && rm -rf $(DIST_ARCHIVES) \ 670 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 671 && cd "$$am__cwd" \ 672 || exit 1 673 $(am__remove_distdir) 674 @(echo "$(distdir) archives ready for distribution: "; \ 675 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 676 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 677distuninstallcheck: 678 @$(am__cd) '$(distuninstallcheck_dir)' \ 679 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 680 || { echo "ERROR: files left after uninstall:" ; \ 681 if test -n "$(DESTDIR)"; then \ 682 echo " (check DESTDIR support)"; \ 683 fi ; \ 684 $(distuninstallcheck_listfiles) ; \ 685 exit 1; } >&2 686distcleancheck: distclean 687 @if test '$(srcdir)' = . ; then \ 688 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 689 exit 1 ; \ 690 fi 691 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 692 || { echo "ERROR: files left in build directory after distclean:" ; \ 693 $(distcleancheck_listfiles) ; \ 694 exit 1; } >&2 695check-am: all-am 696check: check-recursive 697all-am: Makefile $(DATA) config.h 698installdirs: installdirs-recursive 699installdirs-am: 700 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 701 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 702 done 703install: install-recursive 704install-exec: install-exec-recursive 705install-data: install-data-recursive 706uninstall: uninstall-recursive 707 708install-am: all-am 709 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 710 711installcheck: installcheck-recursive 712install-strip: 713 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 714 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 715 `test -z '$(STRIP)' || \ 716 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 717mostlyclean-generic: 718 719clean-generic: 720 721distclean-generic: 722 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 723 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 724 725maintainer-clean-generic: 726 @echo "This command is intended for maintainers to use" 727 @echo "it deletes files that may require special tools to rebuild." 728 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 729clean: clean-recursive 730 731clean-am: clean-generic clean-libtool mostlyclean-am 732 733distclean: distclean-recursive 734 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 735 -rm -f Makefile 736distclean-am: clean-am distclean-generic distclean-hdr \ 737 distclean-libtool distclean-tags 738 739dvi: dvi-recursive 740 741dvi-am: 742 743html: html-recursive 744 745html-am: 746 747info: info-recursive 748 749info-am: 750 751install-data-am: install-pkgconfigDATA 752 753install-dvi: install-dvi-recursive 754 755install-dvi-am: 756 757install-exec-am: 758 759install-html: install-html-recursive 760 761install-html-am: 762 763install-info: install-info-recursive 764 765install-info-am: 766 767install-man: 768 769install-pdf: install-pdf-recursive 770 771install-pdf-am: 772 773install-ps: install-ps-recursive 774 775install-ps-am: 776 777installcheck-am: 778 779maintainer-clean: maintainer-clean-recursive 780 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 781 -rm -rf $(top_srcdir)/autom4te.cache 782 -rm -f Makefile 783maintainer-clean-am: distclean-am maintainer-clean-generic 784 785mostlyclean: mostlyclean-recursive 786 787mostlyclean-am: mostlyclean-generic mostlyclean-libtool 788 789pdf: pdf-recursive 790 791pdf-am: 792 793ps: ps-recursive 794 795ps-am: 796 797uninstall-am: uninstall-pkgconfigDATA 798 799.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 800 ctags-recursive install-am install-strip tags-recursive 801 802.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 803 all all-am am--refresh check check-am clean clean-generic \ 804 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 805 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 806 dist-zip distcheck distclean distclean-generic distclean-hdr \ 807 distclean-libtool distclean-tags distcleancheck distdir \ 808 distuninstallcheck dvi dvi-am html html-am info info-am \ 809 install install-am install-data install-data-am install-dvi \ 810 install-dvi-am install-exec install-exec-am install-html \ 811 install-html-am install-info install-info-am install-man \ 812 install-pdf install-pdf-am install-pkgconfigDATA install-ps \ 813 install-ps-am install-strip installcheck installcheck-am \ 814 installdirs installdirs-am maintainer-clean \ 815 maintainer-clean-generic mostlyclean mostlyclean-generic \ 816 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 817 uninstall uninstall-am uninstall-pkgconfigDATA 818 819 820@LINT_TRUE@lint: 821@LINT_TRUE@ (cd src && $(MAKE) $(MFLAGS) lint) 822 823.PHONY: ChangeLog 824 825ChangeLog: 826 $(CHANGELOG_CMD) 827 828dist-hook: ChangeLog 829 830# Tell versions [3.59,3.63) of GNU make to not export all variables. 831# Otherwise a system limit (for SysV at least) may be exceeded. 832.NOEXPORT: 833