Makefile.in revision 0f8248bf
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# 18# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 19# 20# Permission is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# the rights to use, copy, modify, merge, publish, distribute, sublicense, 24# and/or sell copies of the Software, and to permit persons to whom the 25# Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 37# DEALINGS IN THE SOFTWARE. 38# 39VPATH = @srcdir@ 40am__is_gnu_make = { \ 41 if test -z '$(MAKELEVEL)'; then \ 42 false; \ 43 elif test -n '$(MAKE_HOST)'; then \ 44 true; \ 45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46 true; \ 47 else \ 48 false; \ 49 fi; \ 50} 51am__make_running_with_option = \ 52 case $${target_option-} in \ 53 ?) ;; \ 54 *) echo "am__make_running_with_option: internal error: invalid" \ 55 "target option '$${target_option-}' specified" >&2; \ 56 exit 1;; \ 57 esac; \ 58 has_opt=no; \ 59 sane_makeflags=$$MAKEFLAGS; \ 60 if $(am__is_gnu_make); then \ 61 sane_makeflags=$$MFLAGS; \ 62 else \ 63 case $$MAKEFLAGS in \ 64 *\\[\ \ ]*) \ 65 bs=\\; \ 66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 68 esac; \ 69 fi; \ 70 skip_next=no; \ 71 strip_trailopt () \ 72 { \ 73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 74 }; \ 75 for flg in $$sane_makeflags; do \ 76 test $$skip_next = yes && { skip_next=no; continue; }; \ 77 case $$flg in \ 78 *=*|--*) continue;; \ 79 -*I) strip_trailopt 'I'; skip_next=yes;; \ 80 -*I?*) strip_trailopt 'I';; \ 81 -*O) strip_trailopt 'O'; skip_next=yes;; \ 82 -*O?*) strip_trailopt 'O';; \ 83 -*l) strip_trailopt 'l'; skip_next=yes;; \ 84 -*l?*) strip_trailopt 'l';; \ 85 -[dEDm]) skip_next=yes;; \ 86 -[JT]) skip_next=yes;; \ 87 esac; \ 88 case $$flg in \ 89 *$$target_option*) has_opt=yes; break;; \ 90 esac; \ 91 done; \ 92 test $$has_opt = yes 93am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 94am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 95pkgdatadir = $(datadir)/@PACKAGE@ 96pkgincludedir = $(includedir)/@PACKAGE@ 97pkglibdir = $(libdir)/@PACKAGE@ 98pkglibexecdir = $(libexecdir)/@PACKAGE@ 99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 100install_sh_DATA = $(install_sh) -c -m 644 101install_sh_PROGRAM = $(install_sh) -c 102install_sh_SCRIPT = $(install_sh) -c 103INSTALL_HEADER = $(INSTALL_DATA) 104transform = $(program_transform_name) 105NORMAL_INSTALL = : 106PRE_INSTALL = : 107POST_INSTALL = : 108NORMAL_UNINSTALL = : 109PRE_UNINSTALL = : 110POST_UNINSTALL = : 111build_triplet = @build@ 112host_triplet = @host@ 113subdir = specs 114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 115am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 116 $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 120mkinstalldirs = $(install_sh) -d 121CONFIG_HEADER = $(top_builddir)/src/config.h \ 122 $(top_builddir)/include/X11/XlibConf.h 123CONFIG_CLEAN_FILES = 124CONFIG_CLEAN_VPATH_FILES = 125AM_V_P = $(am__v_P_@AM_V@) 126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 127am__v_P_0 = false 128am__v_P_1 = : 129AM_V_GEN = $(am__v_GEN_@AM_V@) 130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 131am__v_GEN_0 = @echo " GEN " $@; 132am__v_GEN_1 = 133AM_V_at = $(am__v_at_@AM_V@) 134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 135am__v_at_0 = @ 136am__v_at_1 = 137SOURCES = 138DIST_SOURCES = 139RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 140 ctags-recursive dvi-recursive html-recursive info-recursive \ 141 install-data-recursive install-dvi-recursive \ 142 install-exec-recursive install-html-recursive \ 143 install-info-recursive install-pdf-recursive \ 144 install-ps-recursive install-recursive installcheck-recursive \ 145 installdirs-recursive pdf-recursive ps-recursive \ 146 tags-recursive uninstall-recursive 147am__can_run_installinfo = \ 148 case $$AM_UPDATE_INFO_DIR in \ 149 n|no|NO) false;; \ 150 *) (install-info --version) >/dev/null 2>&1;; \ 151 esac 152RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 153 distclean-recursive maintainer-clean-recursive 154am__recursive_targets = \ 155 $(RECURSIVE_TARGETS) \ 156 $(RECURSIVE_CLEAN_TARGETS) \ 157 $(am__extra_recursive_targets) 158AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 159 distdir 160am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 161# Read a list of newline-separated strings from the standard input, 162# and print each of them once, without duplicates. Input order is 163# *not* preserved. 164am__uniquify_input = $(AWK) '\ 165 BEGIN { nonempty = 0; } \ 166 { items[$$0] = 1; nonempty = 1; } \ 167 END { if (nonempty) { for (i in items) print i; }; } \ 168' 169# Make sure the list of sources is unique. This is necessary because, 170# e.g., the same source file might be shared among _SOURCES variables 171# for different programs/libraries. 172am__define_uniq_tagged_files = \ 173 list='$(am__tagged_files)'; \ 174 unique=`for i in $$list; do \ 175 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 176 done | $(am__uniquify_input)` 177ETAGS = etags 178CTAGS = ctags 179DIST_SUBDIRS = $(SUBDIRS) 180am__DIST_COMMON = $(srcdir)/Makefile.in 181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 182am__relativize = \ 183 dir0=`pwd`; \ 184 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 185 sed_rest='s,^[^/]*/*,,'; \ 186 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 187 sed_butlast='s,/*[^/]*$$,,'; \ 188 while test -n "$$dir1"; do \ 189 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 190 if test "$$first" != "."; then \ 191 if test "$$first" = ".."; then \ 192 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 193 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 194 else \ 195 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 196 if test "$$first2" = "$$first"; then \ 197 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 198 else \ 199 dir2="../$$dir2"; \ 200 fi; \ 201 dir0="$$dir0"/"$$first"; \ 202 fi; \ 203 fi; \ 204 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 205 done; \ 206 reldir="$$dir2" 207ACLOCAL = @ACLOCAL@ 208ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 209ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 210AMTAR = @AMTAR@ 211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 212APP_MAN_DIR = @APP_MAN_DIR@ 213APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 214AR = @AR@ 215AUTOCONF = @AUTOCONF@ 216AUTOHEADER = @AUTOHEADER@ 217AUTOMAKE = @AUTOMAKE@ 218AWK = @AWK@ 219BASE_CFLAGS = @BASE_CFLAGS@ 220BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 221BIGFONT_LIBS = @BIGFONT_LIBS@ 222CC = @CC@ 223CCDEPMODE = @CCDEPMODE@ 224CC_FOR_BUILD = @CC_FOR_BUILD@ 225CFLAGS = @CFLAGS@ 226CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 227CHANGELOG_CMD = @CHANGELOG_CMD@ 228CPP = @CPP@ 229CPPFLAGS = @CPPFLAGS@ 230CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 231CWARNFLAGS = @CWARNFLAGS@ 232CYGPATH_W = @CYGPATH_W@ 233DEFS = @DEFS@ 234DEPDIR = @DEPDIR@ 235DLLTOOL = @DLLTOOL@ 236DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 237DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 238DSYMUTIL = @DSYMUTIL@ 239DUMPBIN = @DUMPBIN@ 240ECHO_C = @ECHO_C@ 241ECHO_N = @ECHO_N@ 242ECHO_T = @ECHO_T@ 243EGREP = @EGREP@ 244EXEEXT = @EXEEXT@ 245FGREP = @FGREP@ 246FILE_MAN_DIR = @FILE_MAN_DIR@ 247FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 248FOP = @FOP@ 249GREP = @GREP@ 250I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 251INSTALL = @INSTALL@ 252INSTALL_CMD = @INSTALL_CMD@ 253INSTALL_DATA = @INSTALL_DATA@ 254INSTALL_PROGRAM = @INSTALL_PROGRAM@ 255INSTALL_SCRIPT = @INSTALL_SCRIPT@ 256INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 257KEYSYMDEFS = @KEYSYMDEFS@ 258LAUNCHD = @LAUNCHD@ 259LD = @LD@ 260LDFLAGS = @LDFLAGS@ 261LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 262LIBOBJS = @LIBOBJS@ 263LIBS = @LIBS@ 264LIBTOOL = @LIBTOOL@ 265LIB_MAN_DIR = @LIB_MAN_DIR@ 266LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 267LINT = @LINT@ 268LINTLIB = @LINTLIB@ 269LINT_FLAGS = @LINT_FLAGS@ 270LIPO = @LIPO@ 271LN_S = @LN_S@ 272LTLIBOBJS = @LTLIBOBJS@ 273MAKEINFO = @MAKEINFO@ 274MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 275MANIFEST_TOOL = @MANIFEST_TOOL@ 276MAN_SUBSTS = @MAN_SUBSTS@ 277MISC_MAN_DIR = @MISC_MAN_DIR@ 278MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 279MKDIR_P = @MKDIR_P@ 280NM = @NM@ 281NMEDIT = @NMEDIT@ 282OBJDUMP = @OBJDUMP@ 283OBJEXT = @OBJEXT@ 284OTOOL = @OTOOL@ 285OTOOL64 = @OTOOL64@ 286PACKAGE = @PACKAGE@ 287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 288PACKAGE_NAME = @PACKAGE_NAME@ 289PACKAGE_STRING = @PACKAGE_STRING@ 290PACKAGE_TARNAME = @PACKAGE_TARNAME@ 291PACKAGE_URL = @PACKAGE_URL@ 292PACKAGE_VERSION = @PACKAGE_VERSION@ 293PATH_SEPARATOR = @PATH_SEPARATOR@ 294PERL = @PERL@ 295PKG_CONFIG = @PKG_CONFIG@ 296RANLIB = @RANLIB@ 297RAWCPP = @RAWCPP@ 298RAWCPPFLAGS = @RAWCPPFLAGS@ 299SED = @SED@ 300SET_MAKE = @SET_MAKE@ 301SHELL = @SHELL@ 302STRICT_CFLAGS = @STRICT_CFLAGS@ 303STRIP = @STRIP@ 304STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 305TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 306VERSION = @VERSION@ 307WCHAR32 = @WCHAR32@ 308X11_CFLAGS = @X11_CFLAGS@ 309X11_DATADIR = @X11_DATADIR@ 310X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 311X11_LIBDIR = @X11_LIBDIR@ 312X11_LIBS = @X11_LIBS@ 313X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 314X11_LOCALEDIR = @X11_LOCALEDIR@ 315X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 316XERRORDB = @XERRORDB@ 317XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 318XKEYSYMDB = @XKEYSYMDB@ 319XLOCALEDATADIR = @XLOCALEDATADIR@ 320XLOCALEDIR = @XLOCALEDIR@ 321XLOCALELIBDIR = @XLOCALELIBDIR@ 322XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 323XMLTO = @XMLTO@ 324XORG_MAN_PAGE = @XORG_MAN_PAGE@ 325XORG_SGML_PATH = @XORG_SGML_PATH@ 326XSLTPROC = @XSLTPROC@ 327XSL_STYLESHEET = @XSL_STYLESHEET@ 328XTHREADLIB = @XTHREADLIB@ 329XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 330XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 331abs_builddir = @abs_builddir@ 332abs_srcdir = @abs_srcdir@ 333abs_top_builddir = @abs_top_builddir@ 334abs_top_srcdir = @abs_top_srcdir@ 335ac_ct_AR = @ac_ct_AR@ 336ac_ct_CC = @ac_ct_CC@ 337ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 338am__include = @am__include@ 339am__leading_dot = @am__leading_dot@ 340am__quote = @am__quote@ 341am__tar = @am__tar@ 342am__untar = @am__untar@ 343bindir = @bindir@ 344build = @build@ 345build_alias = @build_alias@ 346build_cpu = @build_cpu@ 347build_os = @build_os@ 348build_vendor = @build_vendor@ 349builddir = @builddir@ 350datadir = @datadir@ 351datarootdir = @datarootdir@ 352docdir = @docdir@ 353dvidir = @dvidir@ 354exec_prefix = @exec_prefix@ 355host = @host@ 356host_alias = @host_alias@ 357host_cpu = @host_cpu@ 358host_os = @host_os@ 359host_vendor = @host_vendor@ 360htmldir = @htmldir@ 361includedir = @includedir@ 362infodir = @infodir@ 363install_sh = @install_sh@ 364libdir = @libdir@ 365libexecdir = @libexecdir@ 366localedir = @localedir@ 367locales = @locales@ 368localstatedir = @localstatedir@ 369mandir = @mandir@ 370mkdir_p = @mkdir_p@ 371oldincludedir = @oldincludedir@ 372pdfdir = @pdfdir@ 373prefix = @prefix@ 374program_transform_name = @program_transform_name@ 375psdir = @psdir@ 376sbindir = @sbindir@ 377sharedstatedir = @sharedstatedir@ 378srcdir = @srcdir@ 379sysconfdir = @sysconfdir@ 380target_alias = @target_alias@ 381top_build_prefix = @top_build_prefix@ 382top_builddir = @top_builddir@ 383top_srcdir = @top_srcdir@ 384SUBDIRS = libX11 i18n XIM XKB 385all: all-recursive 386 387.SUFFIXES: 388$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 389 @for dep in $?; do \ 390 case '$(am__configure_deps)' in \ 391 *$$dep*) \ 392 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 393 && { if test -f $@; then exit 0; else break; fi; }; \ 394 exit 1;; \ 395 esac; \ 396 done; \ 397 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/Makefile'; \ 398 $(am__cd) $(top_srcdir) && \ 399 $(AUTOMAKE) --foreign specs/Makefile 400Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 401 @case '$?' in \ 402 *config.status*) \ 403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 404 *) \ 405 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 406 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 407 esac; 408 409$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 410 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 411 412$(top_srcdir)/configure: $(am__configure_deps) 413 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 414$(ACLOCAL_M4): $(am__aclocal_m4_deps) 415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 416$(am__aclocal_m4_deps): 417 418mostlyclean-libtool: 419 -rm -f *.lo 420 421clean-libtool: 422 -rm -rf .libs _libs 423 424# This directory's subdirectories are mostly independent; you can cd 425# into them and run 'make' without going through this Makefile. 426# To change the values of 'make' variables: instead of editing Makefiles, 427# (1) if the variable is set in 'config.status', edit 'config.status' 428# (which will cause the Makefiles to be regenerated when you run 'make'); 429# (2) otherwise, pass the desired values on the 'make' command line. 430$(am__recursive_targets): 431 @fail=; \ 432 if $(am__make_keepgoing); then \ 433 failcom='fail=yes'; \ 434 else \ 435 failcom='exit 1'; \ 436 fi; \ 437 dot_seen=no; \ 438 target=`echo $@ | sed s/-recursive//`; \ 439 case "$@" in \ 440 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 441 *) list='$(SUBDIRS)' ;; \ 442 esac; \ 443 for subdir in $$list; do \ 444 echo "Making $$target in $$subdir"; \ 445 if test "$$subdir" = "."; then \ 446 dot_seen=yes; \ 447 local_target="$$target-am"; \ 448 else \ 449 local_target="$$target"; \ 450 fi; \ 451 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 452 || eval $$failcom; \ 453 done; \ 454 if test "$$dot_seen" = "no"; then \ 455 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 456 fi; test -z "$$fail" 457 458ID: $(am__tagged_files) 459 $(am__define_uniq_tagged_files); mkid -fID $$unique 460tags: tags-recursive 461TAGS: tags 462 463tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 464 set x; \ 465 here=`pwd`; \ 466 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 467 include_option=--etags-include; \ 468 empty_fix=.; \ 469 else \ 470 include_option=--include; \ 471 empty_fix=; \ 472 fi; \ 473 list='$(SUBDIRS)'; for subdir in $$list; do \ 474 if test "$$subdir" = .; then :; else \ 475 test ! -f $$subdir/TAGS || \ 476 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 477 fi; \ 478 done; \ 479 $(am__define_uniq_tagged_files); \ 480 shift; \ 481 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 482 test -n "$$unique" || unique=$$empty_fix; \ 483 if test $$# -gt 0; then \ 484 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 485 "$$@" $$unique; \ 486 else \ 487 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 488 $$unique; \ 489 fi; \ 490 fi 491ctags: ctags-recursive 492 493CTAGS: ctags 494ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 495 $(am__define_uniq_tagged_files); \ 496 test -z "$(CTAGS_ARGS)$$unique" \ 497 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 498 $$unique 499 500GTAGS: 501 here=`$(am__cd) $(top_builddir) && pwd` \ 502 && $(am__cd) $(top_srcdir) \ 503 && gtags -i $(GTAGS_ARGS) "$$here" 504cscopelist: cscopelist-recursive 505 506cscopelist-am: $(am__tagged_files) 507 list='$(am__tagged_files)'; \ 508 case "$(srcdir)" in \ 509 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 510 *) sdir=$(subdir)/$(srcdir) ;; \ 511 esac; \ 512 for i in $$list; do \ 513 if test -f "$$i"; then \ 514 echo "$(subdir)/$$i"; \ 515 else \ 516 echo "$$sdir/$$i"; \ 517 fi; \ 518 done >> $(top_builddir)/cscope.files 519 520distclean-tags: 521 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 522 523distdir: $(DISTFILES) 524 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 525 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 526 list='$(DISTFILES)'; \ 527 dist_files=`for file in $$list; do echo $$file; done | \ 528 sed -e "s|^$$srcdirstrip/||;t" \ 529 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 530 case $$dist_files in \ 531 */*) $(MKDIR_P) `echo "$$dist_files" | \ 532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 533 sort -u` ;; \ 534 esac; \ 535 for file in $$dist_files; do \ 536 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 537 if test -d $$d/$$file; then \ 538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 539 if test -d "$(distdir)/$$file"; then \ 540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 541 fi; \ 542 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 543 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 545 fi; \ 546 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 547 else \ 548 test -f "$(distdir)/$$file" \ 549 || cp -p $$d/$$file "$(distdir)/$$file" \ 550 || exit 1; \ 551 fi; \ 552 done 553 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 554 if test "$$subdir" = .; then :; else \ 555 $(am__make_dryrun) \ 556 || test -d "$(distdir)/$$subdir" \ 557 || $(MKDIR_P) "$(distdir)/$$subdir" \ 558 || exit 1; \ 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 578check-am: all-am 579check: check-recursive 580all-am: Makefile 581installdirs: installdirs-recursive 582installdirs-am: 583install: install-recursive 584install-exec: install-exec-recursive 585install-data: install-data-recursive 586uninstall: uninstall-recursive 587 588install-am: all-am 589 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 590 591installcheck: installcheck-recursive 592install-strip: 593 if test -z '$(STRIP)'; then \ 594 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 595 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 596 install; \ 597 else \ 598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 599 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 600 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 601 fi 602mostlyclean-generic: 603 604clean-generic: 605 606distclean-generic: 607 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 608 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 609 610maintainer-clean-generic: 611 @echo "This command is intended for maintainers to use" 612 @echo "it deletes files that may require special tools to rebuild." 613clean: clean-recursive 614 615clean-am: clean-generic clean-libtool mostlyclean-am 616 617distclean: distclean-recursive 618 -rm -f Makefile 619distclean-am: clean-am distclean-generic distclean-tags 620 621dvi: dvi-recursive 622 623dvi-am: 624 625html: html-recursive 626 627html-am: 628 629info: info-recursive 630 631info-am: 632 633install-data-am: 634 635install-dvi: install-dvi-recursive 636 637install-dvi-am: 638 639install-exec-am: 640 641install-html: install-html-recursive 642 643install-html-am: 644 645install-info: install-info-recursive 646 647install-info-am: 648 649install-man: 650 651install-pdf: install-pdf-recursive 652 653install-pdf-am: 654 655install-ps: install-ps-recursive 656 657install-ps-am: 658 659installcheck-am: 660 661maintainer-clean: maintainer-clean-recursive 662 -rm -f Makefile 663maintainer-clean-am: distclean-am maintainer-clean-generic 664 665mostlyclean: mostlyclean-recursive 666 667mostlyclean-am: mostlyclean-generic mostlyclean-libtool 668 669pdf: pdf-recursive 670 671pdf-am: 672 673ps: ps-recursive 674 675ps-am: 676 677uninstall-am: 678 679.MAKE: $(am__recursive_targets) install-am install-strip 680 681.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 682 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 683 ctags-am distclean distclean-generic distclean-libtool \ 684 distclean-tags distdir dvi dvi-am html html-am info info-am \ 685 install install-am install-data install-data-am install-dvi \ 686 install-dvi-am install-exec install-exec-am install-html \ 687 install-html-am install-info install-info-am install-man \ 688 install-pdf install-pdf-am install-ps install-ps-am \ 689 install-strip installcheck installcheck-am installdirs \ 690 installdirs-am maintainer-clean maintainer-clean-generic \ 691 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 692 ps ps-am tags tags-am uninstall uninstall-am 693 694.PRECIOUS: Makefile 695 696 697# Tell versions [3.59,3.63) of GNU make to not export all variables. 698# Otherwise a system limit (for SysV at least) may be exceeded. 699.NOEXPORT: 700