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