Makefile.in revision e5383a99
1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = man
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91AM_V_P = $(am__v_P_@AM_V@)
92am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
93am__v_P_0 = false
94am__v_P_1 = :
95AM_V_GEN = $(am__v_GEN_@AM_V@)
96am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
97am__v_GEN_0 = @echo "  GEN     " $@;
98am__v_GEN_1 = 
99AM_V_at = $(am__v_at_@AM_V@)
100am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
101am__v_at_0 = @
102am__v_at_1 = 
103SOURCES =
104DIST_SOURCES =
105am__can_run_installinfo = \
106  case $$AM_UPDATE_INFO_DIR in \
107    n|no|NO) false;; \
108    *) (install-info --version) >/dev/null 2>&1;; \
109  esac
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113    *) f=$$p;; \
114  esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__nobase_list = $(am__nobase_strip_setup); \
122  for p in $$list; do echo "$$p $$p"; done | \
123  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125    if (++n[$$2] == $(am__install_max)) \
126      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127    END { for (dir in files) print dir, files[dir] }'
128am__base_list = \
129  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131am__uninstall_files_from_dir = { \
132  test -z "$$files" \
133    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135         $(am__cd) "$$dir" && rm -f $$files; }; \
136  }
137am__installdirs = "$(DESTDIR)$(libmandir)"
138DATA = $(libman_DATA)
139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141ACLOCAL = @ACLOCAL@
142ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
143ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
144AMTAR = @AMTAR@
145AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146APP_MAN_DIR = @APP_MAN_DIR@
147APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
148AR = @AR@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153BASE_CFLAGS = @BASE_CFLAGS@
154CC = @CC@
155CCDEPMODE = @CCDEPMODE@
156CFLAGS = @CFLAGS@
157CHANGELOG_CMD = @CHANGELOG_CMD@
158CPP = @CPP@
159CPPFLAGS = @CPPFLAGS@
160CWARNFLAGS = @CWARNFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
164DLLTOOL = @DLLTOOL@
165DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
166DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
167DSYMUTIL = @DSYMUTIL@
168DUMPBIN = @DUMPBIN@
169ECHO_C = @ECHO_C@
170ECHO_N = @ECHO_N@
171ECHO_T = @ECHO_T@
172EGREP = @EGREP@
173EXEEXT = @EXEEXT@
174FGREP = @FGREP@
175FILE_MAN_DIR = @FILE_MAN_DIR@
176FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
177FOP = @FOP@
178GREP = @GREP@
179INSTALL = @INSTALL@
180INSTALL_CMD = @INSTALL_CMD@
181INSTALL_DATA = @INSTALL_DATA@
182INSTALL_PROGRAM = @INSTALL_PROGRAM@
183INSTALL_SCRIPT = @INSTALL_SCRIPT@
184INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185LD = @LD@
186LDFLAGS = @LDFLAGS@
187LIBOBJS = @LIBOBJS@
188LIBS = @LIBS@
189LIBTOOL = @LIBTOOL@
190LIB_MAN_DIR = @LIB_MAN_DIR@
191LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
192LINT = @LINT@
193LINTLIB = @LINTLIB@
194LINT_FLAGS = @LINT_FLAGS@
195LIPO = @LIPO@
196LN_S = @LN_S@
197LTLIBOBJS = @LTLIBOBJS@
198MAKEINFO = @MAKEINFO@
199MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
200MANIFEST_TOOL = @MANIFEST_TOOL@
201MAN_SUBSTS = @MAN_SUBSTS@
202MISC_MAN_DIR = @MISC_MAN_DIR@
203MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
204MKDIR_P = @MKDIR_P@
205NM = @NM@
206NMEDIT = @NMEDIT@
207OBJDUMP = @OBJDUMP@
208OBJEXT = @OBJEXT@
209OTOOL = @OTOOL@
210OTOOL64 = @OTOOL64@
211PACKAGE = @PACKAGE@
212PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213PACKAGE_NAME = @PACKAGE_NAME@
214PACKAGE_STRING = @PACKAGE_STRING@
215PACKAGE_TARNAME = @PACKAGE_TARNAME@
216PACKAGE_URL = @PACKAGE_URL@
217PACKAGE_VERSION = @PACKAGE_VERSION@
218PATH_SEPARATOR = @PATH_SEPARATOR@
219PKG_CONFIG = @PKG_CONFIG@
220PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
221PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
222RANLIB = @RANLIB@
223SED = @SED@
224SET_MAKE = @SET_MAKE@
225SHELL = @SHELL@
226STRICT_CFLAGS = @STRICT_CFLAGS@
227STRIP = @STRIP@
228STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
229VERSION = @VERSION@
230XEXT_CFLAGS = @XEXT_CFLAGS@
231XEXT_LIBS = @XEXT_LIBS@
232XEXT_SOREV = @XEXT_SOREV@
233XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
234XMLTO = @XMLTO@
235XORG_MAN_PAGE = @XORG_MAN_PAGE@
236XORG_SGML_PATH = @XORG_SGML_PATH@
237XSLTPROC = @XSLTPROC@
238XSL_STYLESHEET = @XSL_STYLESHEET@
239XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
240abs_builddir = @abs_builddir@
241abs_srcdir = @abs_srcdir@
242abs_top_builddir = @abs_top_builddir@
243abs_top_srcdir = @abs_top_srcdir@
244ac_ct_AR = @ac_ct_AR@
245ac_ct_CC = @ac_ct_CC@
246ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247am__include = @am__include@
248am__leading_dot = @am__leading_dot@
249am__quote = @am__quote@
250am__tar = @am__tar@
251am__untar = @am__untar@
252bindir = @bindir@
253build = @build@
254build_alias = @build_alias@
255build_cpu = @build_cpu@
256build_os = @build_os@
257build_vendor = @build_vendor@
258builddir = @builddir@
259datadir = @datadir@
260datarootdir = @datarootdir@
261docdir = @docdir@
262dvidir = @dvidir@
263exec_prefix = @exec_prefix@
264host = @host@
265host_alias = @host_alias@
266host_cpu = @host_cpu@
267host_os = @host_os@
268host_vendor = @host_vendor@
269htmldir = @htmldir@
270includedir = @includedir@
271infodir = @infodir@
272install_sh = @install_sh@
273libdir = @libdir@
274libexecdir = @libexecdir@
275localedir = @localedir@
276localstatedir = @localstatedir@
277mandir = @mandir@
278mkdir_p = @mkdir_p@
279oldincludedir = @oldincludedir@
280pdfdir = @pdfdir@
281prefix = @prefix@
282program_transform_name = @program_transform_name@
283psdir = @psdir@
284sbindir = @sbindir@
285sharedstatedir = @sharedstatedir@
286srcdir = @srcdir@
287sysconfdir = @sysconfdir@
288target_alias = @target_alias@
289top_build_prefix = @top_build_prefix@
290top_builddir = @top_builddir@
291top_srcdir = @top_srcdir@
292libmandir = $(LIB_MAN_DIR)
293libman_PRE = \
294	$(all_shadows:=.man)			\
295	DBE.man					\
296	DPMSCapable.man				\
297	DPMSDisable.man				\
298	DPMSEnable.man				\
299	DPMSForceLevel.man			\
300	DPMSGetTimeouts.man			\
301	DPMSGetVersion.man			\
302	DPMSInfo.man				\
303	DPMSQueryExtension.man			\
304	DPMSSetTimeouts.man			\
305	XShape.man				\
306	XShm.man				\
307	XcupGetReservedColormapEntries.man	\
308	XcupQueryVersion.man			\
309	XcupStoreColors.man			\
310	XdbeAllocateBackBufferName.man		\
311	XdbeBeginIdiom.man			\
312	XdbeDeallocateBackBufferName.man	\
313	XdbeEndIdiom.man			\
314	XdbeFreeVisualInfo.man			\
315	XdbeGetBackBufferAttributes.man		\
316	XdbeGetVisualInfo.man			\
317	XdbeQueryExtension.man			\
318	XdbeSwapBuffers.man			\
319	Xevi.man				\
320	Xmbuf.man
321
322XShape_shadows = \
323	XShapeQueryExtension			\
324	XShapeQueryVersion			\
325	XShapeCombineRegion			\
326	XShapeCombineRectangles			\
327	XShapeCombineMask			\
328	XShapeCombineShape			\
329	XShapeOffsetShape			\
330	XShapeQueryExtents			\
331	XShapeSelectInput			\
332	XShapeInputSelected			\
333	XShapeGetRectangles
334
335XShm_shadows = \
336	XShmQueryExtension			\
337	XShmQueryVersion			\
338	XShmPixmapFormat			\
339	XShmAttach				\
340	XShmDetach				\
341	XShmCreateImage				\
342	XShmPutImage				\
343	XShmGetImage				\
344	XShmCreatePixmap			\
345	XShmGetEventBase
346
347Xmbuf_shadows = \
348	XmbufQueryExtension			\
349	XmbufGetVersion				\
350	XmbufCreateBuffers			\
351	XmbufDestroyBuffers			\
352	XmbufDisplayBuffers			\
353	XmbufGetWindowAttributes		\
354	XmbufChangeWindowAttributes		\
355	XmbufGetBufferAttributes		\
356	XmbufChangeBufferAttributes		\
357	XmbufGetScreenInfo			\
358	XmbufCreateStereoWindow
359
360Xevi_shadows = \
361	XeviQueryVersion			\
362	XeviGetVisualInfo			\
363	XeviQueryExtension
364
365all_shadows = $(XShape_shadows) $(XShm_shadows) $(Xmbuf_shadows) $(Xevi_shadows)
366libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
367EXTRA_DIST = $(libman_PRE)
368CLEANFILES = $(libman_DATA)
369SUFFIXES = .$(LIB_MAN_SUFFIX) .man
370all: all-am
371
372.SUFFIXES:
373.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
374$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
375	@for dep in $?; do \
376	  case '$(am__configure_deps)' in \
377	    *$$dep*) \
378	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
379	        && { if test -f $@; then exit 0; else break; fi; }; \
380	      exit 1;; \
381	  esac; \
382	done; \
383	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
384	$(am__cd) $(top_srcdir) && \
385	  $(AUTOMAKE) --foreign man/Makefile
386.PRECIOUS: Makefile
387Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388	@case '$?' in \
389	  *config.status*) \
390	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
391	  *) \
392	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
393	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
394	esac;
395
396$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398
399$(top_srcdir)/configure:  $(am__configure_deps)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403$(am__aclocal_m4_deps):
404
405mostlyclean-libtool:
406	-rm -f *.lo
407
408clean-libtool:
409	-rm -rf .libs _libs
410install-libmanDATA: $(libman_DATA)
411	@$(NORMAL_INSTALL)
412	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
413	if test -n "$$list"; then \
414	  echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \
415	  $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \
416	fi; \
417	for p in $$list; do \
418	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
419	  echo "$$d$$p"; \
420	done | $(am__base_list) | \
421	while read files; do \
422	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
423	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
424	done
425
426uninstall-libmanDATA:
427	@$(NORMAL_UNINSTALL)
428	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
429	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
430	dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir)
431tags TAGS:
432
433ctags CTAGS:
434
435cscope cscopelist:
436
437
438distdir: $(DISTFILES)
439	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441	list='$(DISTFILES)'; \
442	  dist_files=`for file in $$list; do echo $$file; done | \
443	  sed -e "s|^$$srcdirstrip/||;t" \
444	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445	case $$dist_files in \
446	  */*) $(MKDIR_P) `echo "$$dist_files" | \
447			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
448			   sort -u` ;; \
449	esac; \
450	for file in $$dist_files; do \
451	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452	  if test -d $$d/$$file; then \
453	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454	    if test -d "$(distdir)/$$file"; then \
455	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456	    fi; \
457	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
459	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460	    fi; \
461	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
462	  else \
463	    test -f "$(distdir)/$$file" \
464	    || cp -p $$d/$$file "$(distdir)/$$file" \
465	    || exit 1; \
466	  fi; \
467	done
468check-am: all-am
469check: check-am
470all-am: Makefile $(DATA)
471installdirs:
472	for dir in "$(DESTDIR)$(libmandir)"; do \
473	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
474	done
475install: install-am
476install-exec: install-exec-am
477install-data: install-data-am
478uninstall: uninstall-am
479
480install-am: all-am
481	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
482
483installcheck: installcheck-am
484install-strip:
485	if test -z '$(STRIP)'; then \
486	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488	      install; \
489	else \
490	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
493	fi
494mostlyclean-generic:
495
496clean-generic:
497	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
498
499distclean-generic:
500	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
502
503maintainer-clean-generic:
504	@echo "This command is intended for maintainers to use"
505	@echo "it deletes files that may require special tools to rebuild."
506clean: clean-am
507
508clean-am: clean-generic clean-libtool mostlyclean-am
509
510distclean: distclean-am
511	-rm -f Makefile
512distclean-am: clean-am distclean-generic
513
514dvi: dvi-am
515
516dvi-am:
517
518html: html-am
519
520html-am:
521
522info: info-am
523
524info-am:
525
526install-data-am: install-libmanDATA
527
528install-dvi: install-dvi-am
529
530install-dvi-am:
531
532install-exec-am:
533
534install-html: install-html-am
535
536install-html-am:
537
538install-info: install-info-am
539
540install-info-am:
541
542install-man:
543
544install-pdf: install-pdf-am
545
546install-pdf-am:
547
548install-ps: install-ps-am
549
550install-ps-am:
551
552installcheck-am:
553
554maintainer-clean: maintainer-clean-am
555	-rm -f Makefile
556maintainer-clean-am: distclean-am maintainer-clean-generic
557
558mostlyclean: mostlyclean-am
559
560mostlyclean-am: mostlyclean-generic mostlyclean-libtool
561
562pdf: pdf-am
563
564pdf-am:
565
566ps: ps-am
567
568ps-am:
569
570uninstall-am: uninstall-libmanDATA
571
572.MAKE: install-am install-strip
573
574.PHONY: all all-am check check-am clean clean-generic clean-libtool \
575	cscopelist-am ctags-am distclean distclean-generic \
576	distclean-libtool distdir dvi dvi-am html html-am info info-am \
577	install install-am install-data install-data-am install-dvi \
578	install-dvi-am install-exec install-exec-am install-html \
579	install-html-am install-info install-info-am \
580	install-libmanDATA install-man install-pdf install-pdf-am \
581	install-ps install-ps-am install-strip installcheck \
582	installcheck-am installdirs maintainer-clean \
583	maintainer-clean-generic mostlyclean mostlyclean-generic \
584	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
585	uninstall-am uninstall-libmanDATA
586
587
588# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
589.man.$(LIB_MAN_SUFFIX):
590	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
591
592# Tell versions [3.59,3.63) of GNU make to not export all variables.
593# Otherwise a system limit (for SysV at least) may be exceeded.
594.NOEXPORT:
595