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