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