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