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