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