Makefile.in revision a32e9e42
1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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@ 16 17# -*- encoding: utf-8 -*- 18# 19# Copyright © 2003 Keith Packard 20# Copyright © 2013 Google, Inc. 21# 22# Permission to use, copy, modify, distribute, and sell this software and its 23# documentation for any purpose is hereby granted without fee, provided that 24# the above copyright notice appear in all copies and that both that 25# copyright notice and this permission notice appear in supporting 26# documentation, and that the name of the author(s) not be used in 27# advertising or publicity pertaining to distribution of the software without 28# specific, written prior permission. The authors make no 29# representations about the suitability of this software for any purpose. It 30# is provided "as is" without express or implied warranty. 31# 32# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 34# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 35# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 36# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 37# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38# PERFORMANCE OF THIS SOFTWARE. 39# 40# Google Author(s): Behdad Esfahbod 41 42# -*- encoding: utf-8 -*- 43# 44# Copyright © 2003 Keith Packard 45# Copyright © 2013 Google, Inc. 46# 47# Permission to use, copy, modify, distribute, and sell this software and its 48# documentation for any purpose is hereby granted without fee, provided that 49# the above copyright notice appear in all copies and that both that 50# copyright notice and this permission notice appear in supporting 51# documentation, and that the name of the author(s) not be used in 52# advertising or publicity pertaining to distribution of the software without 53# specific, written prior permission. The authors make no 54# representations about the suitability of this software for any purpose. It 55# is provided "as is" without express or implied warranty. 56# 57# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 58# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 59# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 60# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 61# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 62# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 63# PERFORMANCE OF THIS SOFTWARE. 64# 65# Google Author(s): Behdad Esfahbod 66 67VPATH = @srcdir@ 68am__is_gnu_make = { \ 69 if test -z '$(MAKELEVEL)'; then \ 70 false; \ 71 elif test -n '$(MAKE_HOST)'; then \ 72 true; \ 73 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 74 true; \ 75 else \ 76 false; \ 77 fi; \ 78} 79am__make_running_with_option = \ 80 case $${target_option-} in \ 81 ?) ;; \ 82 *) echo "am__make_running_with_option: internal error: invalid" \ 83 "target option '$${target_option-}' specified" >&2; \ 84 exit 1;; \ 85 esac; \ 86 has_opt=no; \ 87 sane_makeflags=$$MAKEFLAGS; \ 88 if $(am__is_gnu_make); then \ 89 sane_makeflags=$$MFLAGS; \ 90 else \ 91 case $$MAKEFLAGS in \ 92 *\\[\ \ ]*) \ 93 bs=\\; \ 94 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 95 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 96 esac; \ 97 fi; \ 98 skip_next=no; \ 99 strip_trailopt () \ 100 { \ 101 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 102 }; \ 103 for flg in $$sane_makeflags; do \ 104 test $$skip_next = yes && { skip_next=no; continue; }; \ 105 case $$flg in \ 106 *=*|--*) continue;; \ 107 -*I) strip_trailopt 'I'; skip_next=yes;; \ 108 -*I?*) strip_trailopt 'I';; \ 109 -*O) strip_trailopt 'O'; skip_next=yes;; \ 110 -*O?*) strip_trailopt 'O';; \ 111 -*l) strip_trailopt 'l'; skip_next=yes;; \ 112 -*l?*) strip_trailopt 'l';; \ 113 -[dEDm]) skip_next=yes;; \ 114 -[JT]) skip_next=yes;; \ 115 esac; \ 116 case $$flg in \ 117 *$$target_option*) has_opt=yes; break;; \ 118 esac; \ 119 done; \ 120 test $$has_opt = yes 121am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 122am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 123pkgdatadir = $(datadir)/@PACKAGE@ 124pkgincludedir = $(includedir)/@PACKAGE@ 125pkglibdir = $(libdir)/@PACKAGE@ 126pkglibexecdir = $(libexecdir)/@PACKAGE@ 127am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 128install_sh_DATA = $(install_sh) -c -m 644 129install_sh_PROGRAM = $(install_sh) -c 130install_sh_SCRIPT = $(install_sh) -c 131INSTALL_HEADER = $(INSTALL_DATA) 132transform = $(program_transform_name) 133NORMAL_INSTALL = : 134PRE_INSTALL = : 135POST_INSTALL = : 136NORMAL_UNINSTALL = : 137PRE_UNINSTALL = : 138POST_UNINSTALL = : 139build_triplet = @build@ 140host_triplet = @host@ 141subdir = fc-case 142ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 143am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \ 144 $(top_srcdir)/m4/ax_cc_for_build.m4 \ 145 $(top_srcdir)/m4/ax_create_stdint_h.m4 \ 146 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gettext.m4 \ 147 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 148 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 149 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 150 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 151 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 152 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ 153 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 154 $(top_srcdir)/configure.ac 155am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 156 $(ACLOCAL_M4) 157DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 158 $(am__DIST_COMMON) 159mkinstalldirs = $(install_sh) -d 160CONFIG_HEADER = $(top_builddir)/config.h 161CONFIG_CLEAN_FILES = 162CONFIG_CLEAN_VPATH_FILES = 163AM_V_P = $(am__v_P_@AM_V@) 164am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 165am__v_P_0 = false 166am__v_P_1 = : 167AM_V_GEN = $(am__v_GEN_@AM_V@) 168am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 169am__v_GEN_0 = @echo " GEN " $@; 170am__v_GEN_1 = 171AM_V_at = $(am__v_at_@AM_V@) 172am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 173am__v_at_0 = @ 174am__v_at_1 = 175SOURCES = 176DIST_SOURCES = 177am__can_run_installinfo = \ 178 case $$AM_UPDATE_INFO_DIR in \ 179 n|no|NO) false;; \ 180 *) (install-info --version) >/dev/null 2>&1;; \ 181 esac 182HEADERS = $(noinst_HEADERS) 183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 184# Read a list of newline-separated strings from the standard input, 185# and print each of them once, without duplicates. Input order is 186# *not* preserved. 187am__uniquify_input = $(AWK) '\ 188 BEGIN { nonempty = 0; } \ 189 { items[$$0] = 1; nonempty = 1; } \ 190 END { if (nonempty) { for (i in items) print i; }; } \ 191' 192# Make sure the list of sources is unique. This is necessary because, 193# e.g., the same source file might be shared among _SOURCES variables 194# for different programs/libraries. 195am__define_uniq_tagged_files = \ 196 list='$(am__tagged_files)'; \ 197 unique=`for i in $$list; do \ 198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 199 done | $(am__uniquify_input)` 200ETAGS = etags 201CTAGS = ctags 202am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Tools.mk 203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 204ACLOCAL = @ACLOCAL@ 205AMTAR = @AMTAR@ 206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 207AR = @AR@ 208AS = @AS@ 209AUTOCONF = @AUTOCONF@ 210AUTOHEADER = @AUTOHEADER@ 211AUTOMAKE = @AUTOMAKE@ 212AWK = @AWK@ 213BASECONFIGDIR = @BASECONFIGDIR@ 214CC = @CC@ 215CCDEPMODE = @CCDEPMODE@ 216CC_FOR_BUILD = @CC_FOR_BUILD@ 217CFLAGS = @CFLAGS@ 218CONFIGDIR = @CONFIGDIR@ 219CPP = @CPP@ 220CPPFLAGS = @CPPFLAGS@ 221CYGPATH_W = @CYGPATH_W@ 222DEFS = @DEFS@ 223DEPDIR = @DEPDIR@ 224DLLTOOL = @DLLTOOL@ 225DOCMAN3 = @DOCMAN3@ 226DSYMUTIL = @DSYMUTIL@ 227DUMPBIN = @DUMPBIN@ 228ECHO_C = @ECHO_C@ 229ECHO_N = @ECHO_N@ 230ECHO_T = @ECHO_T@ 231EGREP = @EGREP@ 232EXEEXT = @EXEEXT@ 233EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 234EXPAT_CFLAGS = @EXPAT_CFLAGS@ 235EXPAT_LIBS = @EXPAT_LIBS@ 236FC_ADD_FONTS = @FC_ADD_FONTS@ 237FC_CACHEDIR = @FC_CACHEDIR@ 238FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@ 239FC_FONTDATE = @FC_FONTDATE@ 240FC_FONTPATH = @FC_FONTPATH@ 241FGREP = @FGREP@ 242FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 243FREETYPE_LIBS = @FREETYPE_LIBS@ 244GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 245GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 246GIT = @GIT@ 247GMSGFMT = @GMSGFMT@ 248GMSGFMT_015 = @GMSGFMT_015@ 249GPERF = @GPERF@ 250GREP = @GREP@ 251HASDOCBOOK = @HASDOCBOOK@ 252HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@ 253ICONV_CFLAGS = @ICONV_CFLAGS@ 254ICONV_LIBS = @ICONV_LIBS@ 255INSTALL = @INSTALL@ 256INSTALL_DATA = @INSTALL_DATA@ 257INSTALL_PROGRAM = @INSTALL_PROGRAM@ 258INSTALL_SCRIPT = @INSTALL_SCRIPT@ 259INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 260INTLLIBS = @INTLLIBS@ 261INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 262JSONC_CFLAGS = @JSONC_CFLAGS@ 263JSONC_LIBS = @JSONC_LIBS@ 264LD = @LD@ 265LDFLAGS = @LDFLAGS@ 266LIBICONV = @LIBICONV@ 267LIBINTL = @LIBINTL@ 268LIBOBJS = @LIBOBJS@ 269LIBS = @LIBS@ 270LIBTOOL = @LIBTOOL@ 271LIBT_CURRENT = @LIBT_CURRENT@ 272LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@ 273LIBT_REVISION = @LIBT_REVISION@ 274LIBT_VERSION_INFO = @LIBT_VERSION_INFO@ 275LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 276LIBXML2_LIBS = @LIBXML2_LIBS@ 277LIPO = @LIPO@ 278LN_S = @LN_S@ 279LTLIBICONV = @LTLIBICONV@ 280LTLIBINTL = @LTLIBINTL@ 281LTLIBOBJS = @LTLIBOBJS@ 282LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 283MAKEINFO = @MAKEINFO@ 284MANIFEST_TOOL = @MANIFEST_TOOL@ 285MKDIR_P = @MKDIR_P@ 286MSGFMT = @MSGFMT@ 287MSGFMT_015 = @MSGFMT_015@ 288MSGMERGE = @MSGMERGE@ 289NM = @NM@ 290NMEDIT = @NMEDIT@ 291OBJDUMP = @OBJDUMP@ 292OBJEXT = @OBJEXT@ 293OTOOL = @OTOOL@ 294OTOOL64 = @OTOOL64@ 295PACKAGE = @PACKAGE@ 296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 297PACKAGE_NAME = @PACKAGE_NAME@ 298PACKAGE_STRING = @PACKAGE_STRING@ 299PACKAGE_TARNAME = @PACKAGE_TARNAME@ 300PACKAGE_URL = @PACKAGE_URL@ 301PACKAGE_VERSION = @PACKAGE_VERSION@ 302PATH_SEPARATOR = @PATH_SEPARATOR@ 303PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@ 304PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@ 305PKG_CONFIG = @PKG_CONFIG@ 306PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 307PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 308PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@ 309PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@ 310POSUB = @POSUB@ 311PREFERRED_HINTING = @PREFERRED_HINTING@ 312PTHREAD_CC = @PTHREAD_CC@ 313PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 314PTHREAD_LIBS = @PTHREAD_LIBS@ 315RANLIB = @RANLIB@ 316RM = @RM@ 317SED = @SED@ 318SET_MAKE = @SET_MAKE@ 319SHELL = @SHELL@ 320STRIP = @STRIP@ 321TEMPLATEDIR = @TEMPLATEDIR@ 322USE_NLS = @USE_NLS@ 323UUID_CFLAGS = @UUID_CFLAGS@ 324UUID_LIBS = @UUID_LIBS@ 325VERSION = @VERSION@ 326WARN_CFLAGS = @WARN_CFLAGS@ 327XGETTEXT = @XGETTEXT@ 328XGETTEXT_015 = @XGETTEXT_015@ 329XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 330XMLDIR = @XMLDIR@ 331abs_builddir = @abs_builddir@ 332abs_srcdir = @abs_srcdir@ 333abs_top_builddir = @abs_top_builddir@ 334abs_top_srcdir = @abs_top_srcdir@ 335ac_ct_AR = @ac_ct_AR@ 336ac_ct_CC = @ac_ct_CC@ 337ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 338am__include = @am__include@ 339am__leading_dot = @am__leading_dot@ 340am__quote = @am__quote@ 341am__tar = @am__tar@ 342am__untar = @am__untar@ 343ax_pthread_config = @ax_pthread_config@ 344bindir = @bindir@ 345build = @build@ 346build_alias = @build_alias@ 347build_cpu = @build_cpu@ 348build_os = @build_os@ 349build_vendor = @build_vendor@ 350builddir = @builddir@ 351datadir = @datadir@ 352datarootdir = @datarootdir@ 353docdir = @docdir@ 354dvidir = @dvidir@ 355exec_prefix = @exec_prefix@ 356fc_cachedir = @fc_cachedir@ 357host = @host@ 358host_alias = @host_alias@ 359host_cpu = @host_cpu@ 360host_os = @host_os@ 361host_vendor = @host_vendor@ 362htmldir = @htmldir@ 363includedir = @includedir@ 364infodir = @infodir@ 365install_sh = @install_sh@ 366libdir = @libdir@ 367libexecdir = @libexecdir@ 368localedir = @localedir@ 369localstatedir = @localstatedir@ 370mandir = @mandir@ 371mkdir_p = @mkdir_p@ 372ms_librarian = @ms_librarian@ 373oldincludedir = @oldincludedir@ 374pdfdir = @pdfdir@ 375pkgconfigdir = @pkgconfigdir@ 376prefix = @prefix@ 377program_transform_name = @program_transform_name@ 378psdir = @psdir@ 379sbindir = @sbindir@ 380sharedstatedir = @sharedstatedir@ 381srcdir = @srcdir@ 382sysconfdir = @sysconfdir@ 383target_alias = @target_alias@ 384top_build_prefix = @top_build_prefix@ 385top_builddir = @top_builddir@ 386top_srcdir = @top_srcdir@ 387TAG = case 388DEPS = $(srcdir)/CaseFolding.txt 389ARGS = $(srcdir)/CaseFolding.txt 390DIST = $(srcdir)/CaseFolding.txt 391DIR = fc-$(TAG) 392OUT = fc$(TAG) 393TMPL = $(OUT).tmpl.h 394TARG = $(OUT).h 395TSRC = $(DIR).c 396TOOL = ./$(DIR)$(EXEEXT_FOR_BUILD) 397EXTRA_DIST = $(TARG) $(TMPL) $(TSRC) $(DIST) 398AM_CPPFLAGS = \ 399 -I$(builddir) \ 400 -I$(srcdir) \ 401 -I$(top_builddir)/src \ 402 -I$(top_srcdir)/src \ 403 -I$(top_builddir) \ 404 -I$(top_srcdir) \ 405 -DHAVE_CONFIG_H \ 406 $(WARN_CFLAGS) 407 408noinst_HEADERS = $(TARG) 409ALIAS_FILES = fcalias.h fcaliastail.h 410BUILT_SOURCES = $(ALIAS_FILES) 411CLEANFILES = $(ALIAS_FILES) $(TOOL) 412MAINTAINERCLEANFILES = $(TARG) 413all: $(BUILT_SOURCES) 414 $(MAKE) $(AM_MAKEFLAGS) all-am 415 416.SUFFIXES: 417$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Tools.mk $(am__configure_deps) 418 @for dep in $?; do \ 419 case '$(am__configure_deps)' in \ 420 *$$dep*) \ 421 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 422 && { if test -f $@; then exit 0; else break; fi; }; \ 423 exit 1;; \ 424 esac; \ 425 done; \ 426 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-case/Makefile'; \ 427 $(am__cd) $(top_srcdir) && \ 428 $(AUTOMAKE) --gnu fc-case/Makefile 429Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 430 @case '$?' in \ 431 *config.status*) \ 432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 433 *) \ 434 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 435 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 436 esac; 437$(top_srcdir)/Tools.mk $(am__empty): 438 439$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 440 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 441 442$(top_srcdir)/configure: $(am__configure_deps) 443 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 444$(ACLOCAL_M4): $(am__aclocal_m4_deps) 445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 446$(am__aclocal_m4_deps): 447 448mostlyclean-libtool: 449 -rm -f *.lo 450 451clean-libtool: 452 -rm -rf .libs _libs 453 454ID: $(am__tagged_files) 455 $(am__define_uniq_tagged_files); mkid -fID $$unique 456tags: tags-am 457TAGS: tags 458 459tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 460 set x; \ 461 here=`pwd`; \ 462 $(am__define_uniq_tagged_files); \ 463 shift; \ 464 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 465 test -n "$$unique" || unique=$$empty_fix; \ 466 if test $$# -gt 0; then \ 467 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 468 "$$@" $$unique; \ 469 else \ 470 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 471 $$unique; \ 472 fi; \ 473 fi 474ctags: ctags-am 475 476CTAGS: ctags 477ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 478 $(am__define_uniq_tagged_files); \ 479 test -z "$(CTAGS_ARGS)$$unique" \ 480 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 481 $$unique 482 483GTAGS: 484 here=`$(am__cd) $(top_builddir) && pwd` \ 485 && $(am__cd) $(top_srcdir) \ 486 && gtags -i $(GTAGS_ARGS) "$$here" 487cscopelist: cscopelist-am 488 489cscopelist-am: $(am__tagged_files) 490 list='$(am__tagged_files)'; \ 491 case "$(srcdir)" in \ 492 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 493 *) sdir=$(subdir)/$(srcdir) ;; \ 494 esac; \ 495 for i in $$list; do \ 496 if test -f "$$i"; then \ 497 echo "$(subdir)/$$i"; \ 498 else \ 499 echo "$$sdir/$$i"; \ 500 fi; \ 501 done >> $(top_builddir)/cscope.files 502 503distclean-tags: 504 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 505 506distdir: $(BUILT_SOURCES) 507 $(MAKE) $(AM_MAKEFLAGS) distdir-am 508 509distdir-am: $(DISTFILES) 510 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 511 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 512 list='$(DISTFILES)'; \ 513 dist_files=`for file in $$list; do echo $$file; done | \ 514 sed -e "s|^$$srcdirstrip/||;t" \ 515 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 516 case $$dist_files in \ 517 */*) $(MKDIR_P) `echo "$$dist_files" | \ 518 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 519 sort -u` ;; \ 520 esac; \ 521 for file in $$dist_files; do \ 522 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 523 if test -d $$d/$$file; then \ 524 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 525 if test -d "$(distdir)/$$file"; then \ 526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 527 fi; \ 528 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 529 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 530 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 531 fi; \ 532 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 533 else \ 534 test -f "$(distdir)/$$file" \ 535 || cp -p $$d/$$file "$(distdir)/$$file" \ 536 || exit 1; \ 537 fi; \ 538 done 539check-am: all-am 540check: $(BUILT_SOURCES) 541 $(MAKE) $(AM_MAKEFLAGS) check-am 542all-am: Makefile $(HEADERS) 543installdirs: 544install: $(BUILT_SOURCES) 545 $(MAKE) $(AM_MAKEFLAGS) install-am 546install-exec: install-exec-am 547install-data: install-data-am 548uninstall: uninstall-am 549 550install-am: all-am 551 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 552 553installcheck: installcheck-am 554install-strip: 555 if test -z '$(STRIP)'; then \ 556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 558 install; \ 559 else \ 560 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 561 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 562 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 563 fi 564mostlyclean-generic: 565 566clean-generic: 567 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 568 569distclean-generic: 570 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 571 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 572 573maintainer-clean-generic: 574 @echo "This command is intended for maintainers to use" 575 @echo "it deletes files that may require special tools to rebuild." 576 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 577 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 578clean: clean-am 579 580clean-am: clean-generic clean-libtool mostlyclean-am 581 582distclean: distclean-am 583 -rm -f Makefile 584distclean-am: clean-am distclean-generic distclean-tags 585 586dvi: dvi-am 587 588dvi-am: 589 590html: html-am 591 592html-am: 593 594info: info-am 595 596info-am: 597 598install-data-am: 599 600install-dvi: install-dvi-am 601 602install-dvi-am: 603 604install-exec-am: 605 606install-html: install-html-am 607 608install-html-am: 609 610install-info: install-info-am 611 612install-info-am: 613 614install-man: 615 616install-pdf: install-pdf-am 617 618install-pdf-am: 619 620install-ps: install-ps-am 621 622install-ps-am: 623 624installcheck-am: 625 626maintainer-clean: maintainer-clean-am 627 -rm -f Makefile 628maintainer-clean-am: distclean-am maintainer-clean-generic 629 630mostlyclean: mostlyclean-am 631 632mostlyclean-am: mostlyclean-generic mostlyclean-libtool 633 634pdf: pdf-am 635 636pdf-am: 637 638ps: ps-am 639 640ps-am: 641 642uninstall-am: 643 644.MAKE: all check install install-am install-strip 645 646.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 647 clean-libtool cscopelist-am ctags ctags-am distclean \ 648 distclean-generic distclean-libtool distclean-tags distdir dvi \ 649 dvi-am html html-am info info-am install install-am \ 650 install-data install-data-am install-dvi install-dvi-am \ 651 install-exec install-exec-am install-html install-html-am \ 652 install-info install-info-am install-man install-pdf \ 653 install-pdf-am install-ps install-ps-am install-strip \ 654 installcheck installcheck-am installdirs maintainer-clean \ 655 maintainer-clean-generic mostlyclean mostlyclean-generic \ 656 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 657 uninstall-am 658 659.PRECIOUS: Makefile 660 661 662update: 663 curl -s -o $(srcdir)/CaseFolding.txt http://www.unicode.org/Public/UNIDATA/CaseFolding.txt 664 665$(TOOL): $(TSRC) $(ALIAS_FILES) 666 $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) 667 668$(TARG): $(TMPL) $(TSRC) $(DEPS) 669 $(AM_V_GEN) $(MAKE) $(TOOL) && \ 670 $(RM) $(TARG) && \ 671 $(TOOL) $(ARGS) < $< > $(TARG).tmp && \ 672 mv $(TARG).tmp $(TARG) || ( $(RM) $(TARG).tmp && false ) 673 674$(ALIAS_FILES): 675 $(AM_V_GEN) touch $@ 676 677-include $(top_srcdir)/git.mk 678 679# Tell versions [3.59,3.63) of GNU make to not export all variables. 680# Otherwise a system limit (for SysV at least) may be exceeded. 681.NOEXPORT: 682