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