Makefile.in revision 518bcf38
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@
150LN_S = @LN_S@
151LTLIBOBJS = @LTLIBOBJS@
152MAINT = @MAINT@
153MAKEINFO = @MAKEINFO@
154MISC_MAN_DIR = @MISC_MAN_DIR@
155MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
156MKDIR_P = @MKDIR_P@
157NMEDIT = @NMEDIT@
158OBJEXT = @OBJEXT@
159PACKAGE = @PACKAGE@
160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161PACKAGE_NAME = @PACKAGE_NAME@
162PACKAGE_STRING = @PACKAGE_STRING@
163PACKAGE_TARNAME = @PACKAGE_TARNAME@
164PACKAGE_VERSION = @PACKAGE_VERSION@
165PATH_SEPARATOR = @PATH_SEPARATOR@
166PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
167PCIACCESS_LIBS = @PCIACCESS_LIBS@
168PKG_CONFIG = @PKG_CONFIG@
169RANLIB = @RANLIB@
170SED = sed
171SET_MAKE = @SET_MAKE@
172SHELL = @SHELL@
173STRIP = @STRIP@
174VERSION = @VERSION@
175XEXT_CFLAGS = @XEXT_CFLAGS@
176XEXT_LIBS = @XEXT_LIBS@
177XORG_CFLAGS = @XORG_CFLAGS@
178XORG_LIBS = @XORG_LIBS@
179abs_builddir = @abs_builddir@
180abs_srcdir = @abs_srcdir@
181abs_top_builddir = @abs_top_builddir@
182abs_top_srcdir = @abs_top_srcdir@
183ac_ct_CC = @ac_ct_CC@
184ac_ct_CXX = @ac_ct_CXX@
185ac_ct_F77 = @ac_ct_F77@
186am__include = @am__include@
187am__leading_dot = @am__leading_dot@
188am__quote = @am__quote@
189am__tar = @am__tar@
190am__untar = @am__untar@
191bindir = @bindir@
192build = @build@
193build_alias = @build_alias@
194build_cpu = @build_cpu@
195build_os = @build_os@
196build_vendor = @build_vendor@
197builddir = @builddir@
198datadir = @datadir@
199datarootdir = @datarootdir@
200docdir = @docdir@
201dvidir = @dvidir@
202exec_prefix = @exec_prefix@
203host = @host@
204host_alias = @host_alias@
205host_cpu = @host_cpu@
206host_os = @host_os@
207host_vendor = @host_vendor@
208htmldir = @htmldir@
209includedir = @includedir@
210infodir = @infodir@
211install_sh = @install_sh@
212libdir = @libdir@
213libexecdir = @libexecdir@
214localedir = @localedir@
215localstatedir = @localstatedir@
216mandir = @mandir@
217mkdir_p = @mkdir_p@
218moduledir = @moduledir@
219oldincludedir = @oldincludedir@
220pdfdir = @pdfdir@
221prefix = @prefix@
222program_transform_name = @program_transform_name@
223psdir = @psdir@
224sbindir = @sbindir@
225sharedstatedir = @sharedstatedir@
226srcdir = @srcdir@
227sysconfdir = @sysconfdir@
228target_alias = @target_alias@
229top_build_prefix = @top_build_prefix@
230top_builddir = @top_builddir@
231top_srcdir = @top_srcdir@
232drivermandir = $(DRIVER_MAN_DIR)
233driverman_PRE = @DRIVER_NAME@.man
234driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
235EXTRA_DIST = @DRIVER_NAME@.man
236CLEANFILES = $(driverman_DATA)
237
238# Strings to replace in man pages
239XORGRELSTRING = @PACKAGE_STRING@
240XORGMANNAME = X Version 11
241MAN_SUBSTS = \
242	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
243	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
244	-e 's|__xservername__|Xorg|g' \
245	-e 's|__xconfigfile__|xorg.conf|g' \
246	-e 's|__projectroot__|$(prefix)|g' \
247	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
248	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
249	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
250	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
251	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
252
253SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
254all: all-am
255
256.SUFFIXES:
257.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
258$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
259	@for dep in $?; do \
260	  case '$(am__configure_deps)' in \
261	    *$$dep*) \
262	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263	        && { if test -f $@; then exit 0; else break; fi; }; \
264	      exit 1;; \
265	  esac; \
266	done; \
267	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
268	$(am__cd) $(top_srcdir) && \
269	  $(AUTOMAKE) --foreign man/Makefile
270.PRECIOUS: Makefile
271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272	@case '$?' in \
273	  *config.status*) \
274	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275	  *) \
276	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278	esac;
279
280$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287$(am__aclocal_m4_deps):
288
289mostlyclean-libtool:
290	-rm -f *.lo
291
292clean-libtool:
293	-rm -rf .libs _libs
294install-drivermanDATA: $(driverman_DATA)
295	@$(NORMAL_INSTALL)
296	test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)"
297	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
298	for p in $$list; do \
299	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
300	  echo "$$d$$p"; \
301	done | $(am__base_list) | \
302	while read files; do \
303	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
304	  $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
305	done
306
307uninstall-drivermanDATA:
308	@$(NORMAL_UNINSTALL)
309	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
310	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
311	test -n "$$files" || exit 0; \
312	echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \
313	cd "$(DESTDIR)$(drivermandir)" && rm -f $$files
314tags: TAGS
315TAGS:
316
317ctags: CTAGS
318CTAGS:
319
320
321distdir: $(DISTFILES)
322	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
323	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
324	list='$(DISTFILES)'; \
325	  dist_files=`for file in $$list; do echo $$file; done | \
326	  sed -e "s|^$$srcdirstrip/||;t" \
327	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
328	case $$dist_files in \
329	  */*) $(MKDIR_P) `echo "$$dist_files" | \
330			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
331			   sort -u` ;; \
332	esac; \
333	for file in $$dist_files; do \
334	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
335	  if test -d $$d/$$file; then \
336	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
337	    if test -d "$(distdir)/$$file"; then \
338	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
339	    fi; \
340	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
341	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
342	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
343	    fi; \
344	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
345	  else \
346	    test -f "$(distdir)/$$file" \
347	    || cp -p $$d/$$file "$(distdir)/$$file" \
348	    || exit 1; \
349	  fi; \
350	done
351check-am: all-am
352check: check-am
353all-am: Makefile $(DATA)
354installdirs:
355	for dir in "$(DESTDIR)$(drivermandir)"; do \
356	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
357	done
358install: install-am
359install-exec: install-exec-am
360install-data: install-data-am
361uninstall: uninstall-am
362
363install-am: all-am
364	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
365
366installcheck: installcheck-am
367install-strip:
368	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370	  `test -z '$(STRIP)' || \
371	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
372mostlyclean-generic:
373
374clean-generic:
375	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
376
377distclean-generic:
378	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
380
381maintainer-clean-generic:
382	@echo "This command is intended for maintainers to use"
383	@echo "it deletes files that may require special tools to rebuild."
384clean: clean-am
385
386clean-am: clean-generic clean-libtool mostlyclean-am
387
388distclean: distclean-am
389	-rm -f Makefile
390distclean-am: clean-am distclean-generic
391
392dvi: dvi-am
393
394dvi-am:
395
396html: html-am
397
398html-am:
399
400info: info-am
401
402info-am:
403
404install-data-am: install-drivermanDATA
405
406install-dvi: install-dvi-am
407
408install-dvi-am:
409
410install-exec-am:
411
412install-html: install-html-am
413
414install-html-am:
415
416install-info: install-info-am
417
418install-info-am:
419
420install-man:
421
422install-pdf: install-pdf-am
423
424install-pdf-am:
425
426install-ps: install-ps-am
427
428install-ps-am:
429
430installcheck-am:
431
432maintainer-clean: maintainer-clean-am
433	-rm -f Makefile
434maintainer-clean-am: distclean-am maintainer-clean-generic
435
436mostlyclean: mostlyclean-am
437
438mostlyclean-am: mostlyclean-generic mostlyclean-libtool
439
440pdf: pdf-am
441
442pdf-am:
443
444ps: ps-am
445
446ps-am:
447
448uninstall-am: uninstall-drivermanDATA
449
450.MAKE: install-am install-strip
451
452.PHONY: all all-am check check-am clean clean-generic clean-libtool \
453	distclean distclean-generic distclean-libtool distdir dvi \
454	dvi-am html html-am info info-am install install-am \
455	install-data install-data-am install-drivermanDATA install-dvi \
456	install-dvi-am install-exec install-exec-am install-html \
457	install-html-am install-info install-info-am install-man \
458	install-pdf install-pdf-am install-ps install-ps-am \
459	install-strip installcheck installcheck-am installdirs \
460	maintainer-clean maintainer-clean-generic mostlyclean \
461	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
462	uninstall uninstall-am uninstall-drivermanDATA
463
464
465.man.$(DRIVER_MAN_SUFFIX):
466	sed $(MAN_SUBSTS) < $< > $@
467
468# Tell versions [3.59,3.63) of GNU make to not export all variables.
469# Otherwise a system limit (for SysV at least) may be exceeded.
470.NOEXPORT:
471