Makefile.in revision b09479dc
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# 18# fontconfig/fc-query/Makefile.am 19# 20# Copyright © 2003 Keith Packard 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 40VPATH = @srcdir@ 41am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 42am__make_running_with_option = \ 43 case $${target_option-} in \ 44 ?) ;; \ 45 *) echo "am__make_running_with_option: internal error: invalid" \ 46 "target option '$${target_option-}' specified" >&2; \ 47 exit 1;; \ 48 esac; \ 49 has_opt=no; \ 50 sane_makeflags=$$MAKEFLAGS; \ 51 if $(am__is_gnu_make); then \ 52 sane_makeflags=$$MFLAGS; \ 53 else \ 54 case $$MAKEFLAGS in \ 55 *\\[\ \ ]*) \ 56 bs=\\; \ 57 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 58 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 59 esac; \ 60 fi; \ 61 skip_next=no; \ 62 strip_trailopt () \ 63 { \ 64 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 65 }; \ 66 for flg in $$sane_makeflags; do \ 67 test $$skip_next = yes && { skip_next=no; continue; }; \ 68 case $$flg in \ 69 *=*|--*) continue;; \ 70 -*I) strip_trailopt 'I'; skip_next=yes;; \ 71 -*I?*) strip_trailopt 'I';; \ 72 -*O) strip_trailopt 'O'; skip_next=yes;; \ 73 -*O?*) strip_trailopt 'O';; \ 74 -*l) strip_trailopt 'l'; skip_next=yes;; \ 75 -*l?*) strip_trailopt 'l';; \ 76 -[dEDm]) skip_next=yes;; \ 77 -[JT]) skip_next=yes;; \ 78 esac; \ 79 case $$flg in \ 80 *$$target_option*) has_opt=yes; break;; \ 81 esac; \ 82 done; \ 83 test $$has_opt = yes 84am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 85am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 86pkgdatadir = $(datadir)/@PACKAGE@ 87pkgincludedir = $(includedir)/@PACKAGE@ 88pkglibdir = $(libdir)/@PACKAGE@ 89pkglibexecdir = $(libexecdir)/@PACKAGE@ 90am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 91install_sh_DATA = $(install_sh) -c -m 644 92install_sh_PROGRAM = $(install_sh) -c 93install_sh_SCRIPT = $(install_sh) -c 94INSTALL_HEADER = $(INSTALL_DATA) 95transform = $(program_transform_name) 96NORMAL_INSTALL = : 97PRE_INSTALL = : 98POST_INSTALL = : 99NORMAL_UNINSTALL = : 100PRE_UNINSTALL = : 101POST_UNINSTALL = : 102build_triplet = @build@ 103host_triplet = @host@ 104bin_PROGRAMS = fc-validate$(EXEEXT) 105@USEDOCBOOK_TRUE@am__append_1 = $(man_MANS) 106subdir = fc-validate 107DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 108 $(top_srcdir)/depcomp 109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 110am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \ 111 $(top_srcdir)/m4/ax_cc_for_build.m4 \ 112 $(top_srcdir)/m4/ax_create_stdint_h.m4 \ 113 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ 114 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 115 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 116 $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119mkinstalldirs = $(install_sh) -d 120CONFIG_HEADER = $(top_builddir)/config.h 121CONFIG_CLEAN_FILES = 122CONFIG_CLEAN_VPATH_FILES = 123am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" 124PROGRAMS = $(bin_PROGRAMS) 125fc_validate_SOURCES = fc-validate.c 126fc_validate_OBJECTS = fc-validate.$(OBJEXT) 127am__DEPENDENCIES_1 = 128fc_validate_DEPENDENCIES = ${top_builddir}/src/libfontconfig.la \ 129 $(am__DEPENDENCIES_1) 130AM_V_lt = $(am__v_lt_@AM_V@) 131am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 132am__v_lt_0 = --silent 133am__v_lt_1 = 134AM_V_P = $(am__v_P_@AM_V@) 135am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 136am__v_P_0 = false 137am__v_P_1 = : 138AM_V_GEN = $(am__v_GEN_@AM_V@) 139am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 140am__v_GEN_0 = @echo " GEN " $@; 141am__v_GEN_1 = 142AM_V_at = $(am__v_at_@AM_V@) 143am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 144am__v_at_0 = @ 145am__v_at_1 = 146DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 147depcomp = $(SHELL) $(top_srcdir)/depcomp 148am__depfiles_maybe = depfiles 149am__mv = mv -f 150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 151 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 152LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 153 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 154 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 155 $(AM_CFLAGS) $(CFLAGS) 156AM_V_CC = $(am__v_CC_@AM_V@) 157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 158am__v_CC_0 = @echo " CC " $@; 159am__v_CC_1 = 160CCLD = $(CC) 161LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 162 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 163 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 164AM_V_CCLD = $(am__v_CCLD_@AM_V@) 165am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 166am__v_CCLD_0 = @echo " CCLD " $@; 167am__v_CCLD_1 = 168SOURCES = fc-validate.c 169DIST_SOURCES = fc-validate.c 170am__can_run_installinfo = \ 171 case $$AM_UPDATE_INFO_DIR in \ 172 n|no|NO) false;; \ 173 *) (install-info --version) >/dev/null 2>&1;; \ 174 esac 175am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 176am__vpath_adj = case $$p in \ 177 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 178 *) f=$$p;; \ 179 esac; 180am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 181am__install_max = 40 182am__nobase_strip_setup = \ 183 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 184am__nobase_strip = \ 185 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 186am__nobase_list = $(am__nobase_strip_setup); \ 187 for p in $$list; do echo "$$p $$p"; done | \ 188 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 189 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 190 if (++n[$$2] == $(am__install_max)) \ 191 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 192 END { for (dir in files) print dir, files[dir] }' 193am__base_list = \ 194 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 195 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 196am__uninstall_files_from_dir = { \ 197 test -z "$$files" \ 198 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 199 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 200 $(am__cd) "$$dir" && rm -f $$files; }; \ 201 } 202man1dir = $(mandir)/man1 203NROFF = nroff 204MANS = $(man_MANS) 205am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 206# Read a list of newline-separated strings from the standard input, 207# and print each of them once, without duplicates. Input order is 208# *not* preserved. 209am__uniquify_input = $(AWK) '\ 210 BEGIN { nonempty = 0; } \ 211 { items[$$0] = 1; nonempty = 1; } \ 212 END { if (nonempty) { for (i in items) print i; }; } \ 213' 214# Make sure the list of sources is unique. This is necessary because, 215# e.g., the same source file might be shared among _SOURCES variables 216# for different programs/libraries. 217am__define_uniq_tagged_files = \ 218 list='$(am__tagged_files)'; \ 219 unique=`for i in $$list; do \ 220 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 221 done | $(am__uniquify_input)` 222ETAGS = etags 223CTAGS = ctags 224DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 225ACLOCAL = @ACLOCAL@ 226AMTAR = @AMTAR@ 227AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 228AR = @AR@ 229AS = @AS@ 230AUTOCONF = @AUTOCONF@ 231AUTOHEADER = @AUTOHEADER@ 232AUTOMAKE = @AUTOMAKE@ 233AWK = @AWK@ 234BASECONFIGDIR = @BASECONFIGDIR@ 235CC = @CC@ 236CCDEPMODE = @CCDEPMODE@ 237CC_FOR_BUILD = @CC_FOR_BUILD@ 238CFLAGS = @CFLAGS@ 239CONFIGDIR = @CONFIGDIR@ 240CPP = @CPP@ 241CPPFLAGS = @CPPFLAGS@ 242CYGPATH_W = @CYGPATH_W@ 243DEFS = @DEFS@ 244DEPDIR = @DEPDIR@ 245DLLTOOL = @DLLTOOL@ 246DOCMAN3 = @DOCMAN3@ 247DSYMUTIL = @DSYMUTIL@ 248DUMPBIN = @DUMPBIN@ 249ECHO_C = @ECHO_C@ 250ECHO_N = @ECHO_N@ 251ECHO_T = @ECHO_T@ 252EGREP = @EGREP@ 253EXEEXT = @EXEEXT@ 254EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 255EXPAT_CFLAGS = @EXPAT_CFLAGS@ 256EXPAT_LIBS = @EXPAT_LIBS@ 257FC_ADD_FONTS = @FC_ADD_FONTS@ 258FC_CACHEDIR = @FC_CACHEDIR@ 259FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@ 260FC_FONTDATE = @FC_FONTDATE@ 261FC_FONTPATH = @FC_FONTPATH@ 262FGREP = @FGREP@ 263FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 264FREETYPE_LIBS = @FREETYPE_LIBS@ 265GIT = @GIT@ 266GPERF = @GPERF@ 267GREP = @GREP@ 268HASDOCBOOK = @HASDOCBOOK@ 269HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@ 270ICONV_CFLAGS = @ICONV_CFLAGS@ 271ICONV_LIBS = @ICONV_LIBS@ 272INSTALL = @INSTALL@ 273INSTALL_DATA = @INSTALL_DATA@ 274INSTALL_PROGRAM = @INSTALL_PROGRAM@ 275INSTALL_SCRIPT = @INSTALL_SCRIPT@ 276INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 277LD = @LD@ 278LDFLAGS = @LDFLAGS@ 279LIBOBJS = @LIBOBJS@ 280LIBS = @LIBS@ 281LIBTOOL = @LIBTOOL@ 282LIBT_CURRENT = @LIBT_CURRENT@ 283LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@ 284LIBT_REVISION = @LIBT_REVISION@ 285LIBT_VERSION_INFO = @LIBT_VERSION_INFO@ 286LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 287LIBXML2_LIBS = @LIBXML2_LIBS@ 288LIPO = @LIPO@ 289LN_S = @LN_S@ 290LTLIBOBJS = @LTLIBOBJS@ 291MAKEINFO = @MAKEINFO@ 292MANIFEST_TOOL = @MANIFEST_TOOL@ 293MKDIR_P = @MKDIR_P@ 294NM = @NM@ 295NMEDIT = @NMEDIT@ 296OBJDUMP = @OBJDUMP@ 297OBJEXT = @OBJEXT@ 298OTOOL = @OTOOL@ 299OTOOL64 = @OTOOL64@ 300PACKAGE = @PACKAGE@ 301PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 302PACKAGE_NAME = @PACKAGE_NAME@ 303PACKAGE_STRING = @PACKAGE_STRING@ 304PACKAGE_TARNAME = @PACKAGE_TARNAME@ 305PACKAGE_URL = @PACKAGE_URL@ 306PACKAGE_VERSION = @PACKAGE_VERSION@ 307PATH_SEPARATOR = @PATH_SEPARATOR@ 308PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@ 309PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@ 310PKG_CONFIG = @PKG_CONFIG@ 311PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 312PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 313PTHREAD_CC = @PTHREAD_CC@ 314PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 315PTHREAD_LIBS = @PTHREAD_LIBS@ 316RANLIB = @RANLIB@ 317RM = @RM@ 318SED = @SED@ 319SET_MAKE = @SET_MAKE@ 320SHELL = @SHELL@ 321STRIP = @STRIP@ 322TEMPLATEDIR = @TEMPLATEDIR@ 323VERSION = @VERSION@ 324WARN_CFLAGS = @WARN_CFLAGS@ 325XMLDIR = @XMLDIR@ 326abs_builddir = @abs_builddir@ 327abs_srcdir = @abs_srcdir@ 328abs_top_builddir = @abs_top_builddir@ 329abs_top_srcdir = @abs_top_srcdir@ 330ac_ct_AR = @ac_ct_AR@ 331ac_ct_CC = @ac_ct_CC@ 332ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 333am__include = @am__include@ 334am__leading_dot = @am__leading_dot@ 335am__quote = @am__quote@ 336am__tar = @am__tar@ 337am__untar = @am__untar@ 338ax_pthread_config = @ax_pthread_config@ 339bindir = @bindir@ 340build = @build@ 341build_alias = @build_alias@ 342build_cpu = @build_cpu@ 343build_os = @build_os@ 344build_vendor = @build_vendor@ 345builddir = @builddir@ 346datadir = @datadir@ 347datarootdir = @datarootdir@ 348docdir = @docdir@ 349dvidir = @dvidir@ 350exec_prefix = @exec_prefix@ 351fc_cachedir = @fc_cachedir@ 352host = @host@ 353host_alias = @host_alias@ 354host_cpu = @host_cpu@ 355host_os = @host_os@ 356host_vendor = @host_vendor@ 357htmldir = @htmldir@ 358includedir = @includedir@ 359infodir = @infodir@ 360install_sh = @install_sh@ 361libdir = @libdir@ 362libexecdir = @libexecdir@ 363localedir = @localedir@ 364localstatedir = @localstatedir@ 365mandir = @mandir@ 366mkdir_p = @mkdir_p@ 367ms_librarian = @ms_librarian@ 368oldincludedir = @oldincludedir@ 369pdfdir = @pdfdir@ 370pkgconfigdir = @pkgconfigdir@ 371prefix = @prefix@ 372program_transform_name = @program_transform_name@ 373psdir = @psdir@ 374sbindir = @sbindir@ 375sharedstatedir = @sharedstatedir@ 376srcdir = @srcdir@ 377sysconfdir = @sysconfdir@ 378target_alias = @target_alias@ 379top_build_prefix = @top_build_prefix@ 380top_builddir = @top_builddir@ 381top_srcdir = @top_srcdir@ 382DOC2MAN = docbook2man 383FC_VALIDATE_SRC = ${top_srcdir}/fc-validate 384SGML = ${FC_VALIDATE_SRC}/fc-validate.sgml 385AM_CPPFLAGS = -I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS) 386BUILT_MANS = fc-validate.1 387@ENABLE_DOCS_TRUE@man_MANS = ${BUILT_MANS} 388EXTRA_DIST = fc-validate.sgml $(BUILT_MANS) 389CLEANFILES = $(am__append_1) 390fc_validate_LDADD = ${top_builddir}/src/libfontconfig.la $(FREETYPE_LIBS) 391all: all-am 392 393.SUFFIXES: 394.SUFFIXES: .c .lo .o .obj 395$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 396 @for dep in $?; do \ 397 case '$(am__configure_deps)' in \ 398 *$$dep*) \ 399 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 400 && { if test -f $@; then exit 0; else break; fi; }; \ 401 exit 1;; \ 402 esac; \ 403 done; \ 404 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-validate/Makefile'; \ 405 $(am__cd) $(top_srcdir) && \ 406 $(AUTOMAKE) --gnu fc-validate/Makefile 407.PRECIOUS: Makefile 408Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 409 @case '$?' in \ 410 *config.status*) \ 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 412 *) \ 413 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 414 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 415 esac; 416 417$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 419 420$(top_srcdir)/configure: $(am__configure_deps) 421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 422$(ACLOCAL_M4): $(am__aclocal_m4_deps) 423 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 424$(am__aclocal_m4_deps): 425install-binPROGRAMS: $(bin_PROGRAMS) 426 @$(NORMAL_INSTALL) 427 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 428 if test -n "$$list"; then \ 429 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 430 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 431 fi; \ 432 for p in $$list; do echo "$$p $$p"; done | \ 433 sed 's/$(EXEEXT)$$//' | \ 434 while read p p1; do if test -f $$p \ 435 || test -f $$p1 \ 436 ; then echo "$$p"; echo "$$p"; else :; fi; \ 437 done | \ 438 sed -e 'p;s,.*/,,;n;h' \ 439 -e 's|.*|.|' \ 440 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 441 sed 'N;N;N;s,\n, ,g' | \ 442 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 443 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 444 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 445 else { print "f", $$3 "/" $$4, $$1; } } \ 446 END { for (d in files) print "f", d, files[d] }' | \ 447 while read type dir files; do \ 448 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 449 test -z "$$files" || { \ 450 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 451 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 452 } \ 453 ; done 454 455uninstall-binPROGRAMS: 456 @$(NORMAL_UNINSTALL) 457 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 458 files=`for p in $$list; do echo "$$p"; done | \ 459 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 460 -e 's/$$/$(EXEEXT)/' \ 461 `; \ 462 test -n "$$list" || exit 0; \ 463 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 464 cd "$(DESTDIR)$(bindir)" && rm -f $$files 465 466clean-binPROGRAMS: 467 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 468 echo " rm -f" $$list; \ 469 rm -f $$list || exit $$?; \ 470 test -n "$(EXEEXT)" || exit 0; \ 471 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 472 echo " rm -f" $$list; \ 473 rm -f $$list 474 475fc-validate$(EXEEXT): $(fc_validate_OBJECTS) $(fc_validate_DEPENDENCIES) $(EXTRA_fc_validate_DEPENDENCIES) 476 @rm -f fc-validate$(EXEEXT) 477 $(AM_V_CCLD)$(LINK) $(fc_validate_OBJECTS) $(fc_validate_LDADD) $(LIBS) 478 479mostlyclean-compile: 480 -rm -f *.$(OBJEXT) 481 482distclean-compile: 483 -rm -f *.tab.c 484 485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fc-validate.Po@am__quote@ 486 487.c.o: 488@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 489@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 490@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 491@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 492@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 493 494.c.obj: 495@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 496@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 497@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 498@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 499@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 500 501.c.lo: 502@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 503@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 504@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 505@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 506@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 507 508mostlyclean-libtool: 509 -rm -f *.lo 510 511clean-libtool: 512 -rm -rf .libs _libs 513install-man1: $(man_MANS) 514 @$(NORMAL_INSTALL) 515 @list1=''; \ 516 list2='$(man_MANS)'; \ 517 test -n "$(man1dir)" \ 518 && test -n "`echo $$list1$$list2`" \ 519 || exit 0; \ 520 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 521 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 522 { for i in $$list1; do echo "$$i"; done; \ 523 if test -n "$$list2"; then \ 524 for i in $$list2; do echo "$$i"; done \ 525 | sed -n '/\.1[a-z]*$$/p'; \ 526 fi; \ 527 } | while read p; do \ 528 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 529 echo "$$d$$p"; echo "$$p"; \ 530 done | \ 531 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 532 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 533 sed 'N;N;s,\n, ,g' | { \ 534 list=; while read file base inst; do \ 535 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 536 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 537 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 538 fi; \ 539 done; \ 540 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 541 while read files; do \ 542 test -z "$$files" || { \ 543 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 544 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 545 done; } 546 547uninstall-man1: 548 @$(NORMAL_UNINSTALL) 549 @list=''; test -n "$(man1dir)" || exit 0; \ 550 files=`{ for i in $$list; do echo "$$i"; done; \ 551 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 552 sed -n '/\.1[a-z]*$$/p'; \ 553 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 554 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 555 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 556 557ID: $(am__tagged_files) 558 $(am__define_uniq_tagged_files); mkid -fID $$unique 559tags: tags-am 560TAGS: tags 561 562tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 563 set x; \ 564 here=`pwd`; \ 565 $(am__define_uniq_tagged_files); \ 566 shift; \ 567 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 568 test -n "$$unique" || unique=$$empty_fix; \ 569 if test $$# -gt 0; then \ 570 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 571 "$$@" $$unique; \ 572 else \ 573 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 574 $$unique; \ 575 fi; \ 576 fi 577ctags: ctags-am 578 579CTAGS: ctags 580ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 581 $(am__define_uniq_tagged_files); \ 582 test -z "$(CTAGS_ARGS)$$unique" \ 583 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 584 $$unique 585 586GTAGS: 587 here=`$(am__cd) $(top_builddir) && pwd` \ 588 && $(am__cd) $(top_srcdir) \ 589 && gtags -i $(GTAGS_ARGS) "$$here" 590cscopelist: cscopelist-am 591 592cscopelist-am: $(am__tagged_files) 593 list='$(am__tagged_files)'; \ 594 case "$(srcdir)" in \ 595 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 596 *) sdir=$(subdir)/$(srcdir) ;; \ 597 esac; \ 598 for i in $$list; do \ 599 if test -f "$$i"; then \ 600 echo "$(subdir)/$$i"; \ 601 else \ 602 echo "$$sdir/$$i"; \ 603 fi; \ 604 done >> $(top_builddir)/cscope.files 605 606distclean-tags: 607 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 608 609distdir: $(DISTFILES) 610 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 611 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 612 list='$(DISTFILES)'; \ 613 dist_files=`for file in $$list; do echo $$file; done | \ 614 sed -e "s|^$$srcdirstrip/||;t" \ 615 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 616 case $$dist_files in \ 617 */*) $(MKDIR_P) `echo "$$dist_files" | \ 618 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 619 sort -u` ;; \ 620 esac; \ 621 for file in $$dist_files; do \ 622 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 623 if test -d $$d/$$file; then \ 624 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 625 if test -d "$(distdir)/$$file"; then \ 626 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 627 fi; \ 628 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 629 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 630 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 631 fi; \ 632 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 633 else \ 634 test -f "$(distdir)/$$file" \ 635 || cp -p $$d/$$file "$(distdir)/$$file" \ 636 || exit 1; \ 637 fi; \ 638 done 639check-am: all-am 640check: check-am 641all-am: Makefile $(PROGRAMS) $(MANS) all-local 642installdirs: 643 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ 644 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 645 done 646install: install-am 647install-exec: install-exec-am 648install-data: install-data-am 649uninstall: uninstall-am 650 651install-am: all-am 652 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 653 654installcheck: installcheck-am 655install-strip: 656 if test -z '$(STRIP)'; then \ 657 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 658 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 659 install; \ 660 else \ 661 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 662 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 663 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 664 fi 665mostlyclean-generic: 666 667clean-generic: 668 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 669 670distclean-generic: 671 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 672 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 673 674maintainer-clean-generic: 675 @echo "This command is intended for maintainers to use" 676 @echo "it deletes files that may require special tools to rebuild." 677clean: clean-am 678 679clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 680 681distclean: distclean-am 682 -rm -rf ./$(DEPDIR) 683 -rm -f Makefile 684distclean-am: clean-am distclean-compile distclean-generic \ 685 distclean-tags 686 687dvi: dvi-am 688 689dvi-am: 690 691html: html-am 692 693html-am: 694 695info: info-am 696 697info-am: 698 699install-data-am: install-man 700 701install-dvi: install-dvi-am 702 703install-dvi-am: 704 705install-exec-am: install-binPROGRAMS 706 707install-html: install-html-am 708 709install-html-am: 710 711install-info: install-info-am 712 713install-info-am: 714 715install-man: install-man1 716 717install-pdf: install-pdf-am 718 719install-pdf-am: 720 721install-ps: install-ps-am 722 723install-ps-am: 724 725installcheck-am: 726 727maintainer-clean: maintainer-clean-am 728 -rm -rf ./$(DEPDIR) 729 -rm -f Makefile 730maintainer-clean-am: distclean-am maintainer-clean-generic 731 732mostlyclean: mostlyclean-am 733 734mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 735 mostlyclean-libtool 736 737pdf: pdf-am 738 739pdf-am: 740 741ps: ps-am 742 743ps-am: 744 745uninstall-am: uninstall-binPROGRAMS uninstall-man 746 747uninstall-man: uninstall-man1 748 749.MAKE: install-am install-strip 750 751.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \ 752 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ 753 ctags ctags-am distclean distclean-compile distclean-generic \ 754 distclean-libtool distclean-tags distdir dvi dvi-am html \ 755 html-am info info-am install install-am install-binPROGRAMS \ 756 install-data install-data-am install-dvi install-dvi-am \ 757 install-exec install-exec-am install-html install-html-am \ 758 install-info install-info-am install-man install-man1 \ 759 install-pdf install-pdf-am install-ps install-ps-am \ 760 install-strip installcheck installcheck-am installdirs \ 761 maintainer-clean maintainer-clean-generic mostlyclean \ 762 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 763 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 764 uninstall-binPROGRAMS uninstall-man uninstall-man1 765 766 767@USEDOCBOOK_TRUE@${man_MANS}: ${SGML} 768@USEDOCBOOK_TRUE@ $(AM_V_GEN) $(RM) $@; \ 769@USEDOCBOOK_TRUE@ $(DOC2MAN) ${SGML}; \ 770@USEDOCBOOK_TRUE@ $(RM) manpage.* 771 772@USEDOCBOOK_TRUE@all-local: $(man_MANS) 773@USEDOCBOOK_FALSE@all-local: 774 775-include $(top_srcdir)/git.mk 776 777# Tell versions [3.59,3.63) of GNU make to not export all variables. 778# Otherwise a system limit (for SysV at least) may be exceeded. 779.NOEXPORT: 780