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