Makefile.in revision 19019ffe
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@
113CHANGELOG_CMD = @CHANGELOG_CMD@
114CPP = @CPP@
115CPPFLAGS = @CPPFLAGS@
116CXX = @CXX@
117CXXCPP = @CXXCPP@
118CXXDEPMODE = @CXXDEPMODE@
119CXXFLAGS = @CXXFLAGS@
120CYGPATH_W = @CYGPATH_W@
121DEFS = @DEFS@
122DEPDIR = @DEPDIR@
123DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
124DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
125DRIVER_NAME = @DRIVER_NAME@
126DRI_CFLAGS = @DRI_CFLAGS@
127DRI_LIBS = @DRI_LIBS@
128DSYMUTIL = @DSYMUTIL@
129ECHO = @ECHO@
130ECHO_C = @ECHO_C@
131ECHO_N = @ECHO_N@
132ECHO_T = @ECHO_T@
133EGREP = @EGREP@
134EXEEXT = @EXEEXT@
135F77 = @F77@
136FFLAGS = @FFLAGS@
137FILE_MAN_DIR = @FILE_MAN_DIR@
138FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
139GREP = @GREP@
140INSTALL = @INSTALL@
141INSTALL_DATA = @INSTALL_DATA@
142INSTALL_PROGRAM = @INSTALL_PROGRAM@
143INSTALL_SCRIPT = @INSTALL_SCRIPT@
144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145LDFLAGS = @LDFLAGS@
146LIBOBJS = @LIBOBJS@
147LIBS = @LIBS@
148LIBTOOL = @LIBTOOL@
149LIB_MAN_DIR = @LIB_MAN_DIR@
150LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
151LINUXDOC = @LINUXDOC@
152LN_S = @LN_S@
153LTLIBOBJS = @LTLIBOBJS@
154MAINT = @MAINT@
155MAKEINFO = @MAKEINFO@
156MAKE_HTML = @MAKE_HTML@
157MAKE_PDF = @MAKE_PDF@
158MAKE_PS = @MAKE_PS@
159MAKE_TEXT = @MAKE_TEXT@
160MISC_MAN_DIR = @MISC_MAN_DIR@
161MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
162MKDIR_P = @MKDIR_P@
163NMEDIT = @NMEDIT@
164OBJEXT = @OBJEXT@
165PACKAGE = @PACKAGE@
166PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167PACKAGE_NAME = @PACKAGE_NAME@
168PACKAGE_STRING = @PACKAGE_STRING@
169PACKAGE_TARNAME = @PACKAGE_TARNAME@
170PACKAGE_VERSION = @PACKAGE_VERSION@
171PATH_SEPARATOR = @PATH_SEPARATOR@
172PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
173PCIACCESS_LIBS = @PCIACCESS_LIBS@
174PKG_CONFIG = @PKG_CONFIG@
175PS2PDF = @PS2PDF@
176RANLIB = @RANLIB@
177SED = sed
178SET_MAKE = @SET_MAKE@
179SHELL = @SHELL@
180STRIP = @STRIP@
181VERSION = @VERSION@
182XEXT_CFLAGS = @XEXT_CFLAGS@
183XEXT_LIBS = @XEXT_LIBS@
184XORG_CFLAGS = @XORG_CFLAGS@
185XORG_LIBS = @XORG_LIBS@
186abs_builddir = @abs_builddir@
187abs_srcdir = @abs_srcdir@
188abs_top_builddir = @abs_top_builddir@
189abs_top_srcdir = @abs_top_srcdir@
190ac_ct_CC = @ac_ct_CC@
191ac_ct_CXX = @ac_ct_CXX@
192ac_ct_F77 = @ac_ct_F77@
193am__include = @am__include@
194am__leading_dot = @am__leading_dot@
195am__quote = @am__quote@
196am__tar = @am__tar@
197am__untar = @am__untar@
198bindir = @bindir@
199build = @build@
200build_alias = @build_alias@
201build_cpu = @build_cpu@
202build_os = @build_os@
203build_vendor = @build_vendor@
204builddir = @builddir@
205datadir = @datadir@
206datarootdir = @datarootdir@
207distcleancheck_listfiles = @distcleancheck_listfiles@
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 = r128.man
242driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
243EXTRA_DIST = r128.man
244CLEANFILES = $(driverman_DATA)
245
246# Strings to replace in man pages
247XORGRELSTRING = @PACKAGE_STRING@
248XORGMANNAME = X Version 11
249MAN_SUBSTS = \
250	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
251	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
252	-e 's|__xservername__|Xorg|g' \
253	-e 's|__xconfigfile__|xorg.conf|g' \
254	-e 's|__projectroot__|$(prefix)|g' \
255	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
256	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
257	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
258	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
259	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
260
261SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
262all: all-am
263
264.SUFFIXES:
265.SUFFIXES: .$(DRIVER_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-drivermanDATA: $(driverman_DATA)
303	@$(NORMAL_INSTALL)
304	test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)"
305	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || 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)$(drivermandir)'"; \
312	  $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
313	done
314
315uninstall-drivermanDATA:
316	@$(NORMAL_UNINSTALL)
317	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
318	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
319	test -n "$$files" || exit 0; \
320	echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \
321	cd "$(DESTDIR)$(drivermandir)" && rm -f $$files
322tags: TAGS
323TAGS:
324
325ctags: CTAGS
326CTAGS:
327
328
329distdir: $(DISTFILES)
330	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
331	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
332	list='$(DISTFILES)'; \
333	  dist_files=`for file in $$list; do echo $$file; done | \
334	  sed -e "s|^$$srcdirstrip/||;t" \
335	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
336	case $$dist_files in \
337	  */*) $(MKDIR_P) `echo "$$dist_files" | \
338			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
339			   sort -u` ;; \
340	esac; \
341	for file in $$dist_files; do \
342	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
343	  if test -d $$d/$$file; then \
344	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
345	    if test -d "$(distdir)/$$file"; then \
346	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
347	    fi; \
348	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
349	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
350	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
351	    fi; \
352	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
353	  else \
354	    test -f "$(distdir)/$$file" \
355	    || cp -p $$d/$$file "$(distdir)/$$file" \
356	    || exit 1; \
357	  fi; \
358	done
359check-am: all-am
360check: check-am
361all-am: Makefile $(DATA)
362installdirs:
363	for dir in "$(DESTDIR)$(drivermandir)"; do \
364	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
365	done
366install: install-am
367install-exec: install-exec-am
368install-data: install-data-am
369uninstall: uninstall-am
370
371install-am: all-am
372	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373
374installcheck: installcheck-am
375install-strip:
376	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378	  `test -z '$(STRIP)' || \
379	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
380mostlyclean-generic:
381
382clean-generic:
383	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
384
385distclean-generic:
386	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
388
389maintainer-clean-generic:
390	@echo "This command is intended for maintainers to use"
391	@echo "it deletes files that may require special tools to rebuild."
392clean: clean-am
393
394clean-am: clean-generic clean-libtool mostlyclean-am
395
396distclean: distclean-am
397	-rm -f Makefile
398distclean-am: clean-am distclean-generic
399
400dvi: dvi-am
401
402dvi-am:
403
404html: html-am
405
406html-am:
407
408info: info-am
409
410info-am:
411
412install-data-am: install-drivermanDATA
413
414install-dvi: install-dvi-am
415
416install-dvi-am:
417
418install-exec-am:
419
420install-html: install-html-am
421
422install-html-am:
423
424install-info: install-info-am
425
426install-info-am:
427
428install-man:
429
430install-pdf: install-pdf-am
431
432install-pdf-am:
433
434install-ps: install-ps-am
435
436install-ps-am:
437
438installcheck-am:
439
440maintainer-clean: maintainer-clean-am
441	-rm -f Makefile
442maintainer-clean-am: distclean-am maintainer-clean-generic
443
444mostlyclean: mostlyclean-am
445
446mostlyclean-am: mostlyclean-generic mostlyclean-libtool
447
448pdf: pdf-am
449
450pdf-am:
451
452ps: ps-am
453
454ps-am:
455
456uninstall-am: uninstall-drivermanDATA
457
458.MAKE: install-am install-strip
459
460.PHONY: all all-am check check-am clean clean-generic clean-libtool \
461	distclean distclean-generic distclean-libtool distdir dvi \
462	dvi-am html html-am info info-am install install-am \
463	install-data install-data-am install-drivermanDATA install-dvi \
464	install-dvi-am install-exec install-exec-am install-html \
465	install-html-am install-info install-info-am install-man \
466	install-pdf install-pdf-am install-ps install-ps-am \
467	install-strip installcheck installcheck-am installdirs \
468	maintainer-clean maintainer-clean-generic mostlyclean \
469	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
470	uninstall uninstall-am uninstall-drivermanDATA
471
472
473.man.$(DRIVER_MAN_SUFFIX):
474	sed $(MAN_SUBSTS) < $< > $@
475
476# Tell versions [3.59,3.63) of GNU make to not export all variables.
477# Otherwise a system limit (for SysV at least) may be exceeded.
478.NOEXPORT:
479