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