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