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