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