Makefile.in revision e9628295
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/om 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@ 292VERSION = @VERSION@ 293WCHAR32 = @WCHAR32@ 294X11_CFLAGS = @X11_CFLAGS@ 295X11_DATADIR = @X11_DATADIR@ 296X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 297X11_LIBDIR = @X11_LIBDIR@ 298X11_LIBS = @X11_LIBS@ 299X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 300X11_LOCALEDIR = @X11_LOCALEDIR@ 301X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 302XERRORDB = @XERRORDB@ 303XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 304XKEYSYMDB = @XKEYSYMDB@ 305XLOCALEDATADIR = @XLOCALEDATADIR@ 306XLOCALEDIR = @XLOCALEDIR@ 307XLOCALELIBDIR = @XLOCALELIBDIR@ 308XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 309XMLTO = @XMLTO@ 310XORG_MAN_PAGE = @XORG_MAN_PAGE@ 311XORG_SGML_PATH = @XORG_SGML_PATH@ 312XSLTPROC = @XSLTPROC@ 313XSL_STYLESHEET = @XSL_STYLESHEET@ 314XTHREADLIB = @XTHREADLIB@ 315XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 316XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 317abs_builddir = @abs_builddir@ 318abs_srcdir = @abs_srcdir@ 319abs_top_builddir = @abs_top_builddir@ 320abs_top_srcdir = @abs_top_srcdir@ 321ac_ct_AR = @ac_ct_AR@ 322ac_ct_CC = @ac_ct_CC@ 323ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 324am__include = @am__include@ 325am__leading_dot = @am__leading_dot@ 326am__quote = @am__quote@ 327am__tar = @am__tar@ 328am__untar = @am__untar@ 329bindir = @bindir@ 330build = @build@ 331build_alias = @build_alias@ 332build_cpu = @build_cpu@ 333build_os = @build_os@ 334build_vendor = @build_vendor@ 335builddir = @builddir@ 336datadir = @datadir@ 337datarootdir = @datarootdir@ 338docdir = @docdir@ 339dvidir = @dvidir@ 340exec_prefix = @exec_prefix@ 341host = @host@ 342host_alias = @host_alias@ 343host_cpu = @host_cpu@ 344host_os = @host_os@ 345host_vendor = @host_vendor@ 346htmldir = @htmldir@ 347includedir = @includedir@ 348infodir = @infodir@ 349install_sh = @install_sh@ 350libdir = @libdir@ 351libexecdir = @libexecdir@ 352localedir = @localedir@ 353locales = @locales@ 354localstatedir = @localstatedir@ 355mandir = @mandir@ 356mkdir_p = @mkdir_p@ 357oldincludedir = @oldincludedir@ 358pdfdir = @pdfdir@ 359prefix = @prefix@ 360program_transform_name = @program_transform_name@ 361psdir = @psdir@ 362runstatedir = @runstatedir@ 363sbindir = @sbindir@ 364sharedstatedir = @sharedstatedir@ 365srcdir = @srcdir@ 366sysconfdir = @sysconfdir@ 367target_alias = @target_alias@ 368top_build_prefix = @top_build_prefix@ 369top_builddir = @top_builddir@ 370top_srcdir = @top_srcdir@ 371SUBDIRS = generic 372all: all-recursive 373 374.SUFFIXES: 375$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 376 @for dep in $?; do \ 377 case '$(am__configure_deps)' in \ 378 *$$dep*) \ 379 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 380 && { if test -f $@; then exit 0; else break; fi; }; \ 381 exit 1;; \ 382 esac; \ 383 done; \ 384 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/om/Makefile'; \ 385 $(am__cd) $(top_srcdir) && \ 386 $(AUTOMAKE) --foreign modules/om/Makefile 387Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 388 @case '$?' in \ 389 *config.status*) \ 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 391 *) \ 392 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 393 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 394 esac; 395 396$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 398 399$(top_srcdir)/configure: $(am__configure_deps) 400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 401$(ACLOCAL_M4): $(am__aclocal_m4_deps) 402 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 403$(am__aclocal_m4_deps): 404 405mostlyclean-libtool: 406 -rm -f *.lo 407 408clean-libtool: 409 -rm -rf .libs _libs 410 411# This directory's subdirectories are mostly independent; you can cd 412# into them and run 'make' without going through this Makefile. 413# To change the values of 'make' variables: instead of editing Makefiles, 414# (1) if the variable is set in 'config.status', edit 'config.status' 415# (which will cause the Makefiles to be regenerated when you run 'make'); 416# (2) otherwise, pass the desired values on the 'make' command line. 417$(am__recursive_targets): 418 @fail=; \ 419 if $(am__make_keepgoing); then \ 420 failcom='fail=yes'; \ 421 else \ 422 failcom='exit 1'; \ 423 fi; \ 424 dot_seen=no; \ 425 target=`echo $@ | sed s/-recursive//`; \ 426 case "$@" in \ 427 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 428 *) list='$(SUBDIRS)' ;; \ 429 esac; \ 430 for subdir in $$list; do \ 431 echo "Making $$target in $$subdir"; \ 432 if test "$$subdir" = "."; then \ 433 dot_seen=yes; \ 434 local_target="$$target-am"; \ 435 else \ 436 local_target="$$target"; \ 437 fi; \ 438 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 439 || eval $$failcom; \ 440 done; \ 441 if test "$$dot_seen" = "no"; then \ 442 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 443 fi; test -z "$$fail" 444 445ID: $(am__tagged_files) 446 $(am__define_uniq_tagged_files); mkid -fID $$unique 447tags: tags-recursive 448TAGS: tags 449 450tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 451 set x; \ 452 here=`pwd`; \ 453 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 454 include_option=--etags-include; \ 455 empty_fix=.; \ 456 else \ 457 include_option=--include; \ 458 empty_fix=; \ 459 fi; \ 460 list='$(SUBDIRS)'; for subdir in $$list; do \ 461 if test "$$subdir" = .; then :; else \ 462 test ! -f $$subdir/TAGS || \ 463 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 464 fi; \ 465 done; \ 466 $(am__define_uniq_tagged_files); \ 467 shift; \ 468 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 469 test -n "$$unique" || unique=$$empty_fix; \ 470 if test $$# -gt 0; then \ 471 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 472 "$$@" $$unique; \ 473 else \ 474 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 475 $$unique; \ 476 fi; \ 477 fi 478ctags: ctags-recursive 479 480CTAGS: ctags 481ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 482 $(am__define_uniq_tagged_files); \ 483 test -z "$(CTAGS_ARGS)$$unique" \ 484 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 485 $$unique 486 487GTAGS: 488 here=`$(am__cd) $(top_builddir) && pwd` \ 489 && $(am__cd) $(top_srcdir) \ 490 && gtags -i $(GTAGS_ARGS) "$$here" 491cscopelist: cscopelist-recursive 492 493cscopelist-am: $(am__tagged_files) 494 list='$(am__tagged_files)'; \ 495 case "$(srcdir)" in \ 496 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 497 *) sdir=$(subdir)/$(srcdir) ;; \ 498 esac; \ 499 for i in $$list; do \ 500 if test -f "$$i"; then \ 501 echo "$(subdir)/$$i"; \ 502 else \ 503 echo "$$sdir/$$i"; \ 504 fi; \ 505 done >> $(top_builddir)/cscope.files 506 507distclean-tags: 508 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 509distdir: $(BUILT_SOURCES) 510 $(MAKE) $(AM_MAKEFLAGS) distdir-am 511 512distdir-am: $(DISTFILES) 513 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 514 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 515 list='$(DISTFILES)'; \ 516 dist_files=`for file in $$list; do echo $$file; done | \ 517 sed -e "s|^$$srcdirstrip/||;t" \ 518 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 519 case $$dist_files in \ 520 */*) $(MKDIR_P) `echo "$$dist_files" | \ 521 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 522 sort -u` ;; \ 523 esac; \ 524 for file in $$dist_files; do \ 525 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 526 if test -d $$d/$$file; then \ 527 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 528 if test -d "$(distdir)/$$file"; then \ 529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 530 fi; \ 531 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 532 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 534 fi; \ 535 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 536 else \ 537 test -f "$(distdir)/$$file" \ 538 || cp -p $$d/$$file "$(distdir)/$$file" \ 539 || exit 1; \ 540 fi; \ 541 done 542 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 543 if test "$$subdir" = .; then :; else \ 544 $(am__make_dryrun) \ 545 || test -d "$(distdir)/$$subdir" \ 546 || $(MKDIR_P) "$(distdir)/$$subdir" \ 547 || exit 1; \ 548 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 549 $(am__relativize); \ 550 new_distdir=$$reldir; \ 551 dir1=$$subdir; dir2="$(top_distdir)"; \ 552 $(am__relativize); \ 553 new_top_distdir=$$reldir; \ 554 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 555 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 556 ($(am__cd) $$subdir && \ 557 $(MAKE) $(AM_MAKEFLAGS) \ 558 top_distdir="$$new_top_distdir" \ 559 distdir="$$new_distdir" \ 560 am__remove_distdir=: \ 561 am__skip_length_check=: \ 562 am__skip_mode_fix=: \ 563 distdir) \ 564 || exit 1; \ 565 fi; \ 566 done 567check-am: all-am 568check: check-recursive 569all-am: Makefile 570installdirs: installdirs-recursive 571installdirs-am: 572install: install-recursive 573install-exec: install-exec-recursive 574install-data: install-data-recursive 575uninstall: uninstall-recursive 576 577install-am: all-am 578 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 579 580installcheck: installcheck-recursive 581install-strip: 582 if test -z '$(STRIP)'; then \ 583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 585 install; \ 586 else \ 587 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 588 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 589 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 590 fi 591mostlyclean-generic: 592 593clean-generic: 594 595distclean-generic: 596 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 597 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 598 599maintainer-clean-generic: 600 @echo "This command is intended for maintainers to use" 601 @echo "it deletes files that may require special tools to rebuild." 602clean: clean-recursive 603 604clean-am: clean-generic clean-libtool mostlyclean-am 605 606distclean: distclean-recursive 607 -rm -f Makefile 608distclean-am: clean-am distclean-generic distclean-tags 609 610dvi: dvi-recursive 611 612dvi-am: 613 614html: html-recursive 615 616html-am: 617 618info: info-recursive 619 620info-am: 621 622install-data-am: 623 624install-dvi: install-dvi-recursive 625 626install-dvi-am: 627 628install-exec-am: 629 630install-html: install-html-recursive 631 632install-html-am: 633 634install-info: install-info-recursive 635 636install-info-am: 637 638install-man: 639 640install-pdf: install-pdf-recursive 641 642install-pdf-am: 643 644install-ps: install-ps-recursive 645 646install-ps-am: 647 648installcheck-am: 649 650maintainer-clean: maintainer-clean-recursive 651 -rm -f Makefile 652maintainer-clean-am: distclean-am maintainer-clean-generic 653 654mostlyclean: mostlyclean-recursive 655 656mostlyclean-am: mostlyclean-generic mostlyclean-libtool 657 658pdf: pdf-recursive 659 660pdf-am: 661 662ps: ps-recursive 663 664ps-am: 665 666uninstall-am: 667 668.MAKE: $(am__recursive_targets) install-am install-strip 669 670.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 671 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 672 ctags-am distclean distclean-generic distclean-libtool \ 673 distclean-tags distdir dvi dvi-am html html-am info info-am \ 674 install install-am install-data install-data-am install-dvi \ 675 install-dvi-am install-exec install-exec-am install-html \ 676 install-html-am install-info install-info-am install-man \ 677 install-pdf install-pdf-am install-ps install-ps-am \ 678 install-strip installcheck installcheck-am installdirs \ 679 installdirs-am maintainer-clean maintainer-clean-generic \ 680 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 681 ps ps-am tags tags-am uninstall uninstall-am 682 683.PRECIOUS: Makefile 684 685 686# Tell versions [3.59,3.63) of GNU make to not export all variables. 687# Otherwise a system limit (for SysV at least) may be exceeded. 688.NOEXPORT: 689