Makefile.in revision e47418d9
1# Makefile.in generated by automake 1.11 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 Sun Microsystems, Inc.  All rights reserved.
20# 
21# Permission to use, copy, modify, distribute, and sell this software and its
22# documentation for any purpose is hereby granted without fee, provided that
23# the above copyright notice appear in all copies and that both that
24# copyright notice and this permission notice appear in supporting
25# documentation.
26# 
27# The above copyright notice and this permission notice shall be included
28# in all copies or substantial portions of the Software.
29# 
30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
31# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
34# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
35# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
36# OTHER DEALINGS IN THE SOFTWARE.
37# 
38# Except as contained in this notice, the name of the copyright holders shall
39# not be used in advertising or otherwise to promote the sale, use or
40# other dealings in this Software without prior written authorization
41# from the copyright holders.
42# 
43
44VPATH = @srcdir@
45pkgdatadir = $(datadir)/@PACKAGE@
46pkgincludedir = $(includedir)/@PACKAGE@
47pkglibdir = $(libdir)/@PACKAGE@
48pkglibexecdir = $(libexecdir)/@PACKAGE@
49am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_HEADER = $(INSTALL_DATA)
54transform = $(program_transform_name)
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_triplet = @build@
62host_triplet = @host@
63subdir = man
64DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66am__aclocal_m4_deps = $(top_srcdir)/configure.ac
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68	$(ACLOCAL_M4)
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = $(top_builddir)/config.h
71CONFIG_CLEAN_FILES =
72CONFIG_CLEAN_VPATH_FILES =
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 = f=`echo $$p | sed -e 's|^.*/||'`;
81am__install_max = 40
82am__nobase_strip_setup = \
83  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
84am__nobase_strip = \
85  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
86am__nobase_list = $(am__nobase_strip_setup); \
87  for p in $$list; do echo "$$p $$p"; done | \
88  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
89  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
90    if (++n[$$2] == $(am__install_max)) \
91      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92    END { for (dir in files) print dir, files[dir] }'
93am__base_list = \
94  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
95  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
96am__installdirs = "$(DESTDIR)$(drivermandir)"
97DATA = $(driverman_DATA)
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99ACLOCAL = @ACLOCAL@
100ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
101ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
102AMTAR = @AMTAR@
103APP_MAN_DIR = @APP_MAN_DIR@
104APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
105AR = @AR@
106AUTOCONF = @AUTOCONF@
107AUTOHEADER = @AUTOHEADER@
108AUTOMAKE = @AUTOMAKE@
109AWK = @AWK@
110CC = @CC@
111CCDEPMODE = @CCDEPMODE@
112CFLAGS = @CFLAGS@
113CPP = @CPP@
114CPPFLAGS = @CPPFLAGS@
115CXX = @CXX@
116CXXCPP = @CXXCPP@
117CXXDEPMODE = @CXXDEPMODE@
118CXXFLAGS = @CXXFLAGS@
119CYGPATH_W = @CYGPATH_W@
120DEFS = @DEFS@
121DEPDIR = @DEPDIR@
122DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
123DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
124DRIVER_NAME = @DRIVER_NAME@
125DRI_CFLAGS = @DRI_CFLAGS@
126DRI_LIBS = @DRI_LIBS@
127DSYMUTIL = @DSYMUTIL@
128ECHO = @ECHO@
129ECHO_C = @ECHO_C@
130ECHO_N = @ECHO_N@
131ECHO_T = @ECHO_T@
132EGREP = @EGREP@
133EXEEXT = @EXEEXT@
134F77 = @F77@
135FFLAGS = @FFLAGS@
136FILE_MAN_DIR = @FILE_MAN_DIR@
137FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
138GREP = @GREP@
139INSTALL = @INSTALL@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LDFLAGS = @LDFLAGS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIBTOOL = @LIBTOOL@
148LIB_MAN_DIR = @LIB_MAN_DIR@
149LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
150LINUXDOC = @LINUXDOC@
151LN_S = @LN_S@
152LTLIBOBJS = @LTLIBOBJS@
153MAINT = @MAINT@
154MAKEINFO = @MAKEINFO@
155MAKE_HTML = @MAKE_HTML@
156MAKE_PDF = @MAKE_PDF@
157MAKE_PS = @MAKE_PS@
158MAKE_TEXT = @MAKE_TEXT@
159MISC_MAN_DIR = @MISC_MAN_DIR@
160MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
161MKDIR_P = @MKDIR_P@
162NMEDIT = @NMEDIT@
163OBJEXT = @OBJEXT@
164PACKAGE = @PACKAGE@
165PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166PACKAGE_NAME = @PACKAGE_NAME@
167PACKAGE_STRING = @PACKAGE_STRING@
168PACKAGE_TARNAME = @PACKAGE_TARNAME@
169PACKAGE_VERSION = @PACKAGE_VERSION@
170PATH_SEPARATOR = @PATH_SEPARATOR@
171PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
172PCIACCESS_LIBS = @PCIACCESS_LIBS@
173PKG_CONFIG = @PKG_CONFIG@
174PS2PDF = @PS2PDF@
175RANLIB = @RANLIB@
176RAWCPP = @RAWCPP@
177RAWCPPFLAGS = @RAWCPPFLAGS@
178SED = sed
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181STRIP = @STRIP@
182VERSION = @VERSION@
183XEXT_CFLAGS = @XEXT_CFLAGS@
184XEXT_LIBS = @XEXT_LIBS@
185XORG_CFLAGS = @XORG_CFLAGS@
186XORG_LIBS = @XORG_LIBS@
187abs_builddir = @abs_builddir@
188abs_srcdir = @abs_srcdir@
189abs_top_builddir = @abs_top_builddir@
190abs_top_srcdir = @abs_top_srcdir@
191ac_ct_CC = @ac_ct_CC@
192ac_ct_CXX = @ac_ct_CXX@
193ac_ct_F77 = @ac_ct_F77@
194am__include = @am__include@
195am__leading_dot = @am__leading_dot@
196am__quote = @am__quote@
197am__tar = @am__tar@
198am__untar = @am__untar@
199bindir = @bindir@
200build = @build@
201build_alias = @build_alias@
202build_cpu = @build_cpu@
203build_os = @build_os@
204build_vendor = @build_vendor@
205builddir = @builddir@
206datadir = @datadir@
207datarootdir = @datarootdir@
208docdir = @docdir@
209dvidir = @dvidir@
210exec_prefix = @exec_prefix@
211host = @host@
212host_alias = @host_alias@
213host_cpu = @host_cpu@
214host_os = @host_os@
215host_vendor = @host_vendor@
216htmldir = @htmldir@
217includedir = @includedir@
218infodir = @infodir@
219install_sh = @install_sh@
220libdir = @libdir@
221libexecdir = @libexecdir@
222localedir = @localedir@
223localstatedir = @localstatedir@
224mandir = @mandir@
225mkdir_p = @mkdir_p@
226moduledir = @moduledir@
227oldincludedir = @oldincludedir@
228pdfdir = @pdfdir@
229prefix = @prefix@
230program_transform_name = @program_transform_name@
231psdir = @psdir@
232sbindir = @sbindir@
233sharedstatedir = @sharedstatedir@
234srcdir = @srcdir@
235sysconfdir = @sysconfdir@
236target_alias = @target_alias@
237top_build_prefix = @top_build_prefix@
238top_builddir = @top_builddir@
239top_srcdir = @top_srcdir@
240drivermandir = $(DRIVER_MAN_DIR)
241driverman_PRE = @DRIVER_NAME@.man
242driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
243EXTRA_DIST = @DRIVER_NAME@.man
244CLEANFILES = $(driverman_DATA)
245
246# Strings to replace in man pages
247XORGRELSTRING = @PACKAGE_STRING@
248XORGMANNAME = X Version 11
249MANDEFS = \
250	-D__vendorversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\"" \
251	-D__appmansuffix__=$(APP_MAN_SUFFIX) \
252	-D__filemansuffix__=$(FILE_MAN_SUFFIX) \
253	-D__libmansuffix__=$(LIB_MAN_SUFFIX) \
254	-D__miscmansuffix__=$(MISC_MAN_SUFFIX) \
255	-D__drivermansuffix__=$(DRIVER_MAN_SUFFIX) \
256	-D__adminmansuffix__=$(ADMIN_MAN_SUFFIX) \
257	-D__xconfigfile__=xorg.conf \
258	-D__xservername__=Xorg
259
260
261# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM
262# to cpp, because that trick does not work on all ANSI C preprocessors.
263# Delete line numbers from the cpp output (-P is not portable, I guess).
264# Allow XCOMM to be preceded by whitespace and provide a means of generating
265# output lines with trailing backslashes.
266# Allow XHASH to always be substituted, even in cases where XCOMM isn't.
267CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
268                       -e '/^\#line  *[0-9][0-9]*  *.*$$/d' \
269                       -e '/^[         ]*XCOMM$$/s/XCOMM/\#/' \
270                       -e '/^[         ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
271                       -e '/^[         ]*XHASH/s/XHASH/\#/' \
272                       -e '/\@\@$$/s/\@\@$$/\\/'
273
274SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
275all: all-am
276
277.SUFFIXES:
278.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
279$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
280	@for dep in $?; do \
281	  case '$(am__configure_deps)' in \
282	    *$$dep*) \
283	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284	        && { if test -f $@; then exit 0; else break; fi; }; \
285	      exit 1;; \
286	  esac; \
287	done; \
288	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
289	$(am__cd) $(top_srcdir) && \
290	  $(AUTOMAKE) --foreign man/Makefile
291.PRECIOUS: Makefile
292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293	@case '$?' in \
294	  *config.status*) \
295	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296	  *) \
297	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299	esac;
300
301$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
305	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
307	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308$(am__aclocal_m4_deps):
309
310mostlyclean-libtool:
311	-rm -f *.lo
312
313clean-libtool:
314	-rm -rf .libs _libs
315install-drivermanDATA: $(driverman_DATA)
316	@$(NORMAL_INSTALL)
317	test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)"
318	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
319	for p in $$list; do \
320	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
321	  echo "$$d$$p"; \
322	done | $(am__base_list) | \
323	while read files; do \
324	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
325	  $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
326	done
327
328uninstall-drivermanDATA:
329	@$(NORMAL_UNINSTALL)
330	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
331	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
332	test -n "$$files" || exit 0; \
333	echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \
334	cd "$(DESTDIR)$(drivermandir)" && rm -f $$files
335tags: TAGS
336TAGS:
337
338ctags: CTAGS
339CTAGS:
340
341
342distdir: $(DISTFILES)
343	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
345	list='$(DISTFILES)'; \
346	  dist_files=`for file in $$list; do echo $$file; done | \
347	  sed -e "s|^$$srcdirstrip/||;t" \
348	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
349	case $$dist_files in \
350	  */*) $(MKDIR_P) `echo "$$dist_files" | \
351			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
352			   sort -u` ;; \
353	esac; \
354	for file in $$dist_files; do \
355	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356	  if test -d $$d/$$file; then \
357	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
358	    if test -d "$(distdir)/$$file"; then \
359	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
360	    fi; \
361	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
363	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
364	    fi; \
365	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
366	  else \
367	    test -f "$(distdir)/$$file" \
368	    || cp -p $$d/$$file "$(distdir)/$$file" \
369	    || exit 1; \
370	  fi; \
371	done
372check-am: all-am
373check: check-am
374all-am: Makefile $(DATA)
375installdirs:
376	for dir in "$(DESTDIR)$(drivermandir)"; do \
377	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
378	done
379install: install-am
380install-exec: install-exec-am
381install-data: install-data-am
382uninstall: uninstall-am
383
384install-am: all-am
385	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
386
387installcheck: installcheck-am
388install-strip:
389	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391	  `test -z '$(STRIP)' || \
392	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
393mostlyclean-generic:
394
395clean-generic:
396	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
397
398distclean-generic:
399	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
400	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
401
402maintainer-clean-generic:
403	@echo "This command is intended for maintainers to use"
404	@echo "it deletes files that may require special tools to rebuild."
405clean: clean-am
406
407clean-am: clean-generic clean-libtool mostlyclean-am
408
409distclean: distclean-am
410	-rm -f Makefile
411distclean-am: clean-am distclean-generic
412
413dvi: dvi-am
414
415dvi-am:
416
417html: html-am
418
419html-am:
420
421info: info-am
422
423info-am:
424
425install-data-am: install-drivermanDATA
426
427install-dvi: install-dvi-am
428
429install-dvi-am:
430
431install-exec-am:
432
433install-html: install-html-am
434
435install-html-am:
436
437install-info: install-info-am
438
439install-info-am:
440
441install-man:
442
443install-pdf: install-pdf-am
444
445install-pdf-am:
446
447install-ps: install-ps-am
448
449install-ps-am:
450
451installcheck-am:
452
453maintainer-clean: maintainer-clean-am
454	-rm -f Makefile
455maintainer-clean-am: distclean-am maintainer-clean-generic
456
457mostlyclean: mostlyclean-am
458
459mostlyclean-am: mostlyclean-generic mostlyclean-libtool
460
461pdf: pdf-am
462
463pdf-am:
464
465ps: ps-am
466
467ps-am:
468
469uninstall-am: uninstall-drivermanDATA
470
471.MAKE: install-am install-strip
472
473.PHONY: all all-am check check-am clean clean-generic clean-libtool \
474	distclean distclean-generic distclean-libtool distdir dvi \
475	dvi-am html html-am info info-am install install-am \
476	install-data install-data-am install-drivermanDATA install-dvi \
477	install-dvi-am install-exec install-exec-am install-html \
478	install-html-am install-info install-info-am install-man \
479	install-pdf install-pdf-am install-ps install-ps-am \
480	install-strip installcheck installcheck-am installdirs \
481	maintainer-clean maintainer-clean-generic mostlyclean \
482	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
483	uninstall uninstall-am uninstall-drivermanDATA
484
485
486.man.$(DRIVER_MAN_SUFFIX):
487	$(RAWCPP) $(RAWCPPFLAGS) $(MANDEFS) $(EXTRAMANDEFS) < $< | $(CPP_SED_MAGIC) > $@
488
489# Tell versions [3.59,3.63) of GNU make to not export all variables.
490# Otherwise a system limit (for SysV at least) may be exceeded.
491.NOEXPORT:
492