Makefile.in revision 421c997b
1# Makefile.in generated by automake 1.11.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, 2009, 2010, 2011 Free Software
6# Foundation, 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 (c) 2005, Oracle and/or its affiliates. All rights reserved.
20#
21# Permission is hereby granted, free of charge, to any person obtaining a
22# copy of this software and associated documentation files (the "Software"),
23# to deal in the Software without restriction, including without limitation
24# the rights to use, copy, modify, merge, publish, distribute, sublicense,
25# and/or sell copies of the Software, and to permit persons to whom the
26# Software is furnished to do so, subject to the following conditions:
27#
28# The above copyright notice and this permission notice (including the next
29# paragraph) shall be included in all copies or substantial portions of the
30# Software.
31#
32# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
35# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38# DEALINGS IN THE SOFTWARE.
39#
40
41VPATH = @srcdir@
42pkgdatadir = $(datadir)/@PACKAGE@
43pkgincludedir = $(includedir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkglibexecdir = $(libexecdir)/@PACKAGE@
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47install_sh_DATA = $(install_sh) -c -m 644
48install_sh_PROGRAM = $(install_sh) -c
49install_sh_SCRIPT = $(install_sh) -c
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = $(program_transform_name)
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_triplet = @build@
59host_triplet = @host@
60subdir = man
61DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
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)
66mkinstalldirs = $(install_sh) -d
67CONFIG_HEADER = $(top_builddir)/config.h
68CONFIG_CLEAN_FILES =
69CONFIG_CLEAN_VPATH_FILES =
70AM_V_GEN = $(am__v_GEN_$(V))
71am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
72am__v_GEN_0 = @echo "  GEN   " $@;
73AM_V_at = $(am__v_at_$(V))
74am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
75am__v_at_0 = @
76SOURCES =
77DIST_SOURCES =
78am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79am__vpath_adj = case $$p in \
80    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81    *) f=$$p;; \
82  esac;
83am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84am__install_max = 40
85am__nobase_strip_setup = \
86  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87am__nobase_strip = \
88  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89am__nobase_list = $(am__nobase_strip_setup); \
90  for p in $$list; do echo "$$p $$p"; done | \
91  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93    if (++n[$$2] == $(am__install_max)) \
94      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95    END { for (dir in files) print dir, files[dir] }'
96am__base_list = \
97  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99am__uninstall_files_from_dir = { \
100  test -z "$$files" \
101    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
102    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
103         $(am__cd) "$$dir" && rm -f $$files; }; \
104  }
105am__installdirs = "$(DESTDIR)$(libmandir)"
106DATA = $(libman_DATA)
107DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108ACLOCAL = @ACLOCAL@
109ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
110ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
111AMTAR = @AMTAR@
112AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113APP_MAN_DIR = @APP_MAN_DIR@
114APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
115AR = @AR@
116AUTOCONF = @AUTOCONF@
117AUTOHEADER = @AUTOHEADER@
118AUTOMAKE = @AUTOMAKE@
119AWK = @AWK@
120BASE_CFLAGS = @BASE_CFLAGS@
121CC = @CC@
122CCDEPMODE = @CCDEPMODE@
123CFLAGS = @CFLAGS@
124CHANGELOG_CMD = @CHANGELOG_CMD@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CWARNFLAGS = @CWARNFLAGS@
128CYGPATH_W = @CYGPATH_W@
129DEFS = @DEFS@
130DEPDIR = @DEPDIR@
131DLLTOOL = @DLLTOOL@
132DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
133DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
134DSYMUTIL = @DSYMUTIL@
135DUMPBIN = @DUMPBIN@
136ECHO_C = @ECHO_C@
137ECHO_N = @ECHO_N@
138ECHO_T = @ECHO_T@
139EGREP = @EGREP@
140EXEEXT = @EXEEXT@
141FGREP = @FGREP@
142FILE_MAN_DIR = @FILE_MAN_DIR@
143FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
144FOP = @FOP@
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@
152LD = @LD@
153LDFLAGS = @LDFLAGS@
154LIBEXT = @LIBEXT@
155LIBOBJS = @LIBOBJS@
156LIBS = @LIBS@
157LIBTOOL = @LIBTOOL@
158LIB_MAN_DIR = @LIB_MAN_DIR@
159LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
160LIPO = @LIPO@
161LN_S = @LN_S@
162LTLIBOBJS = @LTLIBOBJS@
163MAINT = @MAINT@
164MAKEINFO = @MAKEINFO@
165MANIFEST_TOOL = @MANIFEST_TOOL@
166
167# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
168MAN_SUBSTS = @MAN_SUBSTS@ -e 's|__docdir__|$(docdir)|g'
169MISC_MAN_DIR = @MISC_MAN_DIR@
170MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
171MKDIR_P = @MKDIR_P@
172NM = @NM@
173NMEDIT = @NMEDIT@
174OBJDUMP = @OBJDUMP@
175OBJEXT = @OBJEXT@
176OTOOL = @OTOOL@
177OTOOL64 = @OTOOL64@
178PACKAGE = @PACKAGE@
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_URL = @PACKAGE_URL@
184PACKAGE_VERSION = @PACKAGE_VERSION@
185PATH_SEPARATOR = @PATH_SEPARATOR@
186PKG_CONFIG = @PKG_CONFIG@
187RANLIB = @RANLIB@
188SED = @SED@
189SET_MAKE = @SET_MAKE@
190SHELL = @SHELL@
191STRICT_CFLAGS = @STRICT_CFLAGS@
192STRIP = @STRIP@
193STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
194VERSION = @VERSION@
195XAW6_CFLAGS = @XAW6_CFLAGS@
196XAW6_LIBS = @XAW6_LIBS@
197XAW7_CFLAGS = @XAW7_CFLAGS@
198XAW7_LIBS = @XAW7_LIBS@
199XMLTO = @XMLTO@
200XORG_MAN_PAGE = @XORG_MAN_PAGE@
201XORG_SGML_PATH = @XORG_SGML_PATH@
202XSLTPROC = @XSLTPROC@
203XSL_STYLESHEET = @XSL_STYLESHEET@
204abs_builddir = @abs_builddir@
205abs_srcdir = @abs_srcdir@
206abs_top_builddir = @abs_top_builddir@
207abs_top_srcdir = @abs_top_srcdir@
208ac_ct_AR = @ac_ct_AR@
209ac_ct_CC = @ac_ct_CC@
210ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build = @build@
218build_alias = @build_alias@
219build_cpu = @build_cpu@
220build_os = @build_os@
221build_vendor = @build_vendor@
222builddir = @builddir@
223datadir = @datadir@
224datarootdir = @datarootdir@
225docdir = @docdir@
226dvidir = @dvidir@
227exec_prefix = @exec_prefix@
228host = @host@
229host_alias = @host_alias@
230host_cpu = @host_cpu@
231host_os = @host_os@
232host_vendor = @host_vendor@
233htmldir = @htmldir@
234includedir = @includedir@
235infodir = @infodir@
236install_sh = @install_sh@
237libdir = @libdir@
238libexecdir = @libexecdir@
239localedir = @localedir@
240localstatedir = @localstatedir@
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@
256libmandir = $(LIB_MAN_DIR)
257libman_PRE = Xaw.man
258libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
259EXTRA_DIST = $(libman_PRE)
260CLEANFILES = $(libman_DATA)
261SUFFIXES = .$(LIB_MAN_SUFFIX) .man
262all: all-am
263
264.SUFFIXES:
265.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
266$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
267	@for dep in $?; do \
268	  case '$(am__configure_deps)' in \
269	    *$$dep*) \
270	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
271	        && { if test -f $@; then exit 0; else break; fi; }; \
272	      exit 1;; \
273	  esac; \
274	done; \
275	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
276	$(am__cd) $(top_srcdir) && \
277	  $(AUTOMAKE) --foreign man/Makefile
278.PRECIOUS: Makefile
279Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280	@case '$?' in \
281	  *config.status*) \
282	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
283	  *) \
284	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
285	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
286	esac;
287
288$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
289	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
291$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
292	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
294	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295$(am__aclocal_m4_deps):
296
297mostlyclean-libtool:
298	-rm -f *.lo
299
300clean-libtool:
301	-rm -rf .libs _libs
302install-libmanDATA: $(libman_DATA)
303	@$(NORMAL_INSTALL)
304	test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)"
305	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
306	for p in $$list; do \
307	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
308	  echo "$$d$$p"; \
309	done | $(am__base_list) | \
310	while read files; do \
311	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
312	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
313	done
314
315uninstall-libmanDATA:
316	@$(NORMAL_UNINSTALL)
317	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
318	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
319	dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir)
320tags: TAGS
321TAGS:
322
323ctags: CTAGS
324CTAGS:
325
326
327distdir: $(DISTFILES)
328	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330	list='$(DISTFILES)'; \
331	  dist_files=`for file in $$list; do echo $$file; done | \
332	  sed -e "s|^$$srcdirstrip/||;t" \
333	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
334	case $$dist_files in \
335	  */*) $(MKDIR_P) `echo "$$dist_files" | \
336			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
337			   sort -u` ;; \
338	esac; \
339	for file in $$dist_files; do \
340	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341	  if test -d $$d/$$file; then \
342	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
343	    if test -d "$(distdir)/$$file"; then \
344	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345	    fi; \
346	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
347	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
348	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349	    fi; \
350	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
351	  else \
352	    test -f "$(distdir)/$$file" \
353	    || cp -p $$d/$$file "$(distdir)/$$file" \
354	    || exit 1; \
355	  fi; \
356	done
357check-am: all-am
358check: check-am
359all-am: Makefile $(DATA)
360installdirs:
361	for dir in "$(DESTDIR)$(libmandir)"; do \
362	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
363	done
364install: install-am
365install-exec: install-exec-am
366install-data: install-data-am
367uninstall: uninstall-am
368
369install-am: all-am
370	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
371
372installcheck: installcheck-am
373install-strip:
374	if test -z '$(STRIP)'; then \
375	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377	      install; \
378	else \
379	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
382	fi
383mostlyclean-generic:
384
385clean-generic:
386	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
387
388distclean-generic:
389	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
390	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
391
392maintainer-clean-generic:
393	@echo "This command is intended for maintainers to use"
394	@echo "it deletes files that may require special tools to rebuild."
395clean: clean-am
396
397clean-am: clean-generic clean-libtool mostlyclean-am
398
399distclean: distclean-am
400	-rm -f Makefile
401distclean-am: clean-am distclean-generic
402
403dvi: dvi-am
404
405dvi-am:
406
407html: html-am
408
409html-am:
410
411info: info-am
412
413info-am:
414
415install-data-am: install-libmanDATA
416
417install-dvi: install-dvi-am
418
419install-dvi-am:
420
421install-exec-am:
422
423install-html: install-html-am
424
425install-html-am:
426
427install-info: install-info-am
428
429install-info-am:
430
431install-man:
432
433install-pdf: install-pdf-am
434
435install-pdf-am:
436
437install-ps: install-ps-am
438
439install-ps-am:
440
441installcheck-am:
442
443maintainer-clean: maintainer-clean-am
444	-rm -f Makefile
445maintainer-clean-am: distclean-am maintainer-clean-generic
446
447mostlyclean: mostlyclean-am
448
449mostlyclean-am: mostlyclean-generic mostlyclean-libtool
450
451pdf: pdf-am
452
453pdf-am:
454
455ps: ps-am
456
457ps-am:
458
459uninstall-am: uninstall-libmanDATA
460
461.MAKE: install-am install-strip
462
463.PHONY: all all-am check check-am clean clean-generic clean-libtool \
464	distclean distclean-generic distclean-libtool distdir dvi \
465	dvi-am html html-am info info-am install install-am \
466	install-data install-data-am install-dvi install-dvi-am \
467	install-exec install-exec-am install-html install-html-am \
468	install-info install-info-am install-libmanDATA install-man \
469	install-pdf install-pdf-am install-ps install-ps-am \
470	install-strip installcheck installcheck-am installdirs \
471	maintainer-clean maintainer-clean-generic mostlyclean \
472	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
473	uninstall uninstall-am uninstall-libmanDATA
474
475
476.man.$(LIB_MAN_SUFFIX):
477	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
478
479# Tell versions [3.59,3.63) of GNU make to not export all variables.
480# Otherwise a system limit (for SysV at least) may be exceeded.
481.NOEXPORT:
482