Makefile.in revision 42a55b46
1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6# Foundation, 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 (c) 2005, Oracle and/or its affiliates. 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_@AM_V@)
71am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
72am__v_GEN_0 = @echo "  GEN   " $@;
73AM_V_at = $(am__v_at_@AM_V@)
74am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
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__uninstall_files_from_dir = { \
100  test -z "$$files" \
101    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
102    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
103         $(am__cd) "$$dir" && rm -f $$files; }; \
104  }
105am__installdirs = "$(DESTDIR)$(drivermandir)"
106DATA = $(driverman_DATA)
107DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108ACLOCAL = @ACLOCAL@
109ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
110ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
111AMTAR = @AMTAR@
112AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113APP_MAN_DIR = @APP_MAN_DIR@
114APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
115AR = @AR@
116AUTOCONF = @AUTOCONF@
117AUTOHEADER = @AUTOHEADER@
118AUTOMAKE = @AUTOMAKE@
119AWK = @AWK@
120BASE_CFLAGS = @BASE_CFLAGS@
121CC = @CC@
122CCDEPMODE = @CCDEPMODE@
123CFLAGS = @CFLAGS@
124CHANGELOG_CMD = @CHANGELOG_CMD@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CWARNFLAGS = @CWARNFLAGS@
128CYGPATH_W = @CYGPATH_W@
129DEFS = @DEFS@
130DEPDIR = @DEPDIR@
131DLLTOOL = @DLLTOOL@
132DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
133DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
134DRIVER_NAME = @DRIVER_NAME@
135DRI_CFLAGS = @DRI_CFLAGS@
136DRI_LIBS = @DRI_LIBS@
137DSYMUTIL = @DSYMUTIL@
138DUMPBIN = @DUMPBIN@
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143EXEEXT = @EXEEXT@
144FGREP = @FGREP@
145FILE_MAN_DIR = @FILE_MAN_DIR@
146FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
147GREP = @GREP@
148INSTALL = @INSTALL@
149INSTALL_CMD = @INSTALL_CMD@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBOBJS = @LIBOBJS@
157LIBS = @LIBS@
158LIBTOOL = @LIBTOOL@
159LIB_MAN_DIR = @LIB_MAN_DIR@
160LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
161LIPO = @LIPO@
162LN_S = @LN_S@
163LTLIBOBJS = @LTLIBOBJS@
164MAINT = @MAINT@
165MAKEINFO = @MAKEINFO@
166MANIFEST_TOOL = @MANIFEST_TOOL@
167MAN_SUBSTS = @MAN_SUBSTS@
168MISC_MAN_DIR = @MISC_MAN_DIR@
169MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
170MKDIR_P = @MKDIR_P@
171NM = @NM@
172NMEDIT = @NMEDIT@
173OBJDUMP = @OBJDUMP@
174OBJEXT = @OBJEXT@
175OTOOL = @OTOOL@
176OTOOL64 = @OTOOL64@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
186PCIACCESS_LIBS = @PCIACCESS_LIBS@
187PKG_CONFIG = @PKG_CONFIG@
188PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
189PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
190RANLIB = @RANLIB@
191SED = @SED@
192SET_MAKE = @SET_MAKE@
193SHELL = @SHELL@
194STRICT_CFLAGS = @STRICT_CFLAGS@
195STRIP = @STRIP@
196VERSION = @VERSION@
197XEXT_CFLAGS = @XEXT_CFLAGS@
198XEXT_LIBS = @XEXT_LIBS@
199XORG_CFLAGS = @XORG_CFLAGS@
200XORG_LIBS = @XORG_LIBS@
201XORG_MAN_PAGE = @XORG_MAN_PAGE@
202abs_builddir = @abs_builddir@
203abs_srcdir = @abs_srcdir@
204abs_top_builddir = @abs_top_builddir@
205abs_top_srcdir = @abs_top_srcdir@
206ac_ct_AR = @ac_ct_AR@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209am__include = @am__include@
210am__leading_dot = @am__leading_dot@
211am__quote = @am__quote@
212am__tar = @am__tar@
213am__untar = @am__untar@
214bindir = @bindir@
215build = @build@
216build_alias = @build_alias@
217build_cpu = @build_cpu@
218build_os = @build_os@
219build_vendor = @build_vendor@
220builddir = @builddir@
221datadir = @datadir@
222datarootdir = @datarootdir@
223docdir = @docdir@
224dvidir = @dvidir@
225exec_prefix = @exec_prefix@
226host = @host@
227host_alias = @host_alias@
228host_cpu = @host_cpu@
229host_os = @host_os@
230host_vendor = @host_vendor@
231htmldir = @htmldir@
232includedir = @includedir@
233infodir = @infodir@
234install_sh = @install_sh@
235libdir = @libdir@
236libexecdir = @libexecdir@
237localedir = @localedir@
238localstatedir = @localstatedir@
239mandir = @mandir@
240mkdir_p = @mkdir_p@
241moduledir = @moduledir@
242oldincludedir = @oldincludedir@
243pdfdir = @pdfdir@
244prefix = @prefix@
245program_transform_name = @program_transform_name@
246psdir = @psdir@
247sbindir = @sbindir@
248sharedstatedir = @sharedstatedir@
249srcdir = @srcdir@
250sysconfdir = @sysconfdir@
251target_alias = @target_alias@
252top_build_prefix = @top_build_prefix@
253top_builddir = @top_builddir@
254top_srcdir = @top_srcdir@
255drivermandir = $(DRIVER_MAN_DIR)
256driverman_PRE = r128.man
257driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
258EXTRA_DIST = r128.man
259CLEANFILES = $(driverman_DATA)
260
261# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
262SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
263all: all-am
264
265.SUFFIXES:
266.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
267$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
268	@for dep in $?; do \
269	  case '$(am__configure_deps)' in \
270	    *$$dep*) \
271	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
272	        && { if test -f $@; then exit 0; else break; fi; }; \
273	      exit 1;; \
274	  esac; \
275	done; \
276	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
277	$(am__cd) $(top_srcdir) && \
278	  $(AUTOMAKE) --foreign man/Makefile
279.PRECIOUS: Makefile
280Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281	@case '$?' in \
282	  *config.status*) \
283	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
284	  *) \
285	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
286	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
287	esac;
288
289$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
292$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
293	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
295	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296$(am__aclocal_m4_deps):
297
298mostlyclean-libtool:
299	-rm -f *.lo
300
301clean-libtool:
302	-rm -rf .libs _libs
303install-drivermanDATA: $(driverman_DATA)
304	@$(NORMAL_INSTALL)
305	test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)"
306	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
307	for p in $$list; do \
308	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
309	  echo "$$d$$p"; \
310	done | $(am__base_list) | \
311	while read files; do \
312	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
313	  $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
314	done
315
316uninstall-drivermanDATA:
317	@$(NORMAL_UNINSTALL)
318	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
319	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
320	dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir)
321tags: TAGS
322TAGS:
323
324ctags: CTAGS
325CTAGS:
326
327
328distdir: $(DISTFILES)
329	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
331	list='$(DISTFILES)'; \
332	  dist_files=`for file in $$list; do echo $$file; done | \
333	  sed -e "s|^$$srcdirstrip/||;t" \
334	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
335	case $$dist_files in \
336	  */*) $(MKDIR_P) `echo "$$dist_files" | \
337			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
338			   sort -u` ;; \
339	esac; \
340	for file in $$dist_files; do \
341	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
342	  if test -d $$d/$$file; then \
343	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
344	    if test -d "$(distdir)/$$file"; then \
345	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
346	    fi; \
347	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
349	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
350	    fi; \
351	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
352	  else \
353	    test -f "$(distdir)/$$file" \
354	    || cp -p $$d/$$file "$(distdir)/$$file" \
355	    || exit 1; \
356	  fi; \
357	done
358check-am: all-am
359check: check-am
360all-am: Makefile $(DATA)
361installdirs:
362	for dir in "$(DESTDIR)$(drivermandir)"; do \
363	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
364	done
365install: install-am
366install-exec: install-exec-am
367install-data: install-data-am
368uninstall: uninstall-am
369
370install-am: all-am
371	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372
373installcheck: installcheck-am
374install-strip:
375	if test -z '$(STRIP)'; then \
376	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378	      install; \
379	else \
380	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
381	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
382	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
383	fi
384mostlyclean-generic:
385
386clean-generic:
387	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
388
389distclean-generic:
390	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
391	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
392
393maintainer-clean-generic:
394	@echo "This command is intended for maintainers to use"
395	@echo "it deletes files that may require special tools to rebuild."
396clean: clean-am
397
398clean-am: clean-generic clean-libtool mostlyclean-am
399
400distclean: distclean-am
401	-rm -f Makefile
402distclean-am: clean-am distclean-generic
403
404dvi: dvi-am
405
406dvi-am:
407
408html: html-am
409
410html-am:
411
412info: info-am
413
414info-am:
415
416install-data-am: install-drivermanDATA
417
418install-dvi: install-dvi-am
419
420install-dvi-am:
421
422install-exec-am:
423
424install-html: install-html-am
425
426install-html-am:
427
428install-info: install-info-am
429
430install-info-am:
431
432install-man:
433
434install-pdf: install-pdf-am
435
436install-pdf-am:
437
438install-ps: install-ps-am
439
440install-ps-am:
441
442installcheck-am:
443
444maintainer-clean: maintainer-clean-am
445	-rm -f Makefile
446maintainer-clean-am: distclean-am maintainer-clean-generic
447
448mostlyclean: mostlyclean-am
449
450mostlyclean-am: mostlyclean-generic mostlyclean-libtool
451
452pdf: pdf-am
453
454pdf-am:
455
456ps: ps-am
457
458ps-am:
459
460uninstall-am: uninstall-drivermanDATA
461
462.MAKE: install-am install-strip
463
464.PHONY: all all-am check check-am clean clean-generic clean-libtool \
465	distclean distclean-generic distclean-libtool distdir dvi \
466	dvi-am html html-am info info-am install install-am \
467	install-data install-data-am install-drivermanDATA install-dvi \
468	install-dvi-am install-exec install-exec-am install-html \
469	install-html-am install-info install-info-am install-man \
470	install-pdf install-pdf-am install-ps install-ps-am \
471	install-strip installcheck installcheck-am installdirs \
472	maintainer-clean maintainer-clean-generic mostlyclean \
473	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
474	uninstall uninstall-am uninstall-drivermanDATA
475
476
477.man.$(DRIVER_MAN_SUFFIX):
478	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
479
480# Tell versions [3.59,3.63) of GNU make to not export all variables.
481# Otherwise a system limit (for SysV at least) may be exceeded.
482.NOEXPORT:
483