Makefile.in revision 5a3d36df
1# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
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#  Copyright © 2003 Keith Packard, Noah Levitt
19# 
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Keith Packard not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Keith Packard makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29# 
30#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38
39VPATH = @srcdir@
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44install_sh_DATA = $(install_sh) -c -m 644
45install_sh_PROGRAM = $(install_sh) -c
46install_sh_SCRIPT = $(install_sh) -c
47INSTALL_HEADER = $(INSTALL_DATA)
48transform = $(program_transform_name)
49NORMAL_INSTALL = :
50PRE_INSTALL = :
51POST_INSTALL = :
52NORMAL_UNINSTALL = :
53PRE_UNINSTALL = :
54POST_UNINSTALL = :
55build_triplet = @build@
56host_triplet = @host@
57@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = doc/fontlib.pdf doc/fontlib.ps
58subdir = .
59DIST_COMMON = README $(am__configure_deps) $(libXfontinclude_HEADERS) \
60	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61	$(srcdir)/config.h.in $(srcdir)/xfont.pc.in \
62	$(top_srcdir)/configure \
63	$(top_srcdir)/include/X11/fonts/fontconf.h.in AUTHORS COPYING \
64	ChangeLog INSTALL config.guess config.sub depcomp install-sh \
65	ltmain.sh missing
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__aclocal_m4_deps = $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71 configure.lineno config.status.lineno
72mkinstalldirs = $(install_sh) -d
73CONFIG_HEADER = config.h $(top_builddir)/include/X11/fonts/fontconf.h
74CONFIG_CLEAN_FILES = xfont.pc
75SOURCES =
76DIST_SOURCES =
77RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78	html-recursive info-recursive install-data-recursive \
79	install-dvi-recursive install-exec-recursive \
80	install-html-recursive install-info-recursive \
81	install-pdf-recursive install-ps-recursive install-recursive \
82	installcheck-recursive installdirs-recursive pdf-recursive \
83	ps-recursive uninstall-recursive
84am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85am__vpath_adj = case $$p in \
86    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
87    *) f=$$p;; \
88  esac;
89am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
90am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
91	"$(DESTDIR)$(libXfontincludedir)" \
92	"$(DESTDIR)$(libXfontincludedir)"
93pkgconfigDATA_INSTALL = $(INSTALL_DATA)
94DATA = $(noinst_DATA) $(pkgconfig_DATA)
95libXfontincludeHEADERS_INSTALL = $(INSTALL_HEADER)
96nodist_libXfontincludeHEADERS_INSTALL = $(INSTALL_HEADER)
97HEADERS = $(libXfontinclude_HEADERS) $(nodist_libXfontinclude_HEADERS)
98RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
99  distclean-recursive maintainer-clean-recursive
100ETAGS = etags
101CTAGS = ctags
102DIST_SUBDIRS = $(SUBDIRS)
103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104distdir = $(PACKAGE)-$(VERSION)
105top_distdir = $(distdir)
106am__remove_distdir = \
107  { test ! -d $(distdir) \
108    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
109         && rm -fr $(distdir); }; }
110DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
111GZIP_ENV = --best
112distuninstallcheck_listfiles = find . -type f -print
113distcleancheck_listfiles = find . -type f -print
114ACLOCAL = @ACLOCAL@
115ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
116ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
117AMTAR = @AMTAR@
118AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
119APP_MAN_DIR = @APP_MAN_DIR@
120APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
121AR = @AR@
122AUTOCONF = @AUTOCONF@
123AUTOHEADER = @AUTOHEADER@
124AUTOMAKE = @AUTOMAKE@
125AWK = @AWK@
126CC = @CC@
127CCDEPMODE = @CCDEPMODE@
128CFLAGS = @CFLAGS@
129CHANGELOG_CMD = @CHANGELOG_CMD@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CWARNFLAGS = @CWARNFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
137DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
138DSYMUTIL = @DSYMUTIL@
139DUMPBIN = @DUMPBIN@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146FILE_MAN_DIR = @FILE_MAN_DIR@
147FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
148FOP = @FOP@
149FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
150FREETYPE_LIBS = @FREETYPE_LIBS@
151FREETYPE_REQUIRES = @FREETYPE_REQUIRES@
152GREP = @GREP@
153INSTALL = @INSTALL@
154INSTALL_CMD = @INSTALL_CMD@
155INSTALL_DATA = @INSTALL_DATA@
156INSTALL_PROGRAM = @INSTALL_PROGRAM@
157INSTALL_SCRIPT = @INSTALL_SCRIPT@
158INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159LD = @LD@
160LDFLAGS = @LDFLAGS@
161LIBOBJS = @LIBOBJS@
162LIBS = @LIBS@
163LIBTOOL = @LIBTOOL@
164LIB_MAN_DIR = @LIB_MAN_DIR@
165LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
166LIPO = @LIPO@
167LN_S = @LN_S@
168LTLIBOBJS = @LTLIBOBJS@
169MAINT = @MAINT@
170MAKEINFO = @MAKEINFO@
171MAN_SUBSTS = @MAN_SUBSTS@
172MATH_LIBS = @MATH_LIBS@
173MISC_MAN_DIR = @MISC_MAN_DIR@
174MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
175MKDIR_P = @MKDIR_P@
176NM = @NM@
177NMEDIT = @NMEDIT@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OS_CFLAGS = @OS_CFLAGS@
181OTOOL = @OTOOL@
182OTOOL64 = @OTOOL64@
183PACKAGE = @PACKAGE@
184PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185PACKAGE_NAME = @PACKAGE_NAME@
186PACKAGE_STRING = @PACKAGE_STRING@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190PKG_CONFIG = @PKG_CONFIG@
191RANLIB = @RANLIB@
192SED = @SED@
193SET_MAKE = @SET_MAKE@
194SHELL = @SHELL@
195STRIP = @STRIP@
196VERSION = @VERSION@
197XFONT_CFLAGS = @XFONT_CFLAGS@
198XFONT_LIBS = @XFONT_LIBS@
199XMLTO = @XMLTO@
200XORG_MAN_PAGE = @XORG_MAN_PAGE@
201X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@
202Z_LIBS = @Z_LIBS@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209am__include = @am__include@
210am__leading_dot = @am__leading_dot@
211am__quote = @am__quote@
212am__tar = @am__tar@
213am__untar = @am__untar@
214bindir = @bindir@
215build = @build@
216build_alias = @build_alias@
217build_cpu = @build_cpu@
218build_os = @build_os@
219build_vendor = @build_vendor@
220builddir = @builddir@
221datadir = @datadir@
222datarootdir = @datarootdir@
223docdir = @docdir@
224dvidir = @dvidir@
225exec_prefix = @exec_prefix@
226ft_config = @ft_config@
227host = @host@
228host_alias = @host_alias@
229host_cpu = @host_cpu@
230host_os = @host_os@
231host_vendor = @host_vendor@
232htmldir = @htmldir@
233includedir = @includedir@
234infodir = @infodir@
235install_sh = @install_sh@
236libdir = @libdir@
237libexecdir = @libexecdir@
238localedir = @localedir@
239localstatedir = @localstatedir@
240lt_ECHO = @lt_ECHO@
241mandir = @mandir@
242mkdir_p = @mkdir_p@
243oldincludedir = @oldincludedir@
244pdfdir = @pdfdir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247psdir = @psdir@
248sbindir = @sbindir@
249sharedstatedir = @sharedstatedir@
250srcdir = @srcdir@
251sysconfdir = @sysconfdir@
252target_alias = @target_alias@
253top_build_prefix = @top_build_prefix@
254top_builddir = @top_builddir@
255top_srcdir = @top_srcdir@
256SUBDIRS = src
257libXfontincludedir = $(includedir)/X11/fonts
258libXfontinclude_HEADERS = \
259	include/X11/fonts/bdfint.h   \
260	include/X11/fonts/bitmap.h   \
261	include/X11/fonts/bufio.h    \
262	include/X11/fonts/fntfil.h   \
263	include/X11/fonts/fntfilio.h \
264	include/X11/fonts/fntfilst.h \
265	include/X11/fonts/fontencc.h \
266	include/X11/fonts/fontmisc.h \
267	include/X11/fonts/fontshow.h \
268	include/X11/fonts/fontutil.h \
269	include/X11/fonts/fontxlfd.h \
270	include/X11/fonts/pcf.h      \
271	src/FreeType/ft.h	     \
272	src/FreeType/ftfuncs.h
273
274nodist_libXfontinclude_HEADERS = \
275	include/X11/fonts/fontconf.h
276
277pkgconfigdir = $(libdir)/pkgconfig
278pkgconfig_DATA = xfont.pc
279MAINTAINERCLEANFILES = ChangeLog INSTALL
280
281# Developer documentation - not installed on system
282EXTRA_DIST = doc/fontlib.xml doc/fontlib.xsl doc/fontlib.css
283@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA =  \
284@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	doc/fontlib.txt \
285@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	doc/fontlib.html \
286@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(srcdir)/doc/fontlib.css \
287@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_1)
288@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = doc/fontlib.txt doc/fontlib.html doc/fontlib.pdf doc/fontlib.ps
289all: config.h
290	$(MAKE) $(AM_MAKEFLAGS) all-recursive
291
292.SUFFIXES:
293am--refresh:
294	@:
295$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
296	@for dep in $?; do \
297	  case '$(am__configure_deps)' in \
298	    *$$dep*) \
299	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
300	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
301		&& exit 0; \
302	      exit 1;; \
303	  esac; \
304	done; \
305	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
306	cd $(top_srcdir) && \
307	  $(AUTOMAKE) --foreign  Makefile
308.PRECIOUS: Makefile
309Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310	@case '$?' in \
311	  *config.status*) \
312	    echo ' $(SHELL) ./config.status'; \
313	    $(SHELL) ./config.status;; \
314	  *) \
315	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
316	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
317	esac;
318
319$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320	$(SHELL) ./config.status --recheck
321
322$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323	cd $(srcdir) && $(AUTOCONF)
324$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
325	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
326
327config.h: stamp-h1
328	@if test ! -f $@; then \
329	  rm -f stamp-h1; \
330	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
331	else :; fi
332
333stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
334	@rm -f stamp-h1
335	cd $(top_builddir) && $(SHELL) ./config.status config.h
336$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
337	cd $(top_srcdir) && $(AUTOHEADER)
338	rm -f stamp-h1
339	touch $@
340
341include/X11/fonts/fontconf.h: include/X11/fonts/stamp-h2
342	@if test ! -f $@; then \
343	  rm -f include/X11/fonts/stamp-h2; \
344	  $(MAKE) $(AM_MAKEFLAGS) include/X11/fonts/stamp-h2; \
345	else :; fi
346
347include/X11/fonts/stamp-h2: $(top_srcdir)/include/X11/fonts/fontconf.h.in $(top_builddir)/config.status
348	@rm -f include/X11/fonts/stamp-h2
349	cd $(top_builddir) && $(SHELL) ./config.status include/X11/fonts/fontconf.h
350
351distclean-hdr:
352	-rm -f config.h stamp-h1 include/X11/fonts/fontconf.h include/X11/fonts/stamp-h2
353xfont.pc: $(top_builddir)/config.status $(srcdir)/xfont.pc.in
354	cd $(top_builddir) && $(SHELL) ./config.status $@
355
356mostlyclean-libtool:
357	-rm -f *.lo
358
359clean-libtool:
360	-rm -rf .libs _libs
361
362distclean-libtool:
363	-rm -f libtool config.lt
364install-pkgconfigDATA: $(pkgconfig_DATA)
365	@$(NORMAL_INSTALL)
366	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
367	@list='$(pkgconfig_DATA)'; for p in $$list; do \
368	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369	  f=$(am__strip_dir) \
370	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
371	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
372	done
373
374uninstall-pkgconfigDATA:
375	@$(NORMAL_UNINSTALL)
376	@list='$(pkgconfig_DATA)'; for p in $$list; do \
377	  f=$(am__strip_dir) \
378	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
379	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
380	done
381install-libXfontincludeHEADERS: $(libXfontinclude_HEADERS)
382	@$(NORMAL_INSTALL)
383	test -z "$(libXfontincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXfontincludedir)"
384	@list='$(libXfontinclude_HEADERS)'; for p in $$list; do \
385	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
386	  f=$(am__strip_dir) \
387	  echo " $(libXfontincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libXfontincludedir)/$$f'"; \
388	  $(libXfontincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libXfontincludedir)/$$f"; \
389	done
390
391uninstall-libXfontincludeHEADERS:
392	@$(NORMAL_UNINSTALL)
393	@list='$(libXfontinclude_HEADERS)'; for p in $$list; do \
394	  f=$(am__strip_dir) \
395	  echo " rm -f '$(DESTDIR)$(libXfontincludedir)/$$f'"; \
396	  rm -f "$(DESTDIR)$(libXfontincludedir)/$$f"; \
397	done
398install-nodist_libXfontincludeHEADERS: $(nodist_libXfontinclude_HEADERS)
399	@$(NORMAL_INSTALL)
400	test -z "$(libXfontincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXfontincludedir)"
401	@list='$(nodist_libXfontinclude_HEADERS)'; for p in $$list; do \
402	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
403	  f=$(am__strip_dir) \
404	  echo " $(nodist_libXfontincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libXfontincludedir)/$$f'"; \
405	  $(nodist_libXfontincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libXfontincludedir)/$$f"; \
406	done
407
408uninstall-nodist_libXfontincludeHEADERS:
409	@$(NORMAL_UNINSTALL)
410	@list='$(nodist_libXfontinclude_HEADERS)'; for p in $$list; do \
411	  f=$(am__strip_dir) \
412	  echo " rm -f '$(DESTDIR)$(libXfontincludedir)/$$f'"; \
413	  rm -f "$(DESTDIR)$(libXfontincludedir)/$$f"; \
414	done
415
416# This directory's subdirectories are mostly independent; you can cd
417# into them and run `make' without going through this Makefile.
418# To change the values of `make' variables: instead of editing Makefiles,
419# (1) if the variable is set in `config.status', edit `config.status'
420#     (which will cause the Makefiles to be regenerated when you run `make');
421# (2) otherwise, pass the desired values on the `make' command line.
422$(RECURSIVE_TARGETS):
423	@failcom='exit 1'; \
424	for f in x $$MAKEFLAGS; do \
425	  case $$f in \
426	    *=* | --[!k]*);; \
427	    *k*) failcom='fail=yes';; \
428	  esac; \
429	done; \
430	dot_seen=no; \
431	target=`echo $@ | sed s/-recursive//`; \
432	list='$(SUBDIRS)'; for subdir in $$list; do \
433	  echo "Making $$target in $$subdir"; \
434	  if test "$$subdir" = "."; then \
435	    dot_seen=yes; \
436	    local_target="$$target-am"; \
437	  else \
438	    local_target="$$target"; \
439	  fi; \
440	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
441	  || eval $$failcom; \
442	done; \
443	if test "$$dot_seen" = "no"; then \
444	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
445	fi; test -z "$$fail"
446
447$(RECURSIVE_CLEAN_TARGETS):
448	@failcom='exit 1'; \
449	for f in x $$MAKEFLAGS; do \
450	  case $$f in \
451	    *=* | --[!k]*);; \
452	    *k*) failcom='fail=yes';; \
453	  esac; \
454	done; \
455	dot_seen=no; \
456	case "$@" in \
457	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
458	  *) list='$(SUBDIRS)' ;; \
459	esac; \
460	rev=''; for subdir in $$list; do \
461	  if test "$$subdir" = "."; then :; else \
462	    rev="$$subdir $$rev"; \
463	  fi; \
464	done; \
465	rev="$$rev ."; \
466	target=`echo $@ | sed s/-recursive//`; \
467	for subdir in $$rev; do \
468	  echo "Making $$target in $$subdir"; \
469	  if test "$$subdir" = "."; then \
470	    local_target="$$target-am"; \
471	  else \
472	    local_target="$$target"; \
473	  fi; \
474	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
475	  || eval $$failcom; \
476	done && test -z "$$fail"
477tags-recursive:
478	list='$(SUBDIRS)'; for subdir in $$list; do \
479	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
480	done
481ctags-recursive:
482	list='$(SUBDIRS)'; for subdir in $$list; do \
483	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
484	done
485
486ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
487	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
488	unique=`for i in $$list; do \
489	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490	  done | \
491	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492	      END { if (nonempty) { for (i in files) print i; }; }'`; \
493	mkid -fID $$unique
494tags: TAGS
495
496TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
497		$(TAGS_FILES) $(LISP)
498	tags=; \
499	here=`pwd`; \
500	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
501	  include_option=--etags-include; \
502	  empty_fix=.; \
503	else \
504	  include_option=--include; \
505	  empty_fix=; \
506	fi; \
507	list='$(SUBDIRS)'; for subdir in $$list; do \
508	  if test "$$subdir" = .; then :; else \
509	    test ! -f $$subdir/TAGS || \
510	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
511	  fi; \
512	done; \
513	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
514	unique=`for i in $$list; do \
515	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516	  done | \
517	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518	      END { if (nonempty) { for (i in files) print i; }; }'`; \
519	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
520	  test -n "$$unique" || unique=$$empty_fix; \
521	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522	    $$tags $$unique; \
523	fi
524ctags: CTAGS
525CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
526		$(TAGS_FILES) $(LISP)
527	tags=; \
528	list='$(SOURCES) $(HEADERS) config.h.in $(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	test -z "$(CTAGS_ARGS)$$tags$$unique" \
535	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
536	     $$tags $$unique
537
538GTAGS:
539	here=`$(am__cd) $(top_builddir) && pwd` \
540	  && cd $(top_srcdir) \
541	  && gtags -i $(GTAGS_ARGS) $$here
542
543distclean-tags:
544	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
545
546distdir: $(DISTFILES)
547	$(am__remove_distdir)
548	test -d $(distdir) || mkdir $(distdir)
549	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551	list='$(DISTFILES)'; \
552	  dist_files=`for file in $$list; do echo $$file; done | \
553	  sed -e "s|^$$srcdirstrip/||;t" \
554	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
555	case $$dist_files in \
556	  */*) $(MKDIR_P) `echo "$$dist_files" | \
557			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
558			   sort -u` ;; \
559	esac; \
560	for file in $$dist_files; do \
561	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
562	  if test -d $$d/$$file; then \
563	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
564	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
566	    fi; \
567	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
568	  else \
569	    test -f $(distdir)/$$file \
570	    || cp -p $$d/$$file $(distdir)/$$file \
571	    || exit 1; \
572	  fi; \
573	done
574	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
575	  if test "$$subdir" = .; then :; else \
576	    test -d "$(distdir)/$$subdir" \
577	    || $(MKDIR_P) "$(distdir)/$$subdir" \
578	    || exit 1; \
579	    distdir=`$(am__cd) $(distdir) && pwd`; \
580	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
581	    (cd $$subdir && \
582	      $(MAKE) $(AM_MAKEFLAGS) \
583	        top_distdir="$$top_distdir" \
584	        distdir="$$distdir/$$subdir" \
585		am__remove_distdir=: \
586		am__skip_length_check=: \
587	        distdir) \
588	      || exit 1; \
589	  fi; \
590	done
591	$(MAKE) $(AM_MAKEFLAGS) \
592	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
593	  dist-hook
594	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
595	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
596	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
597	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
598	|| chmod -R a+r $(distdir)
599dist-gzip: distdir
600	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
601	$(am__remove_distdir)
602dist-bzip2: distdir
603	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
604	$(am__remove_distdir)
605
606dist-lzma: distdir
607	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
608	$(am__remove_distdir)
609
610dist-tarZ: distdir
611	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
612	$(am__remove_distdir)
613
614dist-shar: distdir
615	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
616	$(am__remove_distdir)
617
618dist-zip: distdir
619	-rm -f $(distdir).zip
620	zip -rq $(distdir).zip $(distdir)
621	$(am__remove_distdir)
622
623dist dist-all: distdir
624	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
625	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
626	$(am__remove_distdir)
627
628# This target untars the dist file and tries a VPATH configuration.  Then
629# it guarantees that the distribution is self-contained by making another
630# tarfile.
631distcheck: dist
632	case '$(DIST_ARCHIVES)' in \
633	*.tar.gz*) \
634	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
635	*.tar.bz2*) \
636	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
637	*.tar.lzma*) \
638	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
639	*.tar.Z*) \
640	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
641	*.shar.gz*) \
642	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
643	*.zip*) \
644	  unzip $(distdir).zip ;;\
645	esac
646	chmod -R a-w $(distdir); chmod a+w $(distdir)
647	mkdir $(distdir)/_build
648	mkdir $(distdir)/_inst
649	chmod a-w $(distdir)
650	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
651	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
652	  && cd $(distdir)/_build \
653	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
654	    $(DISTCHECK_CONFIGURE_FLAGS) \
655	  && $(MAKE) $(AM_MAKEFLAGS) \
656	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
657	  && $(MAKE) $(AM_MAKEFLAGS) check \
658	  && $(MAKE) $(AM_MAKEFLAGS) install \
659	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
660	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
661	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
662	        distuninstallcheck \
663	  && chmod -R a-w "$$dc_install_base" \
664	  && ({ \
665	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
666	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
667	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
668	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
669	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
670	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
671	  && rm -rf "$$dc_destdir" \
672	  && $(MAKE) $(AM_MAKEFLAGS) dist \
673	  && rm -rf $(DIST_ARCHIVES) \
674	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
675	$(am__remove_distdir)
676	@(echo "$(distdir) archives ready for distribution: "; \
677	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
678	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
679distuninstallcheck:
680	@cd $(distuninstallcheck_dir) \
681	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
682	   || { echo "ERROR: files left after uninstall:" ; \
683	        if test -n "$(DESTDIR)"; then \
684	          echo "  (check DESTDIR support)"; \
685	        fi ; \
686	        $(distuninstallcheck_listfiles) ; \
687	        exit 1; } >&2
688distcleancheck: distclean
689	@if test '$(srcdir)' = . ; then \
690	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
691	  exit 1 ; \
692	fi
693	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
694	  || { echo "ERROR: files left in build directory after distclean:" ; \
695	       $(distcleancheck_listfiles) ; \
696	       exit 1; } >&2
697check-am: all-am
698check: check-recursive
699all-am: Makefile $(DATA) $(HEADERS) config.h
700installdirs: installdirs-recursive
701installdirs-am:
702	for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libXfontincludedir)" "$(DESTDIR)$(libXfontincludedir)"; do \
703	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
704	done
705install: install-recursive
706install-exec: install-exec-recursive
707install-data: install-data-recursive
708uninstall: uninstall-recursive
709
710install-am: all-am
711	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712
713installcheck: installcheck-recursive
714install-strip:
715	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717	  `test -z '$(STRIP)' || \
718	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
719mostlyclean-generic:
720
721clean-generic:
722	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
723
724distclean-generic:
725	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
726
727maintainer-clean-generic:
728	@echo "This command is intended for maintainers to use"
729	@echo "it deletes files that may require special tools to rebuild."
730	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
731clean: clean-recursive
732
733clean-am: clean-generic clean-libtool mostlyclean-am
734
735distclean: distclean-recursive
736	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
737	-rm -f Makefile
738distclean-am: clean-am distclean-generic distclean-hdr \
739	distclean-libtool distclean-tags
740
741dvi: dvi-recursive
742
743dvi-am:
744
745html: html-recursive
746
747info: info-recursive
748
749info-am:
750
751install-data-am: install-libXfontincludeHEADERS \
752	install-nodist_libXfontincludeHEADERS install-pkgconfigDATA
753
754install-dvi: install-dvi-recursive
755
756install-exec-am:
757
758install-html: install-html-recursive
759
760install-info: install-info-recursive
761
762install-man:
763
764install-pdf: install-pdf-recursive
765
766install-ps: install-ps-recursive
767
768installcheck-am:
769
770maintainer-clean: maintainer-clean-recursive
771	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
772	-rm -rf $(top_srcdir)/autom4te.cache
773	-rm -f Makefile
774maintainer-clean-am: distclean-am maintainer-clean-generic
775
776mostlyclean: mostlyclean-recursive
777
778mostlyclean-am: mostlyclean-generic mostlyclean-libtool
779
780pdf: pdf-recursive
781
782pdf-am:
783
784ps: ps-recursive
785
786ps-am:
787
788uninstall-am: uninstall-libXfontincludeHEADERS \
789	uninstall-nodist_libXfontincludeHEADERS \
790	uninstall-pkgconfigDATA
791
792.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
793	install-strip
794
795.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
796	all all-am am--refresh check check-am clean clean-generic \
797	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
798	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
799	distcheck distclean distclean-generic distclean-hdr \
800	distclean-libtool distclean-tags distcleancheck distdir \
801	distuninstallcheck dvi dvi-am html html-am info info-am \
802	install install-am install-data install-data-am install-dvi \
803	install-dvi-am install-exec install-exec-am install-html \
804	install-html-am install-info install-info-am \
805	install-libXfontincludeHEADERS install-man \
806	install-nodist_libXfontincludeHEADERS install-pdf \
807	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
808	install-strip installcheck installcheck-am installdirs \
809	installdirs-am maintainer-clean maintainer-clean-generic \
810	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
811	ps ps-am tags tags-recursive uninstall uninstall-am \
812	uninstall-libXfontincludeHEADERS \
813	uninstall-nodist_libXfontincludeHEADERS \
814	uninstall-pkgconfigDATA
815
816
817.PHONY: ChangeLog INSTALL
818
819INSTALL:
820	$(INSTALL_CMD)
821
822ChangeLog:
823	$(CHANGELOG_CMD)
824
825dist-hook: ChangeLog INSTALL
826
827@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@doc/fontlib.txt: $(srcdir)/doc/fontlib.xml $(srcdir)/doc/fontlib.xsl
828@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) -m $(srcdir)/doc/fontlib.xsl -o doc txt $(srcdir)/doc/fontlib.xml
829
830@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@doc/fontlib.html: $(srcdir)/doc/fontlib.xml $(srcdir)/doc/fontlib.xsl
831@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) -m $(srcdir)/doc/fontlib.xsl -o doc xhtml-nochunks $(srcdir)/doc/fontlib.xml
832
833@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@doc/fontlib.pdf: $(srcdir)/doc/fontlib.xml $(srcdir)/doc/fontlib.xsl
834@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) --with-fop -m $(srcdir)/doc/fontlib.xsl -o doc pdf $(srcdir)/doc/fontlib.xml
835
836@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@doc/fontlib.ps: $(srcdir)/doc/fontlib.xml $(srcdir)/doc/fontlib.xsl
837@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) --with-fop -m $(srcdir)/doc/fontlib.xsl -o doc ps $(srcdir)/doc/fontlib.xml
838# Tell versions [3.59,3.63) of GNU make to not export all variables.
839# Otherwise a system limit (for SysV at least) may be exceeded.
840.NOEXPORT:
841