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