Makefile.in revision 1cca5e29
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 2005  Red Hat, Inc.
20# 
21#  Permission to use, copy, modify, distribute, and sell this software
22#  and its documentation for any purpose is hereby granted without fee,
23#  provided that the above copyright notice appear in all copies and that
24#  both that copyright notice and this permission notice appear in
25#  supporting documentation, and that the name of Red Hat not be used in
26#  advertising or publicity pertaining to distribution of the software
27#  without specific, written prior permission.  Red Hat makes no
28#  representations about the suitability of this software for any
29#  purpose.  It is provided "as is" without express or implied warranty.
30# 
31#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
33#  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
35#  USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
36#  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37#  PERFORMANCE OF THIS SOFTWARE.
38
39
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkglibexecdir = $(libexecdir)/@PACKAGE@
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59subdir = .
60DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
61	$(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \
62	ChangeLog INSTALL config.guess config.sub install-sh missing
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68 configure.lineno config.status.lineno
69mkinstalldirs = $(install_sh) -d
70CONFIG_CLEAN_FILES =
71CONFIG_CLEAN_VPATH_FILES =
72am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73am__vpath_adj = case $$p in \
74    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75    *) f=$$p;; \
76  esac;
77am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78am__install_max = 40
79am__nobase_strip_setup = \
80  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81am__nobase_strip = \
82  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83am__nobase_list = $(am__nobase_strip_setup); \
84  for p in $$list; do echo "$$p $$p"; done | \
85  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87    if (++n[$$2] == $(am__install_max)) \
88      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89    END { for (dir in files) print dir, files[dir] }'
90am__base_list = \
91  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
94SCRIPTS = $(bin_SCRIPTS)
95AM_V_GEN = $(am__v_GEN_$(V))
96am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
97am__v_GEN_0 = @echo "  GEN   " $@;
98AM_V_at = $(am__v_at_$(V))
99am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
100am__v_at_0 = @
101SOURCES =
102DIST_SOURCES =
103DATA = $(appman_DATA)
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105distdir = $(PACKAGE)-$(VERSION)
106top_distdir = $(distdir)
107am__remove_distdir = \
108  { test ! -d "$(distdir)" \
109    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
110         && rm -fr "$(distdir)"; }; }
111DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
112GZIP_ENV = --best
113distuninstallcheck_listfiles = find . -type f -print
114distcleancheck_listfiles = find . -type f -print
115ACLOCAL = @ACLOCAL@
116ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
117ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
118AMTAR = @AMTAR@
119AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
120APP_MAN_DIR = @APP_MAN_DIR@
121APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
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@
138ECHO_C = @ECHO_C@
139ECHO_N = @ECHO_N@
140ECHO_T = @ECHO_T@
141EGREP = @EGREP@
142EXEEXT = @EXEEXT@
143FILE_MAN_DIR = @FILE_MAN_DIR@
144FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
145GREP = @GREP@
146INSTALL = @INSTALL@
147INSTALL_CMD = @INSTALL_CMD@
148INSTALL_DATA = @INSTALL_DATA@
149INSTALL_PROGRAM = @INSTALL_PROGRAM@
150INSTALL_SCRIPT = @INSTALL_SCRIPT@
151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152LDFLAGS = @LDFLAGS@
153LIBOBJS = @LIBOBJS@
154LIBS = @LIBS@
155LIB_MAN_DIR = @LIB_MAN_DIR@
156LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
157LTLIBOBJS = @LTLIBOBJS@
158MAINT = @MAINT@
159MAKEINFO = @MAKEINFO@
160MAN_SUBSTS = @MAN_SUBSTS@
161MISC_MAN_DIR = @MISC_MAN_DIR@
162MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
163MKDIR_P = @MKDIR_P@
164OBJEXT = @OBJEXT@
165PACKAGE = @PACKAGE@
166PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167PACKAGE_NAME = @PACKAGE_NAME@
168PACKAGE_STRING = @PACKAGE_STRING@
169PACKAGE_TARNAME = @PACKAGE_TARNAME@
170PACKAGE_URL = @PACKAGE_URL@
171PACKAGE_VERSION = @PACKAGE_VERSION@
172PATH_SEPARATOR = @PATH_SEPARATOR@
173PKG_CONFIG = @PKG_CONFIG@
174SED = @SED@
175SET_MAKE = @SET_MAKE@
176SHELL = @SHELL@
177STRIP = @STRIP@
178VERSION = @VERSION@
179XORG_MAN_PAGE = @XORG_MAN_PAGE@
180abs_builddir = @abs_builddir@
181abs_srcdir = @abs_srcdir@
182abs_top_builddir = @abs_top_builddir@
183abs_top_srcdir = @abs_top_srcdir@
184ac_ct_CC = @ac_ct_CC@
185am__include = @am__include@
186am__leading_dot = @am__leading_dot@
187am__quote = @am__quote@
188am__tar = @am__tar@
189am__untar = @am__untar@
190bindir = @bindir@
191build = @build@
192build_alias = @build_alias@
193build_cpu = @build_cpu@
194build_os = @build_os@
195build_vendor = @build_vendor@
196builddir = @builddir@
197datadir = @datadir@
198datarootdir = @datarootdir@
199docdir = @docdir@
200dvidir = @dvidir@
201exec_prefix = @exec_prefix@
202host = @host@
203host_alias = @host_alias@
204host_cpu = @host_cpu@
205host_os = @host_os@
206host_vendor = @host_vendor@
207htmldir = @htmldir@
208includedir = @includedir@
209infodir = @infodir@
210install_sh = @install_sh@
211libdir = @libdir@
212libexecdir = @libexecdir@
213localedir = @localedir@
214localstatedir = @localstatedir@
215mandir = @mandir@
216mkdir_p = @mkdir_p@
217oldincludedir = @oldincludedir@
218pdfdir = @pdfdir@
219prefix = @prefix@
220program_transform_name = @program_transform_name@
221psdir = @psdir@
222sbindir = @sbindir@
223sharedstatedir = @sharedstatedir@
224srcdir = @srcdir@
225sysconfdir = @sysconfdir@
226target_alias = @target_alias@
227top_build_prefix = @top_build_prefix@
228top_builddir = @top_builddir@
229top_srcdir = @top_srcdir@
230bin_SCRIPTS = mkfontdir
231appman_PRE = mkfontdir.man
232EXTRA_DIST = mkfontdir.cpp $(appman_PRE)
233MAINTAINERCLEANFILES = ChangeLog INSTALL
234CLEANFILES = $(bin_SCRIPTS) $(appman_DATA)
235appmandir = $(APP_MAN_DIR)
236appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
237SUFFIXES = .$(APP_MAN_SUFFIX) .man .cpp
238all: all-am
239
240.SUFFIXES:
241.SUFFIXES: .$(APP_MAN_SUFFIX) .man .cpp
242am--refresh:
243	@:
244$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
245	@for dep in $?; do \
246	  case '$(am__configure_deps)' in \
247	    *$$dep*) \
248	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
249	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
250		&& exit 0; \
251	      exit 1;; \
252	  esac; \
253	done; \
254	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
255	$(am__cd) $(top_srcdir) && \
256	  $(AUTOMAKE) --foreign Makefile
257.PRECIOUS: Makefile
258Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259	@case '$?' in \
260	  *config.status*) \
261	    echo ' $(SHELL) ./config.status'; \
262	    $(SHELL) ./config.status;; \
263	  *) \
264	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
265	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
266	esac;
267
268$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269	$(SHELL) ./config.status --recheck
270
271$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272	$(am__cd) $(srcdir) && $(AUTOCONF)
273$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
275$(am__aclocal_m4_deps):
276install-binSCRIPTS: $(bin_SCRIPTS)
277	@$(NORMAL_INSTALL)
278	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
279	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
280	for p in $$list; do \
281	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
282	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
283	done | \
284	sed -e 'p;s,.*/,,;n' \
285	    -e 'h;s|.*|.|' \
286	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
287	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
288	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
289	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
290	      if (++n[d] == $(am__install_max)) { \
291		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
292	    else { print "f", d "/" $$4, $$1 } } \
293	  END { for (d in files) print "f", d, files[d] }' | \
294	while read type dir files; do \
295	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
296	     test -z "$$files" || { \
297	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
298	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
299	     } \
300	; done
301
302uninstall-binSCRIPTS:
303	@$(NORMAL_UNINSTALL)
304	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
305	files=`for p in $$list; do echo "$$p"; done | \
306	       sed -e 's,.*/,,;$(transform)'`; \
307	test -n "$$list" || exit 0; \
308	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
309	cd "$(DESTDIR)$(bindir)" && rm -f $$files
310install-appmanDATA: $(appman_DATA)
311	@$(NORMAL_INSTALL)
312	test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
313	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
314	for p in $$list; do \
315	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
316	  echo "$$d$$p"; \
317	done | $(am__base_list) | \
318	while read files; do \
319	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
320	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
321	done
322
323uninstall-appmanDATA:
324	@$(NORMAL_UNINSTALL)
325	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
326	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
327	test -n "$$files" || exit 0; \
328	echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
329	cd "$(DESTDIR)$(appmandir)" && rm -f $$files
330tags: TAGS
331TAGS:
332
333ctags: CTAGS
334CTAGS:
335
336
337distdir: $(DISTFILES)
338	$(am__remove_distdir)
339	test -d "$(distdir)" || mkdir "$(distdir)"
340	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
341	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342	list='$(DISTFILES)'; \
343	  dist_files=`for file in $$list; do echo $$file; done | \
344	  sed -e "s|^$$srcdirstrip/||;t" \
345	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
346	case $$dist_files in \
347	  */*) $(MKDIR_P) `echo "$$dist_files" | \
348			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
349			   sort -u` ;; \
350	esac; \
351	for file in $$dist_files; do \
352	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
353	  if test -d $$d/$$file; then \
354	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
355	    if test -d "$(distdir)/$$file"; then \
356	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
357	    fi; \
358	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
360	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
361	    fi; \
362	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
363	  else \
364	    test -f "$(distdir)/$$file" \
365	    || cp -p $$d/$$file "$(distdir)/$$file" \
366	    || exit 1; \
367	  fi; \
368	done
369	$(MAKE) $(AM_MAKEFLAGS) \
370	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
371	  dist-hook
372	-test -n "$(am__skip_mode_fix)" \
373	|| find "$(distdir)" -type d ! -perm -755 \
374		-exec chmod u+rwx,go+rx {} \; -o \
375	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
376	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
377	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
378	|| chmod -R a+r "$(distdir)"
379dist-gzip: distdir
380	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
381	$(am__remove_distdir)
382dist-bzip2: distdir
383	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
384	$(am__remove_distdir)
385
386dist-lzma: distdir
387	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
388	$(am__remove_distdir)
389
390dist-xz: distdir
391	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
392	$(am__remove_distdir)
393
394dist-tarZ: distdir
395	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
396	$(am__remove_distdir)
397
398dist-shar: distdir
399	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
400	$(am__remove_distdir)
401
402dist-zip: distdir
403	-rm -f $(distdir).zip
404	zip -rq $(distdir).zip $(distdir)
405	$(am__remove_distdir)
406
407dist dist-all: distdir
408	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
409	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
410	$(am__remove_distdir)
411
412# This target untars the dist file and tries a VPATH configuration.  Then
413# it guarantees that the distribution is self-contained by making another
414# tarfile.
415distcheck: dist
416	case '$(DIST_ARCHIVES)' in \
417	*.tar.gz*) \
418	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
419	*.tar.bz2*) \
420	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
421	*.tar.lzma*) \
422	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
423	*.tar.xz*) \
424	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
425	*.tar.Z*) \
426	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
427	*.shar.gz*) \
428	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
429	*.zip*) \
430	  unzip $(distdir).zip ;;\
431	esac
432	chmod -R a-w $(distdir); chmod a+w $(distdir)
433	mkdir $(distdir)/_build
434	mkdir $(distdir)/_inst
435	chmod a-w $(distdir)
436	test -d $(distdir)/_build || exit 0; \
437	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
438	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
439	  && am__cwd=`pwd` \
440	  && $(am__cd) $(distdir)/_build \
441	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
442	    $(DISTCHECK_CONFIGURE_FLAGS) \
443	  && $(MAKE) $(AM_MAKEFLAGS) \
444	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
445	  && $(MAKE) $(AM_MAKEFLAGS) check \
446	  && $(MAKE) $(AM_MAKEFLAGS) install \
447	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
448	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
449	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
450	        distuninstallcheck \
451	  && chmod -R a-w "$$dc_install_base" \
452	  && ({ \
453	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
454	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
455	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
456	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
457	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
458	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
459	  && rm -rf "$$dc_destdir" \
460	  && $(MAKE) $(AM_MAKEFLAGS) dist \
461	  && rm -rf $(DIST_ARCHIVES) \
462	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
463	  && cd "$$am__cwd" \
464	  || exit 1
465	$(am__remove_distdir)
466	@(echo "$(distdir) archives ready for distribution: "; \
467	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
468	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
469distuninstallcheck:
470	@$(am__cd) '$(distuninstallcheck_dir)' \
471	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
472	   || { echo "ERROR: files left after uninstall:" ; \
473	        if test -n "$(DESTDIR)"; then \
474	          echo "  (check DESTDIR support)"; \
475	        fi ; \
476	        $(distuninstallcheck_listfiles) ; \
477	        exit 1; } >&2
478distcleancheck: distclean
479	@if test '$(srcdir)' = . ; then \
480	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
481	  exit 1 ; \
482	fi
483	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
484	  || { echo "ERROR: files left in build directory after distclean:" ; \
485	       $(distcleancheck_listfiles) ; \
486	       exit 1; } >&2
487check-am: all-am
488check: check-am
489all-am: Makefile $(SCRIPTS) $(DATA)
490installdirs:
491	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
492	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
493	done
494install: install-am
495install-exec: install-exec-am
496install-data: install-data-am
497uninstall: uninstall-am
498
499install-am: all-am
500	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
501
502installcheck: installcheck-am
503install-strip:
504	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506	  `test -z '$(STRIP)' || \
507	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
508mostlyclean-generic:
509
510clean-generic:
511	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
512
513distclean-generic:
514	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
515	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
516
517maintainer-clean-generic:
518	@echo "This command is intended for maintainers to use"
519	@echo "it deletes files that may require special tools to rebuild."
520	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
521clean: clean-am
522
523clean-am: clean-generic mostlyclean-am
524
525distclean: distclean-am
526	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
527	-rm -f Makefile
528distclean-am: clean-am distclean-generic
529
530dvi: dvi-am
531
532dvi-am:
533
534html: html-am
535
536html-am:
537
538info: info-am
539
540info-am:
541
542install-data-am: install-appmanDATA
543
544install-dvi: install-dvi-am
545
546install-dvi-am:
547
548install-exec-am: install-binSCRIPTS
549
550install-html: install-html-am
551
552install-html-am:
553
554install-info: install-info-am
555
556install-info-am:
557
558install-man:
559
560install-pdf: install-pdf-am
561
562install-pdf-am:
563
564install-ps: install-ps-am
565
566install-ps-am:
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-am
571	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
572	-rm -rf $(top_srcdir)/autom4te.cache
573	-rm -f Makefile
574maintainer-clean-am: distclean-am maintainer-clean-generic
575
576mostlyclean: mostlyclean-am
577
578mostlyclean-am: mostlyclean-generic
579
580pdf: pdf-am
581
582pdf-am:
583
584ps: ps-am
585
586ps-am:
587
588uninstall-am: uninstall-appmanDATA uninstall-binSCRIPTS
589
590.MAKE: install-am install-strip
591
592.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
593	dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
594	dist-tarZ dist-xz dist-zip distcheck distclean \
595	distclean-generic distcleancheck distdir distuninstallcheck \
596	dvi dvi-am html html-am info info-am install install-am \
597	install-appmanDATA install-binSCRIPTS install-data \
598	install-data-am install-dvi install-dvi-am install-exec \
599	install-exec-am install-html install-html-am install-info \
600	install-info-am install-man install-pdf install-pdf-am \
601	install-ps install-ps-am install-strip installcheck \
602	installcheck-am installdirs maintainer-clean \
603	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
604	pdf-am ps ps-am uninstall uninstall-am uninstall-appmanDATA \
605	uninstall-binSCRIPTS
606
607
608.cpp:
609	$(AM_V_GEN)$(SED) s,BINDIR,`echo @bindir@/mkfontscale | $(SED) s,/[^/]*$$,,`, < $< | $(SED) s/XCOMM/\#/ > $@
610
611# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
612.man.$(APP_MAN_SUFFIX):
613	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
614
615.PHONY: ChangeLog INSTALL
616
617INSTALL:
618	$(INSTALL_CMD)
619
620ChangeLog:
621	$(CHANGELOG_CMD)
622
623dist-hook: ChangeLog INSTALL
624
625# Tell versions [3.59,3.63) of GNU make to not export all variables.
626# Otherwise a system limit (for SysV at least) may be exceeded.
627.NOEXPORT:
628