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