Makefile.in revision 41c30155
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19#  Copyright © 2003 Keith Packard, Noah Levitt
20#
21#  Permission to use, copy, modify, distribute, and sell this software and its
22#  documentation for any purpose is hereby granted without fee, provided that
23#  the above copyright notice appear in all copies and that both that
24#  copyright notice and this permission notice appear in supporting
25#  documentation, and that the name of Keith Packard not be used in
26#  advertising or publicity pertaining to distribution of the software without
27#  specific, written prior permission.  Keith Packard makes no
28#  representations about the suitability of this software for any purpose.  It
29#  is provided "as is" without express or implied warranty.
30#
31#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
35#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
36#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37#  PERFORMANCE OF THIS SOFTWARE.
38
39VPATH = @srcdir@
40pkgdatadir = $(datadir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkglibexecdir = $(libexecdir)/@PACKAGE@
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58subdir = src
59DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63	$(ACLOCAL_M4)
64mkinstalldirs = $(install_sh) -d
65CONFIG_HEADER = $(top_builddir)/config.h \
66	$(top_builddir)/include/X11/fonts/fontconf.h
67CONFIG_CLEAN_FILES =
68CONFIG_CLEAN_VPATH_FILES =
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72    *) f=$$p;; \
73  esac;
74am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75am__install_max = 40
76am__nobase_strip_setup = \
77  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78am__nobase_strip = \
79  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80am__nobase_list = $(am__nobase_strip_setup); \
81  for p in $$list; do echo "$$p $$p"; done | \
82  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84    if (++n[$$2] == $(am__install_max)) \
85      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86    END { for (dir in files) print dir, files[dir] }'
87am__base_list = \
88  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90am__installdirs = "$(DESTDIR)$(libdir)"
91LTLIBRARIES = $(lib_LTLIBRARIES)
92am__DEPENDENCIES_1 =
93libXfont_la_DEPENDENCIES = $(FONTFILE_LIB) $(FREETYPE_LIB) \
94	$(BITMAP_LIB) $(BUILTINS_LIB) $(FC_LIB) $(UTIL_LIB) \
95	$(STUBS_LIB) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
96	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
97am_libXfont_la_OBJECTS = dummy.lo
98libXfont_la_OBJECTS = $(am_libXfont_la_OBJECTS)
99AM_V_lt = $(am__v_lt_$(V))
100am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
101am__v_lt_0 = --silent
102libXfont_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
103	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104	$(libXfont_la_LDFLAGS) $(LDFLAGS) -o $@
105DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts
106depcomp = $(SHELL) $(top_srcdir)/depcomp
107am__depfiles_maybe = depfiles
108am__mv = mv -f
109COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
112	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
113	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
114	$(AM_CFLAGS) $(CFLAGS)
115AM_V_CC = $(am__v_CC_$(V))
116am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
117am__v_CC_0 = @echo "  CC    " $@;
118AM_V_at = $(am__v_at_$(V))
119am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
120am__v_at_0 = @
121CCLD = $(CC)
122LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
124	$(AM_LDFLAGS) $(LDFLAGS) -o $@
125AM_V_CCLD = $(am__v_CCLD_$(V))
126am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
127am__v_CCLD_0 = @echo "  CCLD  " $@;
128AM_V_GEN = $(am__v_GEN_$(V))
129am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
130am__v_GEN_0 = @echo "  GEN   " $@;
131SOURCES = $(libXfont_la_SOURCES)
132DIST_SOURCES = $(libXfont_la_SOURCES)
133RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
134	html-recursive info-recursive install-data-recursive \
135	install-dvi-recursive install-exec-recursive \
136	install-html-recursive install-info-recursive \
137	install-pdf-recursive install-ps-recursive install-recursive \
138	installcheck-recursive installdirs-recursive pdf-recursive \
139	ps-recursive uninstall-recursive
140RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
141  distclean-recursive maintainer-clean-recursive
142AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
143	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
144	distdir
145ETAGS = etags
146CTAGS = ctags
147DIST_SUBDIRS = fontfile FreeType bitmap builtins fc util stubs
148DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149am__relativize = \
150  dir0=`pwd`; \
151  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
152  sed_rest='s,^[^/]*/*,,'; \
153  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
154  sed_butlast='s,/*[^/]*$$,,'; \
155  while test -n "$$dir1"; do \
156    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
157    if test "$$first" != "."; then \
158      if test "$$first" = ".."; then \
159        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
160        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
161      else \
162        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
163        if test "$$first2" = "$$first"; then \
164          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
165        else \
166          dir2="../$$dir2"; \
167        fi; \
168        dir0="$$dir0"/"$$first"; \
169      fi; \
170    fi; \
171    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
172  done; \
173  reldir="$$dir2"
174ACLOCAL = @ACLOCAL@
175ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
176ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179APP_MAN_DIR = @APP_MAN_DIR@
180APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
181AR = @AR@
182AUTOCONF = @AUTOCONF@
183AUTOHEADER = @AUTOHEADER@
184AUTOMAKE = @AUTOMAKE@
185AWK = @AWK@
186BASE_CFLAGS = @BASE_CFLAGS@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
190CHANGELOG_CMD = @CHANGELOG_CMD@
191CPP = @CPP@
192CPPFLAGS = @CPPFLAGS@
193CWARNFLAGS = @CWARNFLAGS@
194CYGPATH_W = @CYGPATH_W@
195DEFS = @DEFS@
196DEPDIR = @DEPDIR@
197DLLTOOL = @DLLTOOL@
198DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
199DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
200DSYMUTIL = @DSYMUTIL@
201DUMPBIN = @DUMPBIN@
202ECHO_C = @ECHO_C@
203ECHO_N = @ECHO_N@
204ECHO_T = @ECHO_T@
205EGREP = @EGREP@
206EXEEXT = @EXEEXT@
207FGREP = @FGREP@
208FILE_MAN_DIR = @FILE_MAN_DIR@
209FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
210FOP = @FOP@
211FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
212FREETYPE_LIBS = @FREETYPE_LIBS@
213FREETYPE_REQUIRES = @FREETYPE_REQUIRES@
214GREP = @GREP@
215INSTALL = @INSTALL@
216INSTALL_CMD = @INSTALL_CMD@
217INSTALL_DATA = @INSTALL_DATA@
218INSTALL_PROGRAM = @INSTALL_PROGRAM@
219INSTALL_SCRIPT = @INSTALL_SCRIPT@
220INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221LD = @LD@
222LDFLAGS = @LDFLAGS@
223LIBOBJS = @LIBOBJS@
224LIBS = @LIBS@
225LIBTOOL = @LIBTOOL@
226LIB_MAN_DIR = @LIB_MAN_DIR@
227LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
228LIPO = @LIPO@
229LN_S = @LN_S@
230LTLIBOBJS = @LTLIBOBJS@
231MAINT = @MAINT@
232MAKEINFO = @MAKEINFO@
233MANIFEST_TOOL = @MANIFEST_TOOL@
234MAN_SUBSTS = @MAN_SUBSTS@
235MATH_LIBS = @MATH_LIBS@
236MISC_MAN_DIR = @MISC_MAN_DIR@
237MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
238MKDIR_P = @MKDIR_P@
239NM = @NM@
240NMEDIT = @NMEDIT@
241OBJDUMP = @OBJDUMP@
242OBJEXT = @OBJEXT@
243OS_CFLAGS = @OS_CFLAGS@
244OTOOL = @OTOOL@
245OTOOL64 = @OTOOL64@
246PACKAGE = @PACKAGE@
247PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
248PACKAGE_NAME = @PACKAGE_NAME@
249PACKAGE_STRING = @PACKAGE_STRING@
250PACKAGE_TARNAME = @PACKAGE_TARNAME@
251PACKAGE_URL = @PACKAGE_URL@
252PACKAGE_VERSION = @PACKAGE_VERSION@
253PATH_SEPARATOR = @PATH_SEPARATOR@
254PKG_CONFIG = @PKG_CONFIG@
255RANLIB = @RANLIB@
256SED = @SED@
257SET_MAKE = @SET_MAKE@
258SHELL = @SHELL@
259STRICT_CFLAGS = @STRICT_CFLAGS@
260STRIP = @STRIP@
261STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
262VERSION = @VERSION@
263XFONT_CFLAGS = @XFONT_CFLAGS@
264XFONT_LIBS = @XFONT_LIBS@
265XMLTO = @XMLTO@
266XORG_MAN_PAGE = @XORG_MAN_PAGE@
267XORG_SGML_PATH = @XORG_SGML_PATH@
268XSL_STYLESHEET = @XSL_STYLESHEET@
269X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@
270Z_LIBS = @Z_LIBS@
271abs_builddir = @abs_builddir@
272abs_srcdir = @abs_srcdir@
273abs_top_builddir = @abs_top_builddir@
274abs_top_srcdir = @abs_top_srcdir@
275ac_ct_AR = @ac_ct_AR@
276ac_ct_CC = @ac_ct_CC@
277ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
278am__include = @am__include@
279am__leading_dot = @am__leading_dot@
280am__quote = @am__quote@
281am__tar = @am__tar@
282am__untar = @am__untar@
283bindir = @bindir@
284build = @build@
285build_alias = @build_alias@
286build_cpu = @build_cpu@
287build_os = @build_os@
288build_vendor = @build_vendor@
289builddir = @builddir@
290datadir = @datadir@
291datarootdir = @datarootdir@
292docdir = @docdir@
293dvidir = @dvidir@
294exec_prefix = @exec_prefix@
295ft_config = @ft_config@
296host = @host@
297host_alias = @host_alias@
298host_cpu = @host_cpu@
299host_os = @host_os@
300host_vendor = @host_vendor@
301htmldir = @htmldir@
302includedir = @includedir@
303infodir = @infodir@
304install_sh = @install_sh@
305libdir = @libdir@
306libexecdir = @libexecdir@
307localedir = @localedir@
308localstatedir = @localstatedir@
309mandir = @mandir@
310mkdir_p = @mkdir_p@
311oldincludedir = @oldincludedir@
312pdfdir = @pdfdir@
313prefix = @prefix@
314program_transform_name = @program_transform_name@
315psdir = @psdir@
316sbindir = @sbindir@
317sharedstatedir = @sharedstatedir@
318srcdir = @srcdir@
319sysconfdir = @sysconfdir@
320target_alias = @target_alias@
321top_build_prefix = @top_build_prefix@
322top_builddir = @top_builddir@
323top_srcdir = @top_srcdir@
324lib_LTLIBRARIES = libXfont.la
325AM_CFLAGS = $(OS_CFLAGS) $(CWARNFLAGS)
326@XFONT_FONTFILE_TRUE@FONTFILE_DIR = fontfile
327@XFONT_FONTFILE_TRUE@FONTFILE_LIB = fontfile/libfontfile.la
328@XFONT_FREETYPE_TRUE@FREETYPE_DIR = FreeType
329@XFONT_FREETYPE_TRUE@FREETYPE_LIB = FreeType/libft.la
330@XFONT_BITMAP_TRUE@BITMAP_DIR = bitmap
331@XFONT_BITMAP_TRUE@BITMAP_LIB = bitmap/libbitmap.la
332@XFONT_BUILTINS_TRUE@BUILTINS_DIR = builtins
333@XFONT_BUILTINS_TRUE@BUILTINS_LIB = builtins/libbuiltins.la
334@XFONT_FC_TRUE@FC_DIR = fc
335@XFONT_FC_TRUE@FC_LIB = fc/libfc.la
336UTIL_DIR = util
337UTIL_LIB = util/libutil.la
338STUBS_LIB = stubs/libstubs.la
339STUBS_DIR = stubs
340SUBDIRS = \
341	$(FONTFILE_DIR) $(FREETYPE_DIR) $(BITMAP_DIR) \
342	$(BUILTINS_DIR) $(FC_DIR) $(UTIL_DIR) $(STUBS_DIR)
343
344libXfont_la_LIBADD = \
345	$(FONTFILE_LIB) $(FREETYPE_LIB) $(BITMAP_LIB) \
346	$(BUILTINS_LIB) $(FC_LIB) $(UTIL_LIB) $(STUBS_LIB) \
347	$(FREETYPE_LIBS) $(Z_LIBS) $(MATH_LIBS) $(XFONT_LIBS)
348
349libXfont_la_SOURCES = dummy.c
350libXfont_la_LDFLAGS = -version-number 1:4:1
351all: all-recursive
352
353.SUFFIXES:
354.SUFFIXES: .c .lo .o .obj
355$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
356	@for dep in $?; do \
357	  case '$(am__configure_deps)' in \
358	    *$$dep*) \
359	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
360	        && { if test -f $@; then exit 0; else break; fi; }; \
361	      exit 1;; \
362	  esac; \
363	done; \
364	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
365	$(am__cd) $(top_srcdir) && \
366	  $(AUTOMAKE) --foreign src/Makefile
367.PRECIOUS: Makefile
368Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369	@case '$?' in \
370	  *config.status*) \
371	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
372	  *) \
373	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
374	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
375	esac;
376
377$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379
380$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384$(am__aclocal_m4_deps):
385install-libLTLIBRARIES: $(lib_LTLIBRARIES)
386	@$(NORMAL_INSTALL)
387	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
388	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
389	list2=; for p in $$list; do \
390	  if test -f $$p; then \
391	    list2="$$list2 $$p"; \
392	  else :; fi; \
393	done; \
394	test -z "$$list2" || { \
395	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
396	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
397	}
398
399uninstall-libLTLIBRARIES:
400	@$(NORMAL_UNINSTALL)
401	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
402	for p in $$list; do \
403	  $(am__strip_dir) \
404	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
405	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
406	done
407
408clean-libLTLIBRARIES:
409	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
410	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
411	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
412	  test "$$dir" != "$$p" || dir=.; \
413	  echo "rm -f \"$${dir}/so_locations\""; \
414	  rm -f "$${dir}/so_locations"; \
415	done
416libXfont.la: $(libXfont_la_OBJECTS) $(libXfont_la_DEPENDENCIES) 
417	$(AM_V_CCLD)$(libXfont_la_LINK) -rpath $(libdir) $(libXfont_la_OBJECTS) $(libXfont_la_LIBADD) $(LIBS)
418
419mostlyclean-compile:
420	-rm -f *.$(OBJEXT)
421
422distclean-compile:
423	-rm -f *.tab.c
424
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
426
427.c.o:
428@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
429@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
430@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
431@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433@am__fastdepCC_FALSE@	$(COMPILE) -c $<
434
435.c.obj:
436@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
437@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
442
443.c.lo:
444@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
446@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
448@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
450
451mostlyclean-libtool:
452	-rm -f *.lo
453
454clean-libtool:
455	-rm -rf .libs _libs
456
457# This directory's subdirectories are mostly independent; you can cd
458# into them and run `make' without going through this Makefile.
459# To change the values of `make' variables: instead of editing Makefiles,
460# (1) if the variable is set in `config.status', edit `config.status'
461#     (which will cause the Makefiles to be regenerated when you run `make');
462# (2) otherwise, pass the desired values on the `make' command line.
463$(RECURSIVE_TARGETS):
464	@fail= failcom='exit 1'; \
465	for f in x $$MAKEFLAGS; do \
466	  case $$f in \
467	    *=* | --[!k]*);; \
468	    *k*) failcom='fail=yes';; \
469	  esac; \
470	done; \
471	dot_seen=no; \
472	target=`echo $@ | sed s/-recursive//`; \
473	list='$(SUBDIRS)'; for subdir in $$list; do \
474	  echo "Making $$target in $$subdir"; \
475	  if test "$$subdir" = "."; then \
476	    dot_seen=yes; \
477	    local_target="$$target-am"; \
478	  else \
479	    local_target="$$target"; \
480	  fi; \
481	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
482	  || eval $$failcom; \
483	done; \
484	if test "$$dot_seen" = "no"; then \
485	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
486	fi; test -z "$$fail"
487
488$(RECURSIVE_CLEAN_TARGETS):
489	@fail= failcom='exit 1'; \
490	for f in x $$MAKEFLAGS; do \
491	  case $$f in \
492	    *=* | --[!k]*);; \
493	    *k*) failcom='fail=yes';; \
494	  esac; \
495	done; \
496	dot_seen=no; \
497	case "$@" in \
498	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
499	  *) list='$(SUBDIRS)' ;; \
500	esac; \
501	rev=''; for subdir in $$list; do \
502	  if test "$$subdir" = "."; then :; else \
503	    rev="$$subdir $$rev"; \
504	  fi; \
505	done; \
506	rev="$$rev ."; \
507	target=`echo $@ | sed s/-recursive//`; \
508	for subdir in $$rev; do \
509	  echo "Making $$target in $$subdir"; \
510	  if test "$$subdir" = "."; then \
511	    local_target="$$target-am"; \
512	  else \
513	    local_target="$$target"; \
514	  fi; \
515	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
516	  || eval $$failcom; \
517	done && test -z "$$fail"
518tags-recursive:
519	list='$(SUBDIRS)'; for subdir in $$list; do \
520	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
521	done
522ctags-recursive:
523	list='$(SUBDIRS)'; for subdir in $$list; do \
524	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
525	done
526
527ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
528	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
529	unique=`for i in $$list; do \
530	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531	  done | \
532	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
533	      END { if (nonempty) { for (i in files) print i; }; }'`; \
534	mkid -fID $$unique
535tags: TAGS
536
537TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
538		$(TAGS_FILES) $(LISP)
539	set x; \
540	here=`pwd`; \
541	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
542	  include_option=--etags-include; \
543	  empty_fix=.; \
544	else \
545	  include_option=--include; \
546	  empty_fix=; \
547	fi; \
548	list='$(SUBDIRS)'; for subdir in $$list; do \
549	  if test "$$subdir" = .; then :; else \
550	    test ! -f $$subdir/TAGS || \
551	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
552	  fi; \
553	done; \
554	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
555	unique=`for i in $$list; do \
556	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557	  done | \
558	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559	      END { if (nonempty) { for (i in files) print i; }; }'`; \
560	shift; \
561	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
562	  test -n "$$unique" || unique=$$empty_fix; \
563	  if test $$# -gt 0; then \
564	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565	      "$$@" $$unique; \
566	  else \
567	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568	      $$unique; \
569	  fi; \
570	fi
571ctags: CTAGS
572CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
573		$(TAGS_FILES) $(LISP)
574	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
575	unique=`for i in $$list; do \
576	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577	  done | \
578	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
579	      END { if (nonempty) { for (i in files) print i; }; }'`; \
580	test -z "$(CTAGS_ARGS)$$unique" \
581	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582	     $$unique
583
584GTAGS:
585	here=`$(am__cd) $(top_builddir) && pwd` \
586	  && $(am__cd) $(top_srcdir) \
587	  && gtags -i $(GTAGS_ARGS) "$$here"
588
589distclean-tags:
590	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591
592distdir: $(DISTFILES)
593	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595	list='$(DISTFILES)'; \
596	  dist_files=`for file in $$list; do echo $$file; done | \
597	  sed -e "s|^$$srcdirstrip/||;t" \
598	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
599	case $$dist_files in \
600	  */*) $(MKDIR_P) `echo "$$dist_files" | \
601			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
602			   sort -u` ;; \
603	esac; \
604	for file in $$dist_files; do \
605	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
606	  if test -d $$d/$$file; then \
607	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
608	    if test -d "$(distdir)/$$file"; then \
609	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610	    fi; \
611	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
613	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614	    fi; \
615	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616	  else \
617	    test -f "$(distdir)/$$file" \
618	    || cp -p $$d/$$file "$(distdir)/$$file" \
619	    || exit 1; \
620	  fi; \
621	done
622	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
623	  if test "$$subdir" = .; then :; else \
624	    test -d "$(distdir)/$$subdir" \
625	    || $(MKDIR_P) "$(distdir)/$$subdir" \
626	    || exit 1; \
627	  fi; \
628	done
629	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
630	  if test "$$subdir" = .; then :; else \
631	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
632	    $(am__relativize); \
633	    new_distdir=$$reldir; \
634	    dir1=$$subdir; dir2="$(top_distdir)"; \
635	    $(am__relativize); \
636	    new_top_distdir=$$reldir; \
637	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
638	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
639	    ($(am__cd) $$subdir && \
640	      $(MAKE) $(AM_MAKEFLAGS) \
641	        top_distdir="$$new_top_distdir" \
642	        distdir="$$new_distdir" \
643		am__remove_distdir=: \
644		am__skip_length_check=: \
645		am__skip_mode_fix=: \
646	        distdir) \
647	      || exit 1; \
648	  fi; \
649	done
650check-am: all-am
651check: check-recursive
652all-am: Makefile $(LTLIBRARIES)
653installdirs: installdirs-recursive
654installdirs-am:
655	for dir in "$(DESTDIR)$(libdir)"; do \
656	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
657	done
658install: install-recursive
659install-exec: install-exec-recursive
660install-data: install-data-recursive
661uninstall: uninstall-recursive
662
663install-am: all-am
664	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
665
666installcheck: installcheck-recursive
667install-strip:
668	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670	  `test -z '$(STRIP)' || \
671	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
672mostlyclean-generic:
673
674clean-generic:
675
676distclean-generic:
677	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679
680maintainer-clean-generic:
681	@echo "This command is intended for maintainers to use"
682	@echo "it deletes files that may require special tools to rebuild."
683clean: clean-recursive
684
685clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
686	mostlyclean-am
687
688distclean: distclean-recursive
689	-rm -rf ./$(DEPDIR)
690	-rm -f Makefile
691distclean-am: clean-am distclean-compile distclean-generic \
692	distclean-tags
693
694dvi: dvi-recursive
695
696dvi-am:
697
698html: html-recursive
699
700html-am:
701
702info: info-recursive
703
704info-am:
705
706install-data-am:
707
708install-dvi: install-dvi-recursive
709
710install-dvi-am:
711
712install-exec-am: install-libLTLIBRARIES
713
714install-html: install-html-recursive
715
716install-html-am:
717
718install-info: install-info-recursive
719
720install-info-am:
721
722install-man:
723
724install-pdf: install-pdf-recursive
725
726install-pdf-am:
727
728install-ps: install-ps-recursive
729
730install-ps-am:
731
732installcheck-am:
733
734maintainer-clean: maintainer-clean-recursive
735	-rm -rf ./$(DEPDIR)
736	-rm -f Makefile
737maintainer-clean-am: distclean-am maintainer-clean-generic
738
739mostlyclean: mostlyclean-recursive
740
741mostlyclean-am: mostlyclean-compile mostlyclean-generic \
742	mostlyclean-libtool
743
744pdf: pdf-recursive
745
746pdf-am:
747
748ps: ps-recursive
749
750ps-am:
751
752uninstall-am: uninstall-libLTLIBRARIES
753
754.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
755	install-am install-strip tags-recursive
756
757.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
758	all all-am check check-am clean clean-generic \
759	clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
760	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-data \
763	install-data-am install-dvi install-dvi-am install-exec \
764	install-exec-am install-html install-html-am install-info \
765	install-info-am install-libLTLIBRARIES install-man install-pdf \
766	install-pdf-am install-ps install-ps-am install-strip \
767	installcheck installcheck-am installdirs installdirs-am \
768	maintainer-clean maintainer-clean-generic mostlyclean \
769	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
770	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
771	uninstall-libLTLIBRARIES
772
773
774# Tell versions [3.59,3.63) of GNU make to not export all variables.
775# Otherwise a system limit (for SysV at least) may be exceeded.
776.NOEXPORT:
777