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