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