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