Makefile.in revision eb411b4b
1# Makefile.in generated by automake 1.13.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__make_running_with_option = \ 20 case $${target_option-} in \ 21 ?) ;; \ 22 *) echo "am__make_running_with_option: internal error: invalid" \ 23 "target option '$${target_option-}' specified" >&2; \ 24 exit 1;; \ 25 esac; \ 26 has_opt=no; \ 27 sane_makeflags=$$MAKEFLAGS; \ 28 if $(am__is_gnu_make); then \ 29 sane_makeflags=$$MFLAGS; \ 30 else \ 31 case $$MAKEFLAGS in \ 32 *\\[\ \ ]*) \ 33 bs=\\; \ 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 36 esac; \ 37 fi; \ 38 skip_next=no; \ 39 strip_trailopt () \ 40 { \ 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 42 }; \ 43 for flg in $$sane_makeflags; do \ 44 test $$skip_next = yes && { skip_next=no; continue; }; \ 45 case $$flg in \ 46 *=*|--*) continue;; \ 47 -*I) strip_trailopt 'I'; skip_next=yes;; \ 48 -*I?*) strip_trailopt 'I';; \ 49 -*O) strip_trailopt 'O'; skip_next=yes;; \ 50 -*O?*) strip_trailopt 'O';; \ 51 -*l) strip_trailopt 'l'; skip_next=yes;; \ 52 -*l?*) strip_trailopt 'l';; \ 53 -[dEDm]) skip_next=yes;; \ 54 -[JT]) skip_next=yes;; \ 55 esac; \ 56 case $$flg in \ 57 *$$target_option*) has_opt=yes; break;; \ 58 esac; \ 59 done; \ 60 test $$has_opt = yes 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81subdir = include 82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 83 $(x11include_HEADERS) 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 86 $(top_srcdir)/configure.ac 87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 88 $(ACLOCAL_M4) 89mkinstalldirs = $(install_sh) -d 90CONFIG_HEADER = $(top_builddir)/src/config.h \ 91 $(top_builddir)/include/X11/XlibConf.h 92CONFIG_CLEAN_FILES = 93CONFIG_CLEAN_VPATH_FILES = 94AM_V_P = $(am__v_P_@AM_V@) 95am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 96am__v_P_0 = false 97am__v_P_1 = : 98AM_V_GEN = $(am__v_GEN_@AM_V@) 99am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 100am__v_GEN_0 = @echo " GEN " $@; 101am__v_GEN_1 = 102AM_V_at = $(am__v_at_@AM_V@) 103am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 104am__v_at_0 = @ 105am__v_at_1 = 106SOURCES = 107DIST_SOURCES = 108am__can_run_installinfo = \ 109 case $$AM_UPDATE_INFO_DIR in \ 110 n|no|NO) false;; \ 111 *) (install-info --version) >/dev/null 2>&1;; \ 112 esac 113am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 114am__vpath_adj = case $$p in \ 115 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 116 *) f=$$p;; \ 117 esac; 118am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 119am__install_max = 40 120am__nobase_strip_setup = \ 121 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 122am__nobase_strip = \ 123 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 124am__nobase_list = $(am__nobase_strip_setup); \ 125 for p in $$list; do echo "$$p $$p"; done | \ 126 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 127 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 128 if (++n[$$2] == $(am__install_max)) \ 129 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 130 END { for (dir in files) print dir, files[dir] }' 131am__base_list = \ 132 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 133 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 134am__uninstall_files_from_dir = { \ 135 test -z "$$files" \ 136 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 137 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 138 $(am__cd) "$$dir" && rm -f $$files; }; \ 139 } 140am__installdirs = "$(DESTDIR)$(x11includedir)" \ 141 "$(DESTDIR)$(x11includedir)" 142HEADERS = $(nodist_x11include_HEADERS) $(x11include_HEADERS) 143am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 144# Read a list of newline-separated strings from the standard input, 145# and print each of them once, without duplicates. Input order is 146# *not* preserved. 147am__uniquify_input = $(AWK) '\ 148 BEGIN { nonempty = 0; } \ 149 { items[$$0] = 1; nonempty = 1; } \ 150 END { if (nonempty) { for (i in items) print i; }; } \ 151' 152# Make sure the list of sources is unique. This is necessary because, 153# e.g., the same source file might be shared among _SOURCES variables 154# for different programs/libraries. 155am__define_uniq_tagged_files = \ 156 list='$(am__tagged_files)'; \ 157 unique=`for i in $$list; do \ 158 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 159 done | $(am__uniquify_input)` 160ETAGS = etags 161CTAGS = ctags 162DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 163ACLOCAL = @ACLOCAL@ 164ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 165ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 166AMTAR = @AMTAR@ 167AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 168APP_MAN_DIR = @APP_MAN_DIR@ 169APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 170AR = @AR@ 171AUTOCONF = @AUTOCONF@ 172AUTOHEADER = @AUTOHEADER@ 173AUTOMAKE = @AUTOMAKE@ 174AWK = @AWK@ 175BASE_CFLAGS = @BASE_CFLAGS@ 176BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 177BIGFONT_LIBS = @BIGFONT_LIBS@ 178CC = @CC@ 179CCDEPMODE = @CCDEPMODE@ 180CC_FOR_BUILD = @CC_FOR_BUILD@ 181CFLAGS = @CFLAGS@ 182CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 183CHANGELOG_CMD = @CHANGELOG_CMD@ 184CPP = @CPP@ 185CPPFLAGS = @CPPFLAGS@ 186CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 187CWARNFLAGS = @CWARNFLAGS@ 188CYGPATH_W = @CYGPATH_W@ 189DEFS = @DEFS@ 190DEPDIR = @DEPDIR@ 191DLLTOOL = @DLLTOOL@ 192DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 193DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 194DSYMUTIL = @DSYMUTIL@ 195DUMPBIN = @DUMPBIN@ 196ECHO_C = @ECHO_C@ 197ECHO_N = @ECHO_N@ 198ECHO_T = @ECHO_T@ 199EGREP = @EGREP@ 200EXEEXT = @EXEEXT@ 201FGREP = @FGREP@ 202FILE_MAN_DIR = @FILE_MAN_DIR@ 203FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 204FOP = @FOP@ 205GREP = @GREP@ 206I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 207INSTALL = @INSTALL@ 208INSTALL_CMD = @INSTALL_CMD@ 209INSTALL_DATA = @INSTALL_DATA@ 210INSTALL_PROGRAM = @INSTALL_PROGRAM@ 211INSTALL_SCRIPT = @INSTALL_SCRIPT@ 212INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 213KEYSYMDEFS = @KEYSYMDEFS@ 214LAUNCHD = @LAUNCHD@ 215LD = @LD@ 216LDFLAGS = @LDFLAGS@ 217LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 218LIBOBJS = @LIBOBJS@ 219LIBS = @LIBS@ 220LIBTOOL = @LIBTOOL@ 221LIB_MAN_DIR = @LIB_MAN_DIR@ 222LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 223LINT = @LINT@ 224LINTLIB = @LINTLIB@ 225LINT_FLAGS = @LINT_FLAGS@ 226LIPO = @LIPO@ 227LN_S = @LN_S@ 228LTLIBOBJS = @LTLIBOBJS@ 229MAKEINFO = @MAKEINFO@ 230MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 231MANIFEST_TOOL = @MANIFEST_TOOL@ 232MAN_SUBSTS = @MAN_SUBSTS@ 233MISC_MAN_DIR = @MISC_MAN_DIR@ 234MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 235MKDIR_P = @MKDIR_P@ 236NM = @NM@ 237NMEDIT = @NMEDIT@ 238OBJDUMP = @OBJDUMP@ 239OBJEXT = @OBJEXT@ 240OTOOL = @OTOOL@ 241OTOOL64 = @OTOOL64@ 242PACKAGE = @PACKAGE@ 243PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 244PACKAGE_NAME = @PACKAGE_NAME@ 245PACKAGE_STRING = @PACKAGE_STRING@ 246PACKAGE_TARNAME = @PACKAGE_TARNAME@ 247PACKAGE_URL = @PACKAGE_URL@ 248PACKAGE_VERSION = @PACKAGE_VERSION@ 249PATH_SEPARATOR = @PATH_SEPARATOR@ 250PERL = @PERL@ 251PKG_CONFIG = @PKG_CONFIG@ 252RANLIB = @RANLIB@ 253RAWCPP = @RAWCPP@ 254RAWCPPFLAGS = @RAWCPPFLAGS@ 255SED = @SED@ 256SET_MAKE = @SET_MAKE@ 257SHELL = @SHELL@ 258STRICT_CFLAGS = @STRICT_CFLAGS@ 259STRIP = @STRIP@ 260STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 261VERSION = @VERSION@ 262WCHAR32 = @WCHAR32@ 263X11_CFLAGS = @X11_CFLAGS@ 264X11_DATADIR = @X11_DATADIR@ 265X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 266X11_LIBDIR = @X11_LIBDIR@ 267X11_LIBS = @X11_LIBS@ 268X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 269X11_LOCALEDIR = @X11_LOCALEDIR@ 270X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 271XERRORDB = @XERRORDB@ 272XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 273XKEYSYMDB = @XKEYSYMDB@ 274XLOCALEDATADIR = @XLOCALEDATADIR@ 275XLOCALEDIR = @XLOCALEDIR@ 276XLOCALELIBDIR = @XLOCALELIBDIR@ 277XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 278XMLTO = @XMLTO@ 279XORG_MAN_PAGE = @XORG_MAN_PAGE@ 280XORG_SGML_PATH = @XORG_SGML_PATH@ 281XSLTPROC = @XSLTPROC@ 282XSL_STYLESHEET = @XSL_STYLESHEET@ 283XTHREADLIB = @XTHREADLIB@ 284XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 285XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 286abs_builddir = @abs_builddir@ 287abs_srcdir = @abs_srcdir@ 288abs_top_builddir = @abs_top_builddir@ 289abs_top_srcdir = @abs_top_srcdir@ 290ac_ct_AR = @ac_ct_AR@ 291ac_ct_CC = @ac_ct_CC@ 292ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 293am__include = @am__include@ 294am__leading_dot = @am__leading_dot@ 295am__quote = @am__quote@ 296am__tar = @am__tar@ 297am__untar = @am__untar@ 298bindir = @bindir@ 299build = @build@ 300build_alias = @build_alias@ 301build_cpu = @build_cpu@ 302build_os = @build_os@ 303build_vendor = @build_vendor@ 304builddir = @builddir@ 305datadir = @datadir@ 306datarootdir = @datarootdir@ 307docdir = @docdir@ 308dvidir = @dvidir@ 309exec_prefix = @exec_prefix@ 310host = @host@ 311host_alias = @host_alias@ 312host_cpu = @host_cpu@ 313host_os = @host_os@ 314host_vendor = @host_vendor@ 315htmldir = @htmldir@ 316includedir = @includedir@ 317infodir = @infodir@ 318install_sh = @install_sh@ 319libdir = @libdir@ 320libexecdir = @libexecdir@ 321localedir = @localedir@ 322locales = @locales@ 323localstatedir = @localstatedir@ 324mandir = @mandir@ 325mkdir_p = @mkdir_p@ 326oldincludedir = @oldincludedir@ 327pdfdir = @pdfdir@ 328prefix = @prefix@ 329program_transform_name = @program_transform_name@ 330psdir = @psdir@ 331sbindir = @sbindir@ 332sharedstatedir = @sharedstatedir@ 333srcdir = @srcdir@ 334sysconfdir = @sysconfdir@ 335target_alias = @target_alias@ 336top_build_prefix = @top_build_prefix@ 337top_builddir = @top_builddir@ 338top_srcdir = @top_srcdir@ 339x11includedir = ${includedir}/X11 340x11include_HEADERS = \ 341 X11/XKBlib.h \ 342 X11/Xcms.h \ 343 X11/Xlib.h \ 344 X11/Xlibint.h \ 345 X11/Xlocale.h \ 346 X11/Xresource.h \ 347 X11/Xutil.h \ 348 X11/cursorfont.h \ 349 X11/Xregion.h \ 350 X11/ImUtil.h \ 351 X11/Xlib-xcb.h 352 353nodist_x11include_HEADERS = \ 354 X11/XlibConf.h 355 356EXTRA_DIST = \ 357 X11/XlibConf.h.in 358 359all: all-am 360 361.SUFFIXES: 362$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 363 @for dep in $?; do \ 364 case '$(am__configure_deps)' in \ 365 *$$dep*) \ 366 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 367 && { if test -f $@; then exit 0; else break; fi; }; \ 368 exit 1;; \ 369 esac; \ 370 done; \ 371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 372 $(am__cd) $(top_srcdir) && \ 373 $(AUTOMAKE) --foreign include/Makefile 374.PRECIOUS: Makefile 375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 376 @case '$?' in \ 377 *config.status*) \ 378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 379 *) \ 380 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 381 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 382 esac; 383 384$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 386 387$(top_srcdir)/configure: $(am__configure_deps) 388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 389$(ACLOCAL_M4): $(am__aclocal_m4_deps) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391$(am__aclocal_m4_deps): 392 393mostlyclean-libtool: 394 -rm -f *.lo 395 396clean-libtool: 397 -rm -rf .libs _libs 398install-nodist_x11includeHEADERS: $(nodist_x11include_HEADERS) 399 @$(NORMAL_INSTALL) 400 @list='$(nodist_x11include_HEADERS)'; test -n "$(x11includedir)" || list=; \ 401 if test -n "$$list"; then \ 402 echo " $(MKDIR_P) '$(DESTDIR)$(x11includedir)'"; \ 403 $(MKDIR_P) "$(DESTDIR)$(x11includedir)" || exit 1; \ 404 fi; \ 405 for p in $$list; do \ 406 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 407 echo "$$d$$p"; \ 408 done | $(am__base_list) | \ 409 while read files; do \ 410 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(x11includedir)'"; \ 411 $(INSTALL_HEADER) $$files "$(DESTDIR)$(x11includedir)" || exit $$?; \ 412 done 413 414uninstall-nodist_x11includeHEADERS: 415 @$(NORMAL_UNINSTALL) 416 @list='$(nodist_x11include_HEADERS)'; test -n "$(x11includedir)" || list=; \ 417 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 418 dir='$(DESTDIR)$(x11includedir)'; $(am__uninstall_files_from_dir) 419install-x11includeHEADERS: $(x11include_HEADERS) 420 @$(NORMAL_INSTALL) 421 @list='$(x11include_HEADERS)'; test -n "$(x11includedir)" || list=; \ 422 if test -n "$$list"; then \ 423 echo " $(MKDIR_P) '$(DESTDIR)$(x11includedir)'"; \ 424 $(MKDIR_P) "$(DESTDIR)$(x11includedir)" || exit 1; \ 425 fi; \ 426 for p in $$list; do \ 427 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 428 echo "$$d$$p"; \ 429 done | $(am__base_list) | \ 430 while read files; do \ 431 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(x11includedir)'"; \ 432 $(INSTALL_HEADER) $$files "$(DESTDIR)$(x11includedir)" || exit $$?; \ 433 done 434 435uninstall-x11includeHEADERS: 436 @$(NORMAL_UNINSTALL) 437 @list='$(x11include_HEADERS)'; test -n "$(x11includedir)" || list=; \ 438 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 439 dir='$(DESTDIR)$(x11includedir)'; $(am__uninstall_files_from_dir) 440 441ID: $(am__tagged_files) 442 $(am__define_uniq_tagged_files); mkid -fID $$unique 443tags: tags-am 444TAGS: tags 445 446tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 447 set x; \ 448 here=`pwd`; \ 449 $(am__define_uniq_tagged_files); \ 450 shift; \ 451 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 452 test -n "$$unique" || unique=$$empty_fix; \ 453 if test $$# -gt 0; then \ 454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 455 "$$@" $$unique; \ 456 else \ 457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 458 $$unique; \ 459 fi; \ 460 fi 461ctags: ctags-am 462 463CTAGS: ctags 464ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 465 $(am__define_uniq_tagged_files); \ 466 test -z "$(CTAGS_ARGS)$$unique" \ 467 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 468 $$unique 469 470GTAGS: 471 here=`$(am__cd) $(top_builddir) && pwd` \ 472 && $(am__cd) $(top_srcdir) \ 473 && gtags -i $(GTAGS_ARGS) "$$here" 474cscopelist: cscopelist-am 475 476cscopelist-am: $(am__tagged_files) 477 list='$(am__tagged_files)'; \ 478 case "$(srcdir)" in \ 479 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 480 *) sdir=$(subdir)/$(srcdir) ;; \ 481 esac; \ 482 for i in $$list; do \ 483 if test -f "$$i"; then \ 484 echo "$(subdir)/$$i"; \ 485 else \ 486 echo "$$sdir/$$i"; \ 487 fi; \ 488 done >> $(top_builddir)/cscope.files 489 490distclean-tags: 491 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 492 493distdir: $(DISTFILES) 494 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 495 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 496 list='$(DISTFILES)'; \ 497 dist_files=`for file in $$list; do echo $$file; done | \ 498 sed -e "s|^$$srcdirstrip/||;t" \ 499 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 500 case $$dist_files in \ 501 */*) $(MKDIR_P) `echo "$$dist_files" | \ 502 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 503 sort -u` ;; \ 504 esac; \ 505 for file in $$dist_files; do \ 506 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 507 if test -d $$d/$$file; then \ 508 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 509 if test -d "$(distdir)/$$file"; then \ 510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 511 fi; \ 512 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 513 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 514 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 515 fi; \ 516 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 517 else \ 518 test -f "$(distdir)/$$file" \ 519 || cp -p $$d/$$file "$(distdir)/$$file" \ 520 || exit 1; \ 521 fi; \ 522 done 523check-am: all-am 524check: check-am 525all-am: Makefile $(HEADERS) 526installdirs: 527 for dir in "$(DESTDIR)$(x11includedir)" "$(DESTDIR)$(x11includedir)"; do \ 528 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 529 done 530install: install-am 531install-exec: install-exec-am 532install-data: install-data-am 533uninstall: uninstall-am 534 535install-am: all-am 536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 537 538installcheck: installcheck-am 539install-strip: 540 if test -z '$(STRIP)'; then \ 541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 543 install; \ 544 else \ 545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 548 fi 549mostlyclean-generic: 550 551clean-generic: 552 553distclean-generic: 554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 555 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 556 557maintainer-clean-generic: 558 @echo "This command is intended for maintainers to use" 559 @echo "it deletes files that may require special tools to rebuild." 560clean: clean-am 561 562clean-am: clean-generic clean-libtool mostlyclean-am 563 564distclean: distclean-am 565 -rm -f Makefile 566distclean-am: clean-am distclean-generic distclean-tags 567 568dvi: dvi-am 569 570dvi-am: 571 572html: html-am 573 574html-am: 575 576info: info-am 577 578info-am: 579 580install-data-am: install-nodist_x11includeHEADERS \ 581 install-x11includeHEADERS 582 583install-dvi: install-dvi-am 584 585install-dvi-am: 586 587install-exec-am: 588 589install-html: install-html-am 590 591install-html-am: 592 593install-info: install-info-am 594 595install-info-am: 596 597install-man: 598 599install-pdf: install-pdf-am 600 601install-pdf-am: 602 603install-ps: install-ps-am 604 605install-ps-am: 606 607installcheck-am: 608 609maintainer-clean: maintainer-clean-am 610 -rm -f Makefile 611maintainer-clean-am: distclean-am maintainer-clean-generic 612 613mostlyclean: mostlyclean-am 614 615mostlyclean-am: mostlyclean-generic mostlyclean-libtool 616 617pdf: pdf-am 618 619pdf-am: 620 621ps: ps-am 622 623ps-am: 624 625uninstall-am: uninstall-nodist_x11includeHEADERS \ 626 uninstall-x11includeHEADERS 627 628.MAKE: install-am install-strip 629 630.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 631 clean-libtool cscopelist-am ctags ctags-am distclean \ 632 distclean-generic distclean-libtool distclean-tags distdir dvi \ 633 dvi-am html html-am info info-am install install-am \ 634 install-data install-data-am install-dvi install-dvi-am \ 635 install-exec install-exec-am install-html install-html-am \ 636 install-info install-info-am install-man \ 637 install-nodist_x11includeHEADERS install-pdf install-pdf-am \ 638 install-ps install-ps-am install-strip \ 639 install-x11includeHEADERS installcheck installcheck-am \ 640 installdirs maintainer-clean maintainer-clean-generic \ 641 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 642 ps ps-am tags tags-am uninstall uninstall-am \ 643 uninstall-nodist_x11includeHEADERS uninstall-x11includeHEADERS 644 645 646# Tell versions [3.59,3.63) of GNU make to not export all variables. 647# Otherwise a system limit (for SysV at least) may be exceeded. 648.NOEXPORT: 649