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