Makefile.in revision d4a3aaf4
1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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)` 157ETAGS = etags 158CTAGS = ctags 159DIST_SUBDIRS = $(SUBDIRS) 160am__DIST_COMMON = $(srcdir)/Makefile.in 161DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 162am__relativize = \ 163 dir0=`pwd`; \ 164 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 165 sed_rest='s,^[^/]*/*,,'; \ 166 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 167 sed_butlast='s,/*[^/]*$$,,'; \ 168 while test -n "$$dir1"; do \ 169 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 170 if test "$$first" != "."; then \ 171 if test "$$first" = ".."; then \ 172 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 173 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 174 else \ 175 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 176 if test "$$first2" = "$$first"; then \ 177 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 178 else \ 179 dir2="../$$dir2"; \ 180 fi; \ 181 dir0="$$dir0"/"$$first"; \ 182 fi; \ 183 fi; \ 184 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 185 done; \ 186 reldir="$$dir2" 187ACLOCAL = @ACLOCAL@ 188ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 189ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 190AMTAR = @AMTAR@ 191AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 192APP_MAN_DIR = @APP_MAN_DIR@ 193APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 194AR = @AR@ 195AUTOCONF = @AUTOCONF@ 196AUTOHEADER = @AUTOHEADER@ 197AUTOMAKE = @AUTOMAKE@ 198AWK = @AWK@ 199BASE_CFLAGS = @BASE_CFLAGS@ 200BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 201BIGFONT_LIBS = @BIGFONT_LIBS@ 202CC = @CC@ 203CCDEPMODE = @CCDEPMODE@ 204CC_FOR_BUILD = @CC_FOR_BUILD@ 205CFLAGS = @CFLAGS@ 206CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 207CHANGELOG_CMD = @CHANGELOG_CMD@ 208CPP = @CPP@ 209CPPFLAGS = @CPPFLAGS@ 210CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 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@ 224EXEEXT = @EXEEXT@ 225EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 226FGREP = @FGREP@ 227FILE_MAN_DIR = @FILE_MAN_DIR@ 228FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 229FOP = @FOP@ 230GREP = @GREP@ 231I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 232INSTALL = @INSTALL@ 233INSTALL_CMD = @INSTALL_CMD@ 234INSTALL_DATA = @INSTALL_DATA@ 235INSTALL_PROGRAM = @INSTALL_PROGRAM@ 236INSTALL_SCRIPT = @INSTALL_SCRIPT@ 237INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 238KEYSYMDEFS = @KEYSYMDEFS@ 239LAUNCHD = @LAUNCHD@ 240LD = @LD@ 241LDFLAGS = @LDFLAGS@ 242LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 243LIBOBJS = @LIBOBJS@ 244LIBS = @LIBS@ 245LIBTOOL = @LIBTOOL@ 246LIB_MAN_DIR = @LIB_MAN_DIR@ 247LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 248LINT = @LINT@ 249LINTLIB = @LINTLIB@ 250LINT_FLAGS = @LINT_FLAGS@ 251LIPO = @LIPO@ 252LN_S = @LN_S@ 253LTLIBOBJS = @LTLIBOBJS@ 254LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 255MAKEINFO = @MAKEINFO@ 256MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 257MANIFEST_TOOL = @MANIFEST_TOOL@ 258MAN_SUBSTS = @MAN_SUBSTS@ 259MISC_MAN_DIR = @MISC_MAN_DIR@ 260MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 261MKDIR_P = @MKDIR_P@ 262NM = @NM@ 263NMEDIT = @NMEDIT@ 264OBJDUMP = @OBJDUMP@ 265OBJEXT = @OBJEXT@ 266OTOOL = @OTOOL@ 267OTOOL64 = @OTOOL64@ 268PACKAGE = @PACKAGE@ 269PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 270PACKAGE_NAME = @PACKAGE_NAME@ 271PACKAGE_STRING = @PACKAGE_STRING@ 272PACKAGE_TARNAME = @PACKAGE_TARNAME@ 273PACKAGE_URL = @PACKAGE_URL@ 274PACKAGE_VERSION = @PACKAGE_VERSION@ 275PATH_SEPARATOR = @PATH_SEPARATOR@ 276PERL = @PERL@ 277PKG_CONFIG = @PKG_CONFIG@ 278PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 279PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 280RANLIB = @RANLIB@ 281RAWCPP = @RAWCPP@ 282RAWCPPFLAGS = @RAWCPPFLAGS@ 283SED = @SED@ 284SET_MAKE = @SET_MAKE@ 285SHELL = @SHELL@ 286STRICT_CFLAGS = @STRICT_CFLAGS@ 287STRIP = @STRIP@ 288STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 289TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 290VERSION = @VERSION@ 291WCHAR32 = @WCHAR32@ 292X11_CFLAGS = @X11_CFLAGS@ 293X11_DATADIR = @X11_DATADIR@ 294X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 295X11_LIBDIR = @X11_LIBDIR@ 296X11_LIBS = @X11_LIBS@ 297X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 298X11_LOCALEDIR = @X11_LOCALEDIR@ 299X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 300XERRORDB = @XERRORDB@ 301XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 302XKEYSYMDB = @XKEYSYMDB@ 303XLOCALEDATADIR = @XLOCALEDATADIR@ 304XLOCALEDIR = @XLOCALEDIR@ 305XLOCALELIBDIR = @XLOCALELIBDIR@ 306XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 307XMLTO = @XMLTO@ 308XORG_MAN_PAGE = @XORG_MAN_PAGE@ 309XORG_SGML_PATH = @XORG_SGML_PATH@ 310XSLTPROC = @XSLTPROC@ 311XSL_STYLESHEET = @XSL_STYLESHEET@ 312XTHREADLIB = @XTHREADLIB@ 313XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 314XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 315abs_builddir = @abs_builddir@ 316abs_srcdir = @abs_srcdir@ 317abs_top_builddir = @abs_top_builddir@ 318abs_top_srcdir = @abs_top_srcdir@ 319ac_ct_AR = @ac_ct_AR@ 320ac_ct_CC = @ac_ct_CC@ 321ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 322am__include = @am__include@ 323am__leading_dot = @am__leading_dot@ 324am__quote = @am__quote@ 325am__tar = @am__tar@ 326am__untar = @am__untar@ 327bindir = @bindir@ 328build = @build@ 329build_alias = @build_alias@ 330build_cpu = @build_cpu@ 331build_os = @build_os@ 332build_vendor = @build_vendor@ 333builddir = @builddir@ 334datadir = @datadir@ 335datarootdir = @datarootdir@ 336docdir = @docdir@ 337dvidir = @dvidir@ 338exec_prefix = @exec_prefix@ 339host = @host@ 340host_alias = @host_alias@ 341host_cpu = @host_cpu@ 342host_os = @host_os@ 343host_vendor = @host_vendor@ 344htmldir = @htmldir@ 345includedir = @includedir@ 346infodir = @infodir@ 347install_sh = @install_sh@ 348libdir = @libdir@ 349libexecdir = @libexecdir@ 350localedir = @localedir@ 351locales = @locales@ 352localstatedir = @localstatedir@ 353mandir = @mandir@ 354mkdir_p = @mkdir_p@ 355oldincludedir = @oldincludedir@ 356pdfdir = @pdfdir@ 357prefix = @prefix@ 358program_transform_name = @program_transform_name@ 359psdir = @psdir@ 360runstatedir = @runstatedir@ 361sbindir = @sbindir@ 362sharedstatedir = @sharedstatedir@ 363srcdir = @srcdir@ 364sysconfdir = @sysconfdir@ 365target_alias = @target_alias@ 366top_build_prefix = @top_build_prefix@ 367top_builddir = @top_builddir@ 368top_srcdir = @top_srcdir@ 369SUBDIRS = ximcp 370all: all-recursive 371 372.SUFFIXES: 373$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 374 @for dep in $?; do \ 375 case '$(am__configure_deps)' in \ 376 *$$dep*) \ 377 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 378 && { if test -f $@; then exit 0; else break; fi; }; \ 379 exit 1;; \ 380 esac; \ 381 done; \ 382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/im/Makefile'; \ 383 $(am__cd) $(top_srcdir) && \ 384 $(AUTOMAKE) --foreign modules/im/Makefile 385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 386 @case '$?' in \ 387 *config.status*) \ 388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 389 *) \ 390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 392 esac; 393 394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396 397$(top_srcdir)/configure: $(am__configure_deps) 398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 399$(ACLOCAL_M4): $(am__aclocal_m4_deps) 400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 401$(am__aclocal_m4_deps): 402 403mostlyclean-libtool: 404 -rm -f *.lo 405 406clean-libtool: 407 -rm -rf .libs _libs 408 409# This directory's subdirectories are mostly independent; you can cd 410# into them and run 'make' without going through this Makefile. 411# To change the values of 'make' variables: instead of editing Makefiles, 412# (1) if the variable is set in 'config.status', edit 'config.status' 413# (which will cause the Makefiles to be regenerated when you run 'make'); 414# (2) otherwise, pass the desired values on the 'make' command line. 415$(am__recursive_targets): 416 @fail=; \ 417 if $(am__make_keepgoing); then \ 418 failcom='fail=yes'; \ 419 else \ 420 failcom='exit 1'; \ 421 fi; \ 422 dot_seen=no; \ 423 target=`echo $@ | sed s/-recursive//`; \ 424 case "$@" in \ 425 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 426 *) list='$(SUBDIRS)' ;; \ 427 esac; \ 428 for subdir in $$list; do \ 429 echo "Making $$target in $$subdir"; \ 430 if test "$$subdir" = "."; then \ 431 dot_seen=yes; \ 432 local_target="$$target-am"; \ 433 else \ 434 local_target="$$target"; \ 435 fi; \ 436 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 437 || eval $$failcom; \ 438 done; \ 439 if test "$$dot_seen" = "no"; then \ 440 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 441 fi; test -z "$$fail" 442 443ID: $(am__tagged_files) 444 $(am__define_uniq_tagged_files); mkid -fID $$unique 445tags: tags-recursive 446TAGS: tags 447 448tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 449 set x; \ 450 here=`pwd`; \ 451 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 452 include_option=--etags-include; \ 453 empty_fix=.; \ 454 else \ 455 include_option=--include; \ 456 empty_fix=; \ 457 fi; \ 458 list='$(SUBDIRS)'; for subdir in $$list; do \ 459 if test "$$subdir" = .; then :; else \ 460 test ! -f $$subdir/TAGS || \ 461 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 462 fi; \ 463 done; \ 464 $(am__define_uniq_tagged_files); \ 465 shift; \ 466 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 467 test -n "$$unique" || unique=$$empty_fix; \ 468 if test $$# -gt 0; then \ 469 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 470 "$$@" $$unique; \ 471 else \ 472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 473 $$unique; \ 474 fi; \ 475 fi 476ctags: ctags-recursive 477 478CTAGS: ctags 479ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 480 $(am__define_uniq_tagged_files); \ 481 test -z "$(CTAGS_ARGS)$$unique" \ 482 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 483 $$unique 484 485GTAGS: 486 here=`$(am__cd) $(top_builddir) && pwd` \ 487 && $(am__cd) $(top_srcdir) \ 488 && gtags -i $(GTAGS_ARGS) "$$here" 489cscopelist: cscopelist-recursive 490 491cscopelist-am: $(am__tagged_files) 492 list='$(am__tagged_files)'; \ 493 case "$(srcdir)" in \ 494 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 495 *) sdir=$(subdir)/$(srcdir) ;; \ 496 esac; \ 497 for i in $$list; do \ 498 if test -f "$$i"; then \ 499 echo "$(subdir)/$$i"; \ 500 else \ 501 echo "$$sdir/$$i"; \ 502 fi; \ 503 done >> $(top_builddir)/cscope.files 504 505distclean-tags: 506 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 507 508distdir: $(BUILT_SOURCES) 509 $(MAKE) $(AM_MAKEFLAGS) distdir-am 510 511distdir-am: $(DISTFILES) 512 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 513 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 514 list='$(DISTFILES)'; \ 515 dist_files=`for file in $$list; do echo $$file; done | \ 516 sed -e "s|^$$srcdirstrip/||;t" \ 517 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 518 case $$dist_files in \ 519 */*) $(MKDIR_P) `echo "$$dist_files" | \ 520 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 521 sort -u` ;; \ 522 esac; \ 523 for file in $$dist_files; do \ 524 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 525 if test -d $$d/$$file; then \ 526 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 527 if test -d "$(distdir)/$$file"; then \ 528 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 529 fi; \ 530 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 531 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 532 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 533 fi; \ 534 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 535 else \ 536 test -f "$(distdir)/$$file" \ 537 || cp -p $$d/$$file "$(distdir)/$$file" \ 538 || exit 1; \ 539 fi; \ 540 done 541 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 542 if test "$$subdir" = .; then :; else \ 543 $(am__make_dryrun) \ 544 || test -d "$(distdir)/$$subdir" \ 545 || $(MKDIR_P) "$(distdir)/$$subdir" \ 546 || exit 1; \ 547 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 548 $(am__relativize); \ 549 new_distdir=$$reldir; \ 550 dir1=$$subdir; dir2="$(top_distdir)"; \ 551 $(am__relativize); \ 552 new_top_distdir=$$reldir; \ 553 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 554 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 555 ($(am__cd) $$subdir && \ 556 $(MAKE) $(AM_MAKEFLAGS) \ 557 top_distdir="$$new_top_distdir" \ 558 distdir="$$new_distdir" \ 559 am__remove_distdir=: \ 560 am__skip_length_check=: \ 561 am__skip_mode_fix=: \ 562 distdir) \ 563 || exit 1; \ 564 fi; \ 565 done 566check-am: all-am 567check: check-recursive 568all-am: Makefile 569installdirs: installdirs-recursive 570installdirs-am: 571install: install-recursive 572install-exec: install-exec-recursive 573install-data: install-data-recursive 574uninstall: uninstall-recursive 575 576install-am: all-am 577 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 578 579installcheck: installcheck-recursive 580install-strip: 581 if test -z '$(STRIP)'; then \ 582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 583 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 584 install; \ 585 else \ 586 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 587 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 588 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 589 fi 590mostlyclean-generic: 591 592clean-generic: 593 594distclean-generic: 595 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 596 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 597 598maintainer-clean-generic: 599 @echo "This command is intended for maintainers to use" 600 @echo "it deletes files that may require special tools to rebuild." 601clean: clean-recursive 602 603clean-am: clean-generic clean-libtool mostlyclean-am 604 605distclean: distclean-recursive 606 -rm -f Makefile 607distclean-am: clean-am distclean-generic distclean-tags 608 609dvi: dvi-recursive 610 611dvi-am: 612 613html: html-recursive 614 615html-am: 616 617info: info-recursive 618 619info-am: 620 621install-data-am: 622 623install-dvi: install-dvi-recursive 624 625install-dvi-am: 626 627install-exec-am: 628 629install-html: install-html-recursive 630 631install-html-am: 632 633install-info: install-info-recursive 634 635install-info-am: 636 637install-man: 638 639install-pdf: install-pdf-recursive 640 641install-pdf-am: 642 643install-ps: install-ps-recursive 644 645install-ps-am: 646 647installcheck-am: 648 649maintainer-clean: maintainer-clean-recursive 650 -rm -f Makefile 651maintainer-clean-am: distclean-am maintainer-clean-generic 652 653mostlyclean: mostlyclean-recursive 654 655mostlyclean-am: mostlyclean-generic mostlyclean-libtool 656 657pdf: pdf-recursive 658 659pdf-am: 660 661ps: ps-recursive 662 663ps-am: 664 665uninstall-am: 666 667.MAKE: $(am__recursive_targets) install-am install-strip 668 669.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 670 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 671 ctags-am distclean distclean-generic distclean-libtool \ 672 distclean-tags distdir dvi dvi-am html html-am info info-am \ 673 install install-am install-data install-data-am install-dvi \ 674 install-dvi-am install-exec install-exec-am install-html \ 675 install-html-am install-info install-info-am install-man \ 676 install-pdf install-pdf-am install-ps install-ps-am \ 677 install-strip installcheck installcheck-am installdirs \ 678 installdirs-am maintainer-clean maintainer-clean-generic \ 679 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 680 ps ps-am tags tags-am uninstall uninstall-am 681 682.PRECIOUS: Makefile 683 684 685# Tell versions [3.59,3.63) of GNU make to not export all variables. 686# Otherwise a system limit (for SysV at least) may be exceeded. 687.NOEXPORT: 688