Makefile.in revision af9a7ee5
1# Makefile.in generated by automake 1.13.2 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@
220RANLIB = @RANLIB@
221SED = @SED@
222SET_MAKE = @SET_MAKE@
223SHELL = @SHELL@
224STRICT_CFLAGS = @STRICT_CFLAGS@
225STRIP = @STRIP@
226STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
227VERSION = @VERSION@
228XEXT_CFLAGS = @XEXT_CFLAGS@
229XEXT_LIBS = @XEXT_LIBS@
230XEXT_SOREV = @XEXT_SOREV@
231XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
232XMLTO = @XMLTO@
233XORG_MAN_PAGE = @XORG_MAN_PAGE@
234XORG_SGML_PATH = @XORG_SGML_PATH@
235XSLTPROC = @XSLTPROC@
236XSL_STYLESHEET = @XSL_STYLESHEET@
237XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
238abs_builddir = @abs_builddir@
239abs_srcdir = @abs_srcdir@
240abs_top_builddir = @abs_top_builddir@
241abs_top_srcdir = @abs_top_srcdir@
242ac_ct_AR = @ac_ct_AR@
243ac_ct_CC = @ac_ct_CC@
244ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
245am__include = @am__include@
246am__leading_dot = @am__leading_dot@
247am__quote = @am__quote@
248am__tar = @am__tar@
249am__untar = @am__untar@
250bindir = @bindir@
251build = @build@
252build_alias = @build_alias@
253build_cpu = @build_cpu@
254build_os = @build_os@
255build_vendor = @build_vendor@
256builddir = @builddir@
257datadir = @datadir@
258datarootdir = @datarootdir@
259docdir = @docdir@
260dvidir = @dvidir@
261exec_prefix = @exec_prefix@
262host = @host@
263host_alias = @host_alias@
264host_cpu = @host_cpu@
265host_os = @host_os@
266host_vendor = @host_vendor@
267htmldir = @htmldir@
268includedir = @includedir@
269infodir = @infodir@
270install_sh = @install_sh@
271libdir = @libdir@
272libexecdir = @libexecdir@
273localedir = @localedir@
274localstatedir = @localstatedir@
275mandir = @mandir@
276mkdir_p = @mkdir_p@
277oldincludedir = @oldincludedir@
278pdfdir = @pdfdir@
279prefix = @prefix@
280program_transform_name = @program_transform_name@
281psdir = @psdir@
282sbindir = @sbindir@
283sharedstatedir = @sharedstatedir@
284srcdir = @srcdir@
285sysconfdir = @sysconfdir@
286target_alias = @target_alias@
287top_build_prefix = @top_build_prefix@
288top_builddir = @top_builddir@
289top_srcdir = @top_srcdir@
290libmandir = $(LIB_MAN_DIR)
291libman_PRE = \
292	$(all_shadows:=.man)			\
293	DBE.man					\
294	DPMSCapable.man				\
295	DPMSDisable.man				\
296	DPMSEnable.man				\
297	DPMSForceLevel.man			\
298	DPMSGetTimeouts.man			\
299	DPMSGetVersion.man			\
300	DPMSInfo.man				\
301	DPMSQueryExtension.man			\
302	DPMSSetTimeouts.man			\
303	XShape.man				\
304	XShm.man				\
305	XcupGetReservedColormapEntries.man	\
306	XcupQueryVersion.man			\
307	XcupStoreColors.man			\
308	XdbeAllocateBackBufferName.man		\
309	XdbeBeginIdiom.man			\
310	XdbeDeallocateBackBufferName.man	\
311	XdbeEndIdiom.man			\
312	XdbeFreeVisualInfo.man			\
313	XdbeGetBackBufferAttributes.man		\
314	XdbeGetVisualInfo.man			\
315	XdbeQueryExtension.man			\
316	XdbeSwapBuffers.man			\
317	Xevi.man				\
318	Xmbuf.man
319
320XShape_shadows = \
321	XShapeQueryExtension			\
322	XShapeQueryVersion			\
323	XShapeCombineRegion			\
324	XShapeCombineRectangles			\
325	XShapeCombineMask			\
326	XShapeCombineShape			\
327	XShapeOffsetShape			\
328	XShapeQueryExtents			\
329	XShapeSelectInput			\
330	XShapeInputSelected			\
331	XShapeGetRectangles
332
333XShm_shadows = \
334	XShmQueryExtension			\
335	XShmQueryVersion			\
336	XShmPixmapFormat			\
337	XShmAttach				\
338	XShmDetach				\
339	XShmCreateImage				\
340	XShmPutImage				\
341	XShmGetImage				\
342	XShmCreatePixmap			\
343	XShmGetEventBase
344
345Xmbuf_shadows = \
346	XmbufQueryExtension			\
347	XmbufGetVersion				\
348	XmbufCreateBuffers			\
349	XmbufDestroyBuffers			\
350	XmbufDisplayBuffers			\
351	XmbufGetWindowAttributes		\
352	XmbufChangeWindowAttributes		\
353	XmbufGetBufferAttributes		\
354	XmbufChangeBufferAttributes		\
355	XmbufGetScreenInfo			\
356	XmbufCreateStereoWindow
357
358Xevi_shadows = \
359	XeviQueryVersion			\
360	XeviGetVisualInfo			\
361	XeviQueryExtension
362
363all_shadows = $(XShape_shadows) $(XShm_shadows) $(Xmbuf_shadows) $(Xevi_shadows)
364libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
365EXTRA_DIST = $(libman_PRE)
366CLEANFILES = $(libman_DATA)
367SUFFIXES = .$(LIB_MAN_SUFFIX) .man
368all: all-am
369
370.SUFFIXES:
371.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
372$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
373	@for dep in $?; do \
374	  case '$(am__configure_deps)' in \
375	    *$$dep*) \
376	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377	        && { if test -f $@; then exit 0; else break; fi; }; \
378	      exit 1;; \
379	  esac; \
380	done; \
381	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
382	$(am__cd) $(top_srcdir) && \
383	  $(AUTOMAKE) --foreign man/Makefile
384.PRECIOUS: Makefile
385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386	@case '$?' in \
387	  *config.status*) \
388	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389	  *) \
390	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
392	esac;
393
394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
397$(top_srcdir)/configure:  $(am__configure_deps)
398	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401$(am__aclocal_m4_deps):
402
403mostlyclean-libtool:
404	-rm -f *.lo
405
406clean-libtool:
407	-rm -rf .libs _libs
408install-libmanDATA: $(libman_DATA)
409	@$(NORMAL_INSTALL)
410	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
411	if test -n "$$list"; then \
412	  echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \
413	  $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \
414	fi; \
415	for p in $$list; do \
416	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
417	  echo "$$d$$p"; \
418	done | $(am__base_list) | \
419	while read files; do \
420	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
421	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
422	done
423
424uninstall-libmanDATA:
425	@$(NORMAL_UNINSTALL)
426	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
427	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
428	dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir)
429tags TAGS:
430
431ctags CTAGS:
432
433cscope cscopelist:
434
435
436distdir: $(DISTFILES)
437	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439	list='$(DISTFILES)'; \
440	  dist_files=`for file in $$list; do echo $$file; done | \
441	  sed -e "s|^$$srcdirstrip/||;t" \
442	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
443	case $$dist_files in \
444	  */*) $(MKDIR_P) `echo "$$dist_files" | \
445			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
446			   sort -u` ;; \
447	esac; \
448	for file in $$dist_files; do \
449	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450	  if test -d $$d/$$file; then \
451	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452	    if test -d "$(distdir)/$$file"; then \
453	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454	    fi; \
455	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
457	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458	    fi; \
459	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
460	  else \
461	    test -f "$(distdir)/$$file" \
462	    || cp -p $$d/$$file "$(distdir)/$$file" \
463	    || exit 1; \
464	  fi; \
465	done
466check-am: all-am
467check: check-am
468all-am: Makefile $(DATA)
469installdirs:
470	for dir in "$(DESTDIR)$(libmandir)"; do \
471	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
472	done
473install: install-am
474install-exec: install-exec-am
475install-data: install-data-am
476uninstall: uninstall-am
477
478install-am: all-am
479	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
480
481installcheck: installcheck-am
482install-strip:
483	if test -z '$(STRIP)'; then \
484	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
485	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
486	      install; \
487	else \
488	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
491	fi
492mostlyclean-generic:
493
494clean-generic:
495	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
496
497distclean-generic:
498	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
499	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
500
501maintainer-clean-generic:
502	@echo "This command is intended for maintainers to use"
503	@echo "it deletes files that may require special tools to rebuild."
504clean: clean-am
505
506clean-am: clean-generic clean-libtool mostlyclean-am
507
508distclean: distclean-am
509	-rm -f Makefile
510distclean-am: clean-am distclean-generic
511
512dvi: dvi-am
513
514dvi-am:
515
516html: html-am
517
518html-am:
519
520info: info-am
521
522info-am:
523
524install-data-am: install-libmanDATA
525
526install-dvi: install-dvi-am
527
528install-dvi-am:
529
530install-exec-am:
531
532install-html: install-html-am
533
534install-html-am:
535
536install-info: install-info-am
537
538install-info-am:
539
540install-man:
541
542install-pdf: install-pdf-am
543
544install-pdf-am:
545
546install-ps: install-ps-am
547
548install-ps-am:
549
550installcheck-am:
551
552maintainer-clean: maintainer-clean-am
553	-rm -f Makefile
554maintainer-clean-am: distclean-am maintainer-clean-generic
555
556mostlyclean: mostlyclean-am
557
558mostlyclean-am: mostlyclean-generic mostlyclean-libtool
559
560pdf: pdf-am
561
562pdf-am:
563
564ps: ps-am
565
566ps-am:
567
568uninstall-am: uninstall-libmanDATA
569
570.MAKE: install-am install-strip
571
572.PHONY: all all-am check check-am clean clean-generic clean-libtool \
573	cscopelist-am ctags-am distclean distclean-generic \
574	distclean-libtool distdir dvi dvi-am html html-am info info-am \
575	install install-am install-data install-data-am install-dvi \
576	install-dvi-am install-exec install-exec-am install-html \
577	install-html-am install-info install-info-am \
578	install-libmanDATA install-man install-pdf install-pdf-am \
579	install-ps install-ps-am install-strip installcheck \
580	installcheck-am installdirs maintainer-clean \
581	maintainer-clean-generic mostlyclean mostlyclean-generic \
582	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
583	uninstall-am uninstall-libmanDATA
584
585
586# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
587.man.$(LIB_MAN_SUFFIX):
588	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
589
590# Tell versions [3.59,3.63) of GNU make to not export all variables.
591# Otherwise a system limit (for SysV at least) may be exceeded.
592.NOEXPORT:
593