Makefile.in revision a31a186a
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 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__installdirs = "$(DESTDIR)$(drivermandir)"
100DATA = $(driverman_DATA)
101DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102ACLOCAL = @ACLOCAL@
103ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
104ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
105AMTAR = @AMTAR@
106AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
107APP_MAN_DIR = @APP_MAN_DIR@
108APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
109AR = @AR@
110AUTOCONF = @AUTOCONF@
111AUTOHEADER = @AUTOHEADER@
112AUTOMAKE = @AUTOMAKE@
113AWK = @AWK@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117CHANGELOG_CMD = @CHANGELOG_CMD@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
120CWARNFLAGS = @CWARNFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
125DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
126DRIVER_NAME = @DRIVER_NAME@
127DRI_CFLAGS = @DRI_CFLAGS@
128DRI_LIBS = @DRI_LIBS@
129DSYMUTIL = @DSYMUTIL@
130DUMPBIN = @DUMPBIN@
131ECHO_C = @ECHO_C@
132ECHO_N = @ECHO_N@
133ECHO_T = @ECHO_T@
134EGREP = @EGREP@
135EXEEXT = @EXEEXT@
136FGREP = @FGREP@
137FILE_MAN_DIR = @FILE_MAN_DIR@
138FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
139GREP = @GREP@
140INSTALL = @INSTALL@
141INSTALL_CMD = @INSTALL_CMD@
142INSTALL_DATA = @INSTALL_DATA@
143INSTALL_PROGRAM = @INSTALL_PROGRAM@
144INSTALL_SCRIPT = @INSTALL_SCRIPT@
145INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146LD = @LD@
147LDFLAGS = @LDFLAGS@
148LIBOBJS = @LIBOBJS@
149LIBS = @LIBS@
150LIBTOOL = @LIBTOOL@
151LIB_MAN_DIR = @LIB_MAN_DIR@
152LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
153LIPO = @LIPO@
154LN_S = @LN_S@
155LTLIBOBJS = @LTLIBOBJS@
156MAINT = @MAINT@
157MAKEINFO = @MAKEINFO@
158MISC_MAN_DIR = @MISC_MAN_DIR@
159MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
160MKDIR_P = @MKDIR_P@
161NM = @NM@
162NMEDIT = @NMEDIT@
163OBJDUMP = @OBJDUMP@
164OBJEXT = @OBJEXT@
165OTOOL = @OTOOL@
166OTOOL64 = @OTOOL64@
167PACKAGE = @PACKAGE@
168PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169PACKAGE_NAME = @PACKAGE_NAME@
170PACKAGE_STRING = @PACKAGE_STRING@
171PACKAGE_TARNAME = @PACKAGE_TARNAME@
172PACKAGE_VERSION = @PACKAGE_VERSION@
173PATH_SEPARATOR = @PATH_SEPARATOR@
174PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
175PCIACCESS_LIBS = @PCIACCESS_LIBS@
176PKG_CONFIG = @PKG_CONFIG@
177RANLIB = @RANLIB@
178SED = sed
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181STRIP = @STRIP@
182VERSION = @VERSION@
183XORG_CFLAGS = @XORG_CFLAGS@
184XORG_LIBS = @XORG_LIBS@
185abs_builddir = @abs_builddir@
186abs_srcdir = @abs_srcdir@
187abs_top_builddir = @abs_top_builddir@
188abs_top_srcdir = @abs_top_srcdir@
189ac_ct_CC = @ac_ct_CC@
190ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191am__include = @am__include@
192am__leading_dot = @am__leading_dot@
193am__quote = @am__quote@
194am__tar = @am__tar@
195am__untar = @am__untar@
196bindir = @bindir@
197build = @build@
198build_alias = @build_alias@
199build_cpu = @build_cpu@
200build_os = @build_os@
201build_vendor = @build_vendor@
202builddir = @builddir@
203datadir = @datadir@
204datarootdir = @datarootdir@
205docdir = @docdir@
206dvidir = @dvidir@
207exec_prefix = @exec_prefix@
208host = @host@
209host_alias = @host_alias@
210host_cpu = @host_cpu@
211host_os = @host_os@
212host_vendor = @host_vendor@
213htmldir = @htmldir@
214includedir = @includedir@
215infodir = @infodir@
216install_sh = @install_sh@
217libdir = @libdir@
218libexecdir = @libexecdir@
219localedir = @localedir@
220localstatedir = @localstatedir@
221lt_ECHO = @lt_ECHO@
222mandir = @mandir@
223mkdir_p = @mkdir_p@
224moduledir = @moduledir@
225oldincludedir = @oldincludedir@
226pdfdir = @pdfdir@
227prefix = @prefix@
228program_transform_name = @program_transform_name@
229psdir = @psdir@
230sbindir = @sbindir@
231sharedstatedir = @sharedstatedir@
232srcdir = @srcdir@
233sysconfdir = @sysconfdir@
234target_alias = @target_alias@
235top_build_prefix = @top_build_prefix@
236top_builddir = @top_builddir@
237top_srcdir = @top_srcdir@
238drivermandir = $(DRIVER_MAN_DIR)
239driverman_PRE = @DRIVER_NAME@.man
240driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
241EXTRA_DIST = @DRIVER_NAME@.man
242CLEANFILES = $(driverman_DATA)
243
244# Strings to replace in man pages
245XORGRELSTRING = @PACKAGE_STRING@
246XORGMANNAME = X Version 11
247MAN_SUBSTS = \
248	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
249	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
250	-e 's|__xservername__|Xorg|g' \
251	-e 's|__xconfigfile__|xorg.conf|g' \
252	-e 's|__projectroot__|$(prefix)|g' \
253	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
254	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
255	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
256	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
257	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
258
259SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
260all: all-am
261
262.SUFFIXES:
263.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
264$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
265	@for dep in $?; do \
266	  case '$(am__configure_deps)' in \
267	    *$$dep*) \
268	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269	        && { if test -f $@; then exit 0; else break; fi; }; \
270	      exit 1;; \
271	  esac; \
272	done; \
273	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
274	$(am__cd) $(top_srcdir) && \
275	  $(AUTOMAKE) --foreign man/Makefile
276.PRECIOUS: Makefile
277Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278	@case '$?' in \
279	  *config.status*) \
280	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281	  *) \
282	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284	esac;
285
286$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
289$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293$(am__aclocal_m4_deps):
294
295mostlyclean-libtool:
296	-rm -f *.lo
297
298clean-libtool:
299	-rm -rf .libs _libs
300install-drivermanDATA: $(driverman_DATA)
301	@$(NORMAL_INSTALL)
302	test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)"
303	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
304	for p in $$list; do \
305	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
306	  echo "$$d$$p"; \
307	done | $(am__base_list) | \
308	while read files; do \
309	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
310	  $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
311	done
312
313uninstall-drivermanDATA:
314	@$(NORMAL_UNINSTALL)
315	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
316	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
317	test -n "$$files" || exit 0; \
318	echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \
319	cd "$(DESTDIR)$(drivermandir)" && rm -f $$files
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)$(drivermandir)"; 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	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
375	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
376	  `test -z '$(STRIP)' || \
377	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
378mostlyclean-generic:
379
380clean-generic:
381	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
382
383distclean-generic:
384	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
385	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
386
387maintainer-clean-generic:
388	@echo "This command is intended for maintainers to use"
389	@echo "it deletes files that may require special tools to rebuild."
390clean: clean-am
391
392clean-am: clean-generic clean-libtool mostlyclean-am
393
394distclean: distclean-am
395	-rm -f Makefile
396distclean-am: clean-am distclean-generic
397
398dvi: dvi-am
399
400dvi-am:
401
402html: html-am
403
404html-am:
405
406info: info-am
407
408info-am:
409
410install-data-am: install-drivermanDATA
411
412install-dvi: install-dvi-am
413
414install-dvi-am:
415
416install-exec-am:
417
418install-html: install-html-am
419
420install-html-am:
421
422install-info: install-info-am
423
424install-info-am:
425
426install-man:
427
428install-pdf: install-pdf-am
429
430install-pdf-am:
431
432install-ps: install-ps-am
433
434install-ps-am:
435
436installcheck-am:
437
438maintainer-clean: maintainer-clean-am
439	-rm -f Makefile
440maintainer-clean-am: distclean-am maintainer-clean-generic
441
442mostlyclean: mostlyclean-am
443
444mostlyclean-am: mostlyclean-generic mostlyclean-libtool
445
446pdf: pdf-am
447
448pdf-am:
449
450ps: ps-am
451
452ps-am:
453
454uninstall-am: uninstall-drivermanDATA
455
456.MAKE: install-am install-strip
457
458.PHONY: all all-am check check-am clean clean-generic clean-libtool \
459	distclean distclean-generic distclean-libtool distdir dvi \
460	dvi-am html html-am info info-am install install-am \
461	install-data install-data-am install-drivermanDATA install-dvi \
462	install-dvi-am install-exec install-exec-am install-html \
463	install-html-am install-info install-info-am install-man \
464	install-pdf install-pdf-am install-ps install-ps-am \
465	install-strip installcheck installcheck-am installdirs \
466	maintainer-clean maintainer-clean-generic mostlyclean \
467	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
468	uninstall uninstall-am uninstall-drivermanDATA
469
470
471.man.$(DRIVER_MAN_SUFFIX):
472	sed $(MAN_SUBSTS) < $< > $@
473
474# Tell versions [3.59,3.63) of GNU make to not export all variables.
475# Otherwise a system limit (for SysV at least) may be exceeded.
476.NOEXPORT:
477