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