Makefile.in revision d838582f
1# Makefile.in generated by automake 1.10.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  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 2005  Red Hat, Inc.
19# 
20#  Permission to use, copy, modify, distribute, and sell this software
21#  and its documentation for any purpose is hereby granted without fee,
22#  provided that the above copyright notice appear in all copies and that
23#  both that copyright notice and this permission notice appear in
24#  supporting documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software
26#  without specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any
28#  purpose.  It is provided "as is" without express or implied warranty.
29# 
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
32#  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
34#  USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
35#  OTHER 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@
57subdir = .
58DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
59	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
60	ChangeLog INSTALL NEWS config.guess config.sub install-sh \
61	missing
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/configure.ac
64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65	$(ACLOCAL_M4)
66am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67 configure.lineno config.status.lineno
68mkinstalldirs = $(install_sh) -d
69CONFIG_CLEAN_FILES =
70am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
71binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
72SCRIPTS = $(bin_SCRIPTS)
73SOURCES =
74DIST_SOURCES =
75am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76am__vpath_adj = case $$p in \
77    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78    *) f=$$p;; \
79  esac;
80am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
81appmanDATA_INSTALL = $(INSTALL_DATA)
82DATA = $(appman_DATA)
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84distdir = $(PACKAGE)-$(VERSION)
85top_distdir = $(distdir)
86am__remove_distdir = \
87  { test ! -d $(distdir) \
88    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
89         && rm -fr $(distdir); }; }
90DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
91GZIP_ENV = --best
92distuninstallcheck_listfiles = find . -type f -print
93distcleancheck_listfiles = find . -type f -print
94ACLOCAL = @ACLOCAL@
95ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
96ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
97AMTAR = @AMTAR@
98APP_MAN_DIR = @APP_MAN_DIR@
99APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
100AUTOCONF = @AUTOCONF@
101AUTOHEADER = @AUTOHEADER@
102AUTOMAKE = @AUTOMAKE@
103AWK = @AWK@
104CYGPATH_W = @CYGPATH_W@
105DEFS = @DEFS@
106DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
107DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111FILE_MAN_DIR = @FILE_MAN_DIR@
112FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
113INSTALL = @INSTALL@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LIBOBJS = @LIBOBJS@
119LIBS = @LIBS@
120LIB_MAN_DIR = @LIB_MAN_DIR@
121LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
122LTLIBOBJS = @LTLIBOBJS@
123MAINT = @MAINT@
124MAKEINFO = @MAKEINFO@
125MISC_MAN_DIR = @MISC_MAN_DIR@
126MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
127MKDIR_P = @MKDIR_P@
128PACKAGE = @PACKAGE@
129PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130PACKAGE_NAME = @PACKAGE_NAME@
131PACKAGE_STRING = @PACKAGE_STRING@
132PACKAGE_TARNAME = @PACKAGE_TARNAME@
133PACKAGE_VERSION = @PACKAGE_VERSION@
134PATH_SEPARATOR = @PATH_SEPARATOR@
135SED = sed
136SET_MAKE = @SET_MAKE@
137SHELL = @SHELL@
138STRIP = @STRIP@
139VERSION = @VERSION@
140abs_builddir = @abs_builddir@
141abs_srcdir = @abs_srcdir@
142abs_top_builddir = @abs_top_builddir@
143abs_top_srcdir = @abs_top_srcdir@
144am__leading_dot = @am__leading_dot@
145am__tar = @am__tar@
146am__untar = @am__untar@
147bindir = @bindir@
148build = @build@
149build_alias = @build_alias@
150build_cpu = @build_cpu@
151build_os = @build_os@
152build_vendor = @build_vendor@
153builddir = @builddir@
154datadir = @datadir@
155datarootdir = @datarootdir@
156docdir = @docdir@
157dvidir = @dvidir@
158exec_prefix = @exec_prefix@
159host = @host@
160host_alias = @host_alias@
161host_cpu = @host_cpu@
162host_os = @host_os@
163host_vendor = @host_vendor@
164htmldir = @htmldir@
165includedir = @includedir@
166infodir = @infodir@
167install_sh = @install_sh@
168libdir = @libdir@
169libexecdir = @libexecdir@
170localedir = @localedir@
171localstatedir = @localstatedir@
172mandir = @mandir@
173mkdir_p = @mkdir_p@
174oldincludedir = @oldincludedir@
175pdfdir = @pdfdir@
176prefix = @prefix@
177program_transform_name = @program_transform_name@
178psdir = @psdir@
179sbindir = @sbindir@
180sharedstatedir = @sharedstatedir@
181srcdir = @srcdir@
182sysconfdir = @sysconfdir@
183target_alias = @target_alias@
184top_builddir = @top_builddir@
185top_srcdir = @top_srcdir@
186bin_SCRIPTS = mkfontdir
187appman_PRE = mkfontdir.man
188EXTRA_DIST = mkfontdir.cpp $(appman_PRE) ChangeLog
189CLEANFILES = $(bin_SCRIPTS) $(appman_DATA)
190appmandir = $(APP_MAN_DIR)
191appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
192
193# Strings to replace in man pages
194XORGRELSTRING = @PACKAGE_STRING@
195XORGMANNAME = X Version 11
196MAN_SUBSTS = \
197	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
198	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
199	-e 's|__xservername__|Xorg|g' \
200	-e 's|__xconfigfile__|xorg.conf|g' \
201	-e 's|__projectroot__|$(prefix)|g' \
202	-e 's|__apploaddir__|$(appdefaultdir)|' \
203	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
204	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
205	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
206	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
207	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
208
209SUFFIXES = .$(APP_MAN_SUFFIX) .man .cpp
210MAINTAINERCLEANFILES = ChangeLog
211all: all-am
212
213.SUFFIXES:
214.SUFFIXES: .$(APP_MAN_SUFFIX) .man .cpp
215am--refresh:
216	@:
217$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
218	@for dep in $?; do \
219	  case '$(am__configure_deps)' in \
220	    *$$dep*) \
221	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
222	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
223		&& exit 0; \
224	      exit 1;; \
225	  esac; \
226	done; \
227	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
228	cd $(top_srcdir) && \
229	  $(AUTOMAKE) --foreign  Makefile
230.PRECIOUS: Makefile
231Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
232	@case '$?' in \
233	  *config.status*) \
234	    echo ' $(SHELL) ./config.status'; \
235	    $(SHELL) ./config.status;; \
236	  *) \
237	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
238	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
239	esac;
240
241$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242	$(SHELL) ./config.status --recheck
243
244$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
245	cd $(srcdir) && $(AUTOCONF)
246$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
247	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
248install-binSCRIPTS: $(bin_SCRIPTS)
249	@$(NORMAL_INSTALL)
250	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
251	@list='$(bin_SCRIPTS)'; for p in $$list; do \
252	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
253	  if test -f $$d$$p; then \
254	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
255	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
256	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
257	  else :; fi; \
258	done
259
260uninstall-binSCRIPTS:
261	@$(NORMAL_UNINSTALL)
262	@list='$(bin_SCRIPTS)'; for p in $$list; do \
263	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
264	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
265	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
266	done
267install-appmanDATA: $(appman_DATA)
268	@$(NORMAL_INSTALL)
269	test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
270	@list='$(appman_DATA)'; for p in $$list; do \
271	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
272	  f=$(am__strip_dir) \
273	  echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
274	  $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
275	done
276
277uninstall-appmanDATA:
278	@$(NORMAL_UNINSTALL)
279	@list='$(appman_DATA)'; for p in $$list; do \
280	  f=$(am__strip_dir) \
281	  echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
282	  rm -f "$(DESTDIR)$(appmandir)/$$f"; \
283	done
284tags: TAGS
285TAGS:
286
287ctags: CTAGS
288CTAGS:
289
290
291distdir: $(DISTFILES)
292	$(am__remove_distdir)
293	test -d $(distdir) || mkdir $(distdir)
294	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
295	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
296	list='$(DISTFILES)'; \
297	  dist_files=`for file in $$list; do echo $$file; done | \
298	  sed -e "s|^$$srcdirstrip/||;t" \
299	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
300	case $$dist_files in \
301	  */*) $(MKDIR_P) `echo "$$dist_files" | \
302			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
303			   sort -u` ;; \
304	esac; \
305	for file in $$dist_files; do \
306	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
307	  if test -d $$d/$$file; then \
308	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
309	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
310	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
311	    fi; \
312	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
313	  else \
314	    test -f $(distdir)/$$file \
315	    || cp -p $$d/$$file $(distdir)/$$file \
316	    || exit 1; \
317	  fi; \
318	done
319	$(MAKE) $(AM_MAKEFLAGS) \
320	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
321	  dist-hook
322	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
323	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
324	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
325	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
326	|| chmod -R a+r $(distdir)
327dist-gzip: distdir
328	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
329	$(am__remove_distdir)
330dist-bzip2: distdir
331	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
332	$(am__remove_distdir)
333
334dist-lzma: distdir
335	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
336	$(am__remove_distdir)
337
338dist-tarZ: distdir
339	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
340	$(am__remove_distdir)
341
342dist-shar: distdir
343	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
344	$(am__remove_distdir)
345
346dist-zip: distdir
347	-rm -f $(distdir).zip
348	zip -rq $(distdir).zip $(distdir)
349	$(am__remove_distdir)
350
351dist dist-all: distdir
352	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
353	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
354	$(am__remove_distdir)
355
356# This target untars the dist file and tries a VPATH configuration.  Then
357# it guarantees that the distribution is self-contained by making another
358# tarfile.
359distcheck: dist
360	case '$(DIST_ARCHIVES)' in \
361	*.tar.gz*) \
362	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
363	*.tar.bz2*) \
364	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
365	*.tar.lzma*) \
366	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
367	*.tar.Z*) \
368	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
369	*.shar.gz*) \
370	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
371	*.zip*) \
372	  unzip $(distdir).zip ;;\
373	esac
374	chmod -R a-w $(distdir); chmod a+w $(distdir)
375	mkdir $(distdir)/_build
376	mkdir $(distdir)/_inst
377	chmod a-w $(distdir)
378	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
379	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
380	  && cd $(distdir)/_build \
381	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
382	    $(DISTCHECK_CONFIGURE_FLAGS) \
383	  && $(MAKE) $(AM_MAKEFLAGS) \
384	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
385	  && $(MAKE) $(AM_MAKEFLAGS) check \
386	  && $(MAKE) $(AM_MAKEFLAGS) install \
387	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
388	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
389	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
390	        distuninstallcheck \
391	  && chmod -R a-w "$$dc_install_base" \
392	  && ({ \
393	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
394	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
395	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
396	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
397	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
398	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
399	  && rm -rf "$$dc_destdir" \
400	  && $(MAKE) $(AM_MAKEFLAGS) dist \
401	  && rm -rf $(DIST_ARCHIVES) \
402	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
403	$(am__remove_distdir)
404	@(echo "$(distdir) archives ready for distribution: "; \
405	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
406	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
407distuninstallcheck:
408	@cd $(distuninstallcheck_dir) \
409	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
410	   || { echo "ERROR: files left after uninstall:" ; \
411	        if test -n "$(DESTDIR)"; then \
412	          echo "  (check DESTDIR support)"; \
413	        fi ; \
414	        $(distuninstallcheck_listfiles) ; \
415	        exit 1; } >&2
416distcleancheck: distclean
417	@if test '$(srcdir)' = . ; then \
418	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
419	  exit 1 ; \
420	fi
421	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
422	  || { echo "ERROR: files left in build directory after distclean:" ; \
423	       $(distcleancheck_listfiles) ; \
424	       exit 1; } >&2
425check-am: all-am
426check: check-am
427all-am: Makefile $(SCRIPTS) $(DATA)
428installdirs:
429	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
430	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
431	done
432install: install-am
433install-exec: install-exec-am
434install-data: install-data-am
435uninstall: uninstall-am
436
437install-am: all-am
438	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
439
440installcheck: installcheck-am
441install-strip:
442	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444	  `test -z '$(STRIP)' || \
445	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
446mostlyclean-generic:
447
448clean-generic:
449	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
450
451distclean-generic:
452	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
453
454maintainer-clean-generic:
455	@echo "This command is intended for maintainers to use"
456	@echo "it deletes files that may require special tools to rebuild."
457	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
458clean: clean-am
459
460clean-am: clean-generic mostlyclean-am
461
462distclean: distclean-am
463	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
464	-rm -f Makefile
465distclean-am: clean-am distclean-generic
466
467dvi: dvi-am
468
469dvi-am:
470
471html: html-am
472
473info: info-am
474
475info-am:
476
477install-data-am: install-appmanDATA
478
479install-dvi: install-dvi-am
480
481install-exec-am: install-binSCRIPTS
482
483install-html: install-html-am
484
485install-info: install-info-am
486
487install-man:
488
489install-pdf: install-pdf-am
490
491install-ps: install-ps-am
492
493installcheck-am:
494
495maintainer-clean: maintainer-clean-am
496	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
497	-rm -rf $(top_srcdir)/autom4te.cache
498	-rm -f Makefile
499maintainer-clean-am: distclean-am maintainer-clean-generic
500
501mostlyclean: mostlyclean-am
502
503mostlyclean-am: mostlyclean-generic
504
505pdf: pdf-am
506
507pdf-am:
508
509ps: ps-am
510
511ps-am:
512
513uninstall-am: uninstall-appmanDATA uninstall-binSCRIPTS
514
515.MAKE: install-am install-strip
516
517.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
518	dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
519	dist-tarZ dist-zip distcheck distclean distclean-generic \
520	distcleancheck distdir distuninstallcheck dvi dvi-am html \
521	html-am info info-am install install-am install-appmanDATA \
522	install-binSCRIPTS install-data install-data-am install-dvi \
523	install-dvi-am install-exec install-exec-am install-html \
524	install-html-am install-info install-info-am install-man \
525	install-pdf install-pdf-am install-ps install-ps-am \
526	install-strip installcheck installcheck-am installdirs \
527	maintainer-clean maintainer-clean-generic mostlyclean \
528	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
529	uninstall-appmanDATA uninstall-binSCRIPTS
530
531
532.cpp:
533	$(SED) s,BINDIR,`echo @bindir@/mkfontscale | $(SED) s,/[^/]*$$,,`, < $< | $(SED) s/XCOMM/\#/ > $@
534
535.man.$(APP_MAN_SUFFIX):
536	sed $(MAN_SUBSTS) < $< > $@
537
538.PHONY: ChangeLog
539
540ChangeLog:
541	(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
542
543dist-hook: ChangeLog
544# Tell versions [3.59,3.63) of GNU make to not export all variables.
545# Otherwise a system limit (for SysV at least) may be exceeded.
546.NOEXPORT:
547