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