1# Makefile.in generated by automake 1.16.4 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 = data 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ 93 $(top_srcdir)/m4/ax_append_flag.m4 \ 94 $(top_srcdir)/m4/ax_append_link_flags.m4 \ 95 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 96 $(top_srcdir)/m4/ax_check_enable_debug.m4 \ 97 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 98 $(top_srcdir)/m4/ax_compiler_flags.m4 \ 99 $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \ 100 $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \ 101 $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \ 102 $(top_srcdir)/m4/ax_is_release.m4 \ 103 $(top_srcdir)/m4/ax_require_defined.m4 \ 104 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \ 105 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 106 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 107 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 108 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 109 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 110 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ 111 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 112 $(top_srcdir)/configure.ac 113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 114 $(ACLOCAL_M4) 115DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 116mkinstalldirs = $(install_sh) -d 117CONFIG_HEADER = $(top_builddir)/config.h 118CONFIG_CLEAN_FILES = 119CONFIG_CLEAN_VPATH_FILES = 120AM_V_P = $(am__v_P_@AM_V@) 121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 122am__v_P_0 = false 123am__v_P_1 = : 124AM_V_GEN = $(am__v_GEN_@AM_V@) 125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 126am__v_GEN_0 = @echo " GEN " $@; 127am__v_GEN_1 = 128AM_V_at = $(am__v_at_@AM_V@) 129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 130am__v_at_0 = @ 131am__v_at_1 = 132SOURCES = 133DIST_SOURCES = 134RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 135 ctags-recursive dvi-recursive html-recursive info-recursive \ 136 install-data-recursive install-dvi-recursive \ 137 install-exec-recursive install-html-recursive \ 138 install-info-recursive install-pdf-recursive \ 139 install-ps-recursive install-recursive installcheck-recursive \ 140 installdirs-recursive pdf-recursive ps-recursive \ 141 tags-recursive uninstall-recursive 142am__can_run_installinfo = \ 143 case $$AM_UPDATE_INFO_DIR in \ 144 n|no|NO) false;; \ 145 *) (install-info --version) >/dev/null 2>&1;; \ 146 esac 147RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 148 distclean-recursive maintainer-clean-recursive 149am__recursive_targets = \ 150 $(RECURSIVE_TARGETS) \ 151 $(RECURSIVE_CLEAN_TARGETS) \ 152 $(am__extra_recursive_targets) 153AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 154 distdir distdir-am 155am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 156# Read a list of newline-separated strings from the standard input, 157# and print each of them once, without duplicates. Input order is 158# *not* preserved. 159am__uniquify_input = $(AWK) '\ 160 BEGIN { nonempty = 0; } \ 161 { items[$$0] = 1; nonempty = 1; } \ 162 END { if (nonempty) { for (i in items) print i; }; } \ 163' 164# Make sure the list of sources is unique. This is necessary because, 165# e.g., the same source file might be shared among _SOURCES variables 166# for different programs/libraries. 167am__define_uniq_tagged_files = \ 168 list='$(am__tagged_files)'; \ 169 unique=`for i in $$list; do \ 170 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 171 done | $(am__uniquify_input)` 172DIST_SUBDIRS = $(SUBDIRS) 173am__DIST_COMMON = $(srcdir)/Makefile.in 174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 175am__relativize = \ 176 dir0=`pwd`; \ 177 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 178 sed_rest='s,^[^/]*/*,,'; \ 179 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 180 sed_butlast='s,/*[^/]*$$,,'; \ 181 while test -n "$$dir1"; do \ 182 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 183 if test "$$first" != "."; then \ 184 if test "$$first" = ".."; then \ 185 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 186 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 187 else \ 188 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 189 if test "$$first2" = "$$first"; then \ 190 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 191 else \ 192 dir2="../$$dir2"; \ 193 fi; \ 194 dir0="$$dir0"/"$$first"; \ 195 fi; \ 196 fi; \ 197 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 198 done; \ 199 reldir="$$dir2" 200ACLOCAL = @ACLOCAL@ 201ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ 202ALL_CFLAGS = @ALL_CFLAGS@ 203ALL_LIBS = @ALL_LIBS@ 204AMTAR = @AMTAR@ 205AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 206AR = @AR@ 207AUTOCONF = @AUTOCONF@ 208AUTOHEADER = @AUTOHEADER@ 209AUTOMAKE = @AUTOMAKE@ 210AWK = @AWK@ 211CC = @CC@ 212CCDEPMODE = @CCDEPMODE@ 213CFLAGS = @CFLAGS@ 214CPP = @CPP@ 215CPPFLAGS = @CPPFLAGS@ 216CSCOPE = @CSCOPE@ 217CTAGS = @CTAGS@ 218CYGPATH_W = @CYGPATH_W@ 219DEFS = @DEFS@ 220DEPDIR = @DEPDIR@ 221DLLTOOL = @DLLTOOL@ 222DSYMUTIL = @DSYMUTIL@ 223DUMPBIN = @DUMPBIN@ 224ECHO_C = @ECHO_C@ 225ECHO_N = @ECHO_N@ 226ECHO_T = @ECHO_T@ 227EGREP = @EGREP@ 228ETAGS = @ETAGS@ 229EXEEXT = @EXEEXT@ 230FGREP = @FGREP@ 231GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 232GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 233GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ 234GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ 235GLIB_MKENUMS = @GLIB_MKENUMS@ 236GMSGFMT = @GMSGFMT@ 237GMSGFMT_015 = @GMSGFMT_015@ 238GNOME_KEYBINDINGS_KEYSDIR = @GNOME_KEYBINDINGS_KEYSDIR@ 239GREP = @GREP@ 240GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ 241INSTALL = @INSTALL@ 242INSTALL_DATA = @INSTALL_DATA@ 243INSTALL_PROGRAM = @INSTALL_PROGRAM@ 244INSTALL_SCRIPT = @INSTALL_SCRIPT@ 245INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 246INTLLIBS = @INTLLIBS@ 247INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 248LD = @LD@ 249LDFLAGS = @LDFLAGS@ 250LIBICONV = @LIBICONV@ 251LIBINTL = @LIBINTL@ 252LIBM = @LIBM@ 253LIBMETACITY_CFLAGS = @LIBMETACITY_CFLAGS@ 254LIBMETACITY_LIBS = @LIBMETACITY_LIBS@ 255LIBOBJS = @LIBOBJS@ 256LIBS = @LIBS@ 257LIBTOOL = @LIBTOOL@ 258LIPO = @LIPO@ 259LN_S = @LN_S@ 260LTLIBICONV = @LTLIBICONV@ 261LTLIBINTL = @LTLIBINTL@ 262LTLIBOBJS = @LTLIBOBJS@ 263LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 264LT_VERSION_INFO = @LT_VERSION_INFO@ 265MAINT = @MAINT@ 266MAKEINFO = @MAKEINFO@ 267MANIFEST_TOOL = @MANIFEST_TOOL@ 268METACITY_CFLAGS = @METACITY_CFLAGS@ 269METACITY_LIBS = @METACITY_LIBS@ 270METACITY_MESSAGE_CFLAGS = @METACITY_MESSAGE_CFLAGS@ 271METACITY_MESSAGE_LIBS = @METACITY_MESSAGE_LIBS@ 272METACITY_THEME_VIEWER_CFLAGS = @METACITY_THEME_VIEWER_CFLAGS@ 273METACITY_THEME_VIEWER_LIBS = @METACITY_THEME_VIEWER_LIBS@ 274MKDIR_P = @MKDIR_P@ 275MSGFMT = @MSGFMT@ 276MSGFMT_015 = @MSGFMT_015@ 277MSGMERGE = @MSGMERGE@ 278NM = @NM@ 279NMEDIT = @NMEDIT@ 280OBJDUMP = @OBJDUMP@ 281OBJEXT = @OBJEXT@ 282OTOOL = @OTOOL@ 283OTOOL64 = @OTOOL64@ 284PACKAGE = @PACKAGE@ 285PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 286PACKAGE_NAME = @PACKAGE_NAME@ 287PACKAGE_STRING = @PACKAGE_STRING@ 288PACKAGE_TARNAME = @PACKAGE_TARNAME@ 289PACKAGE_URL = @PACKAGE_URL@ 290PACKAGE_VERSION = @PACKAGE_VERSION@ 291PATH_SEPARATOR = @PATH_SEPARATOR@ 292PKG_CONFIG = @PKG_CONFIG@ 293PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 294PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 295POSUB = @POSUB@ 296RANLIB = @RANLIB@ 297SED = @SED@ 298SET_MAKE = @SET_MAKE@ 299SHELL = @SHELL@ 300STRIP = @STRIP@ 301USE_NLS = @USE_NLS@ 302VERSION = @VERSION@ 303WARN_CFLAGS = @WARN_CFLAGS@ 304WARN_LDFLAGS = @WARN_LDFLAGS@ 305WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@ 306XGETTEXT = @XGETTEXT@ 307XGETTEXT_015 = @XGETTEXT_015@ 308XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 309XMKMF = @XMKMF@ 310X_CFLAGS = @X_CFLAGS@ 311X_EXTRA_LIBS = @X_EXTRA_LIBS@ 312X_LIBS = @X_LIBS@ 313X_PRE_LIBS = @X_PRE_LIBS@ 314ZENITY = @ZENITY@ 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@ 339gsettingsschemadir = @gsettingsschemadir@ 340host = @host@ 341host_alias = @host_alias@ 342host_cpu = @host_cpu@ 343host_os = @host_os@ 344host_vendor = @host_vendor@ 345htmldir = @htmldir@ 346includedir = @includedir@ 347infodir = @infodir@ 348install_sh = @install_sh@ 349libdir = @libdir@ 350libexecdir = @libexecdir@ 351localedir = @localedir@ 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@ 369NULL = 370SUBDIRS = \ 371 applications \ 372 keybindings \ 373 pkgconfig \ 374 schemas \ 375 ui \ 376 $(NULL) 377 378all: all-recursive 379 380.SUFFIXES: 381$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 382 @for dep in $?; do \ 383 case '$(am__configure_deps)' in \ 384 *$$dep*) \ 385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 386 && { if test -f $@; then exit 0; else break; fi; }; \ 387 exit 1;; \ 388 esac; \ 389 done; \ 390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \ 391 $(am__cd) $(top_srcdir) && \ 392 $(AUTOMAKE) --gnu data/Makefile 393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 394 @case '$?' in \ 395 *config.status*) \ 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 397 *) \ 398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 400 esac; 401 402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 404 405$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 407$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 409$(am__aclocal_m4_deps): 410 411mostlyclean-libtool: 412 -rm -f *.lo 413 414clean-libtool: 415 -rm -rf .libs _libs 416 417# This directory's subdirectories are mostly independent; you can cd 418# into them and run 'make' without going through this Makefile. 419# To change the values of 'make' variables: instead of editing Makefiles, 420# (1) if the variable is set in 'config.status', edit 'config.status' 421# (which will cause the Makefiles to be regenerated when you run 'make'); 422# (2) otherwise, pass the desired values on the 'make' command line. 423$(am__recursive_targets): 424 @fail=; \ 425 if $(am__make_keepgoing); then \ 426 failcom='fail=yes'; \ 427 else \ 428 failcom='exit 1'; \ 429 fi; \ 430 dot_seen=no; \ 431 target=`echo $@ | sed s/-recursive//`; \ 432 case "$@" in \ 433 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 434 *) list='$(SUBDIRS)' ;; \ 435 esac; \ 436 for subdir in $$list; do \ 437 echo "Making $$target in $$subdir"; \ 438 if test "$$subdir" = "."; then \ 439 dot_seen=yes; \ 440 local_target="$$target-am"; \ 441 else \ 442 local_target="$$target"; \ 443 fi; \ 444 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 445 || eval $$failcom; \ 446 done; \ 447 if test "$$dot_seen" = "no"; then \ 448 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 449 fi; test -z "$$fail" 450 451ID: $(am__tagged_files) 452 $(am__define_uniq_tagged_files); mkid -fID $$unique 453tags: tags-recursive 454TAGS: tags 455 456tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 457 set x; \ 458 here=`pwd`; \ 459 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 460 include_option=--etags-include; \ 461 empty_fix=.; \ 462 else \ 463 include_option=--include; \ 464 empty_fix=; \ 465 fi; \ 466 list='$(SUBDIRS)'; for subdir in $$list; do \ 467 if test "$$subdir" = .; then :; else \ 468 test ! -f $$subdir/TAGS || \ 469 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 470 fi; \ 471 done; \ 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-recursive 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-recursive 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 515distdir: $(BUILT_SOURCES) 516 $(MAKE) $(AM_MAKEFLAGS) distdir-am 517 518distdir-am: $(DISTFILES) 519 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 520 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 521 list='$(DISTFILES)'; \ 522 dist_files=`for file in $$list; do echo $$file; done | \ 523 sed -e "s|^$$srcdirstrip/||;t" \ 524 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 525 case $$dist_files in \ 526 */*) $(MKDIR_P) `echo "$$dist_files" | \ 527 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 528 sort -u` ;; \ 529 esac; \ 530 for file in $$dist_files; do \ 531 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 532 if test -d $$d/$$file; then \ 533 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 534 if test -d "$(distdir)/$$file"; then \ 535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 536 fi; \ 537 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 538 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 539 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 540 fi; \ 541 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 542 else \ 543 test -f "$(distdir)/$$file" \ 544 || cp -p $$d/$$file "$(distdir)/$$file" \ 545 || exit 1; \ 546 fi; \ 547 done 548 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 549 if test "$$subdir" = .; then :; else \ 550 $(am__make_dryrun) \ 551 || test -d "$(distdir)/$$subdir" \ 552 || $(MKDIR_P) "$(distdir)/$$subdir" \ 553 || exit 1; \ 554 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 555 $(am__relativize); \ 556 new_distdir=$$reldir; \ 557 dir1=$$subdir; dir2="$(top_distdir)"; \ 558 $(am__relativize); \ 559 new_top_distdir=$$reldir; \ 560 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 561 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 562 ($(am__cd) $$subdir && \ 563 $(MAKE) $(AM_MAKEFLAGS) \ 564 top_distdir="$$new_top_distdir" \ 565 distdir="$$new_distdir" \ 566 am__remove_distdir=: \ 567 am__skip_length_check=: \ 568 am__skip_mode_fix=: \ 569 distdir) \ 570 || exit 1; \ 571 fi; \ 572 done 573check-am: all-am 574check: check-recursive 575all-am: Makefile 576installdirs: installdirs-recursive 577installdirs-am: 578install: install-recursive 579install-exec: install-exec-recursive 580install-data: install-data-recursive 581uninstall: uninstall-recursive 582 583install-am: all-am 584 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 585 586installcheck: installcheck-recursive 587install-strip: 588 if test -z '$(STRIP)'; then \ 589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 591 install; \ 592 else \ 593 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 594 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 595 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 596 fi 597mostlyclean-generic: 598 599clean-generic: 600 601distclean-generic: 602 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 603 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 604 605maintainer-clean-generic: 606 @echo "This command is intended for maintainers to use" 607 @echo "it deletes files that may require special tools to rebuild." 608clean: clean-recursive 609 610clean-am: clean-generic clean-libtool mostlyclean-am 611 612distclean: distclean-recursive 613 -rm -f Makefile 614distclean-am: clean-am distclean-generic distclean-tags 615 616dvi: dvi-recursive 617 618dvi-am: 619 620html: html-recursive 621 622html-am: 623 624info: info-recursive 625 626info-am: 627 628install-data-am: 629 630install-dvi: install-dvi-recursive 631 632install-dvi-am: 633 634install-exec-am: 635 636install-html: install-html-recursive 637 638install-html-am: 639 640install-info: install-info-recursive 641 642install-info-am: 643 644install-man: 645 646install-pdf: install-pdf-recursive 647 648install-pdf-am: 649 650install-ps: install-ps-recursive 651 652install-ps-am: 653 654installcheck-am: 655 656maintainer-clean: maintainer-clean-recursive 657 -rm -f Makefile 658maintainer-clean-am: distclean-am maintainer-clean-generic 659 660mostlyclean: mostlyclean-recursive 661 662mostlyclean-am: mostlyclean-generic mostlyclean-libtool 663 664pdf: pdf-recursive 665 666pdf-am: 667 668ps: ps-recursive 669 670ps-am: 671 672uninstall-am: 673 674.MAKE: $(am__recursive_targets) install-am install-strip 675 676.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 677 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 678 ctags-am distclean distclean-generic distclean-libtool \ 679 distclean-tags distdir dvi dvi-am html html-am info info-am \ 680 install install-am install-data install-data-am install-dvi \ 681 install-dvi-am install-exec install-exec-am install-html \ 682 install-html-am install-info install-info-am install-man \ 683 install-pdf install-pdf-am install-ps install-ps-am \ 684 install-strip installcheck installcheck-am installdirs \ 685 installdirs-am maintainer-clean maintainer-clean-generic \ 686 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 687 ps ps-am tags tags-am uninstall uninstall-am 688 689.PRECIOUS: Makefile 690 691 692-include $(top_srcdir)/git.mk 693 694# Tell versions [3.59,3.63) of GNU make to not export all variables. 695# Otherwise a system limit (for SysV at least) may be exceeded. 696.NOEXPORT: 697