1# Makefile.in generated by automake 1.12.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
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 is hereby granted, free of charge, to any person obtaining a
21# copy of this software and associated documentation files (the "Software"),
22# to deal in the Software without restriction, including without limitation
23# the rights to use, copy, modify, merge, publish, distribute, sublicense,
24# and/or sell copies of the Software, and to permit persons to whom the
25# Software is furnished to do so, subject to the following conditions:
26#
27# The above copyright notice and this permission notice (including the next
28# paragraph) shall be included in all copies or substantial portions of the
29# Software.
30#
31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37# DEALINGS IN THE SOFTWARE.
38#
39
40VPATH = @srcdir@
41am__make_dryrun = \
42  { \
43    am__dry=no; \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
47          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
48      *) \
49        for am__flg in $$MAKEFLAGS; do \
50          case $$am__flg in \
51            *=*|--*) ;; \
52            *n*) am__dry=yes; break;; \
53          esac; \
54        done;; \
55    esac; \
56    test $$am__dry = yes; \
57  }
58pkgdatadir = $(datadir)/@PACKAGE@
59pkgincludedir = $(includedir)/@PACKAGE@
60pkglibdir = $(libdir)/@PACKAGE@
61pkglibexecdir = $(libexecdir)/@PACKAGE@
62am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
63install_sh_DATA = $(install_sh) -c -m 644
64install_sh_PROGRAM = $(install_sh) -c
65install_sh_SCRIPT = $(install_sh) -c
66INSTALL_HEADER = $(INSTALL_DATA)
67transform = $(program_transform_name)
68NORMAL_INSTALL = :
69PRE_INSTALL = :
70POST_INSTALL = :
71NORMAL_UNINSTALL = :
72PRE_UNINSTALL = :
73POST_UNINSTALL = :
74build_triplet = @build@
75host_triplet = @host@
76subdir = man
77DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
78ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79am__aclocal_m4_deps = $(top_srcdir)/configure.ac
80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81	$(ACLOCAL_M4)
82mkinstalldirs = $(install_sh) -d
83CONFIG_HEADER = $(top_builddir)/config.h
84CONFIG_CLEAN_FILES =
85CONFIG_CLEAN_VPATH_FILES =
86AM_V_P = $(am__v_P_@AM_V@)
87am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
88am__v_P_0 = false
89am__v_P_1 = :
90AM_V_GEN = $(am__v_GEN_@AM_V@)
91am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
92am__v_GEN_0 = @echo "  GEN     " $@;
93am__v_GEN_1 =
94AM_V_at = $(am__v_at_@AM_V@)
95am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
96am__v_at_0 = @
97am__v_at_1 =
98SOURCES =
99DIST_SOURCES =
100am__can_run_installinfo = \
101  case $$AM_UPDATE_INFO_DIR in \
102    n|no|NO) false;; \
103    *) (install-info --version) >/dev/null 2>&1;; \
104  esac
105am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106am__vpath_adj = case $$p in \
107    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108    *) f=$$p;; \
109  esac;
110am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111am__install_max = 40
112am__nobase_strip_setup = \
113  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114am__nobase_strip = \
115  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116am__nobase_list = $(am__nobase_strip_setup); \
117  for p in $$list; do echo "$$p $$p"; done | \
118  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120    if (++n[$$2] == $(am__install_max)) \
121      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122    END { for (dir in files) print dir, files[dir] }'
123am__base_list = \
124  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126am__uninstall_files_from_dir = { \
127  test -z "$$files" \
128    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130         $(am__cd) "$$dir" && rm -f $$files; }; \
131  }
132am__installdirs = "$(DESTDIR)$(drivermandir)"
133DATA = $(driverman_DATA)
134DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
135ACLOCAL = @ACLOCAL@
136ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
137ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
138AMTAR = @AMTAR@
139AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140APP_MAN_DIR = @APP_MAN_DIR@
141APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
142AR = @AR@
143AUTOCONF = @AUTOCONF@
144AUTOHEADER = @AUTOHEADER@
145AUTOMAKE = @AUTOMAKE@
146AWK = @AWK@
147BASE_CFLAGS = @BASE_CFLAGS@
148CC = @CC@
149CCDEPMODE = @CCDEPMODE@
150CFLAGS = @CFLAGS@
151CHANGELOG_CMD = @CHANGELOG_CMD@
152CPP = @CPP@
153CPPFLAGS = @CPPFLAGS@
154CWARNFLAGS = @CWARNFLAGS@
155CYGPATH_W = @CYGPATH_W@
156DEFS = @DEFS@
157DEPDIR = @DEPDIR@
158DLLTOOL = @DLLTOOL@
159DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
160DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
161DRIVER_NAME = @DRIVER_NAME@
162DSYMUTIL = @DSYMUTIL@
163DUMPBIN = @DUMPBIN@
164ECHO_C = @ECHO_C@
165ECHO_N = @ECHO_N@
166ECHO_T = @ECHO_T@
167EGREP = @EGREP@
168EXEEXT = @EXEEXT@
169FGREP = @FGREP@
170FILE_MAN_DIR = @FILE_MAN_DIR@
171FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
172GREP = @GREP@
173INSTALL = @INSTALL@
174INSTALL_CMD = @INSTALL_CMD@
175INSTALL_DATA = @INSTALL_DATA@
176INSTALL_PROGRAM = @INSTALL_PROGRAM@
177INSTALL_SCRIPT = @INSTALL_SCRIPT@
178INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179LD = @LD@
180LDFLAGS = @LDFLAGS@
181LIBOBJS = @LIBOBJS@
182LIBS = @LIBS@
183LIBTOOL = @LIBTOOL@
184LIB_MAN_DIR = @LIB_MAN_DIR@
185LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
186LIPO = @LIPO@
187LN_S = @LN_S@
188LTLIBOBJS = @LTLIBOBJS@
189MAINT = @MAINT@
190MAKEINFO = @MAKEINFO@
191MANIFEST_TOOL = @MANIFEST_TOOL@
192MAN_SUBSTS = @MAN_SUBSTS@
193MISC_MAN_DIR = @MISC_MAN_DIR@
194MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
195MKDIR_P = @MKDIR_P@
196NM = @NM@
197NMEDIT = @NMEDIT@
198OBJDUMP = @OBJDUMP@
199OBJEXT = @OBJEXT@
200OTOOL = @OTOOL@
201OTOOL64 = @OTOOL64@
202PACKAGE = @PACKAGE@
203PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204PACKAGE_NAME = @PACKAGE_NAME@
205PACKAGE_STRING = @PACKAGE_STRING@
206PACKAGE_TARNAME = @PACKAGE_TARNAME@
207PACKAGE_URL = @PACKAGE_URL@
208PACKAGE_VERSION = @PACKAGE_VERSION@
209PATH_SEPARATOR = @PATH_SEPARATOR@
210PKG_CONFIG = @PKG_CONFIG@
211PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
212PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
213RANLIB = @RANLIB@
214SED = @SED@
215SET_MAKE = @SET_MAKE@
216SHELL = @SHELL@
217STRICT_CFLAGS = @STRICT_CFLAGS@
218STRIP = @STRIP@
219VERSION = @VERSION@
220XORG_CFLAGS = @XORG_CFLAGS@
221XORG_LIBS = @XORG_LIBS@
222XORG_MAN_PAGE = @XORG_MAN_PAGE@
223abs_builddir = @abs_builddir@
224abs_srcdir = @abs_srcdir@
225abs_top_builddir = @abs_top_builddir@
226abs_top_srcdir = @abs_top_srcdir@
227ac_ct_AR = @ac_ct_AR@
228ac_ct_CC = @ac_ct_CC@
229ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230am__include = @am__include@
231am__leading_dot = @am__leading_dot@
232am__quote = @am__quote@
233am__tar = @am__tar@
234am__untar = @am__untar@
235bindir = @bindir@
236build = @build@
237build_alias = @build_alias@
238build_cpu = @build_cpu@
239build_os = @build_os@
240build_vendor = @build_vendor@
241builddir = @builddir@
242datadir = @datadir@
243datarootdir = @datarootdir@
244docdir = @docdir@
245dvidir = @dvidir@
246exec_prefix = @exec_prefix@
247host = @host@
248host_alias = @host_alias@
249host_cpu = @host_cpu@
250host_os = @host_os@
251host_vendor = @host_vendor@
252htmldir = @htmldir@
253includedir = @includedir@
254infodir = @infodir@
255install_sh = @install_sh@
256libdir = @libdir@
257libexecdir = @libexecdir@
258localedir = @localedir@
259localstatedir = @localstatedir@
260mandir = @mandir@
261mkdir_p = @mkdir_p@
262moduledir = @moduledir@
263oldincludedir = @oldincludedir@
264pdfdir = @pdfdir@
265prefix = @prefix@
266program_transform_name = @program_transform_name@
267psdir = @psdir@
268sbindir = @sbindir@
269sharedstatedir = @sharedstatedir@
270srcdir = @srcdir@
271sysconfdir = @sysconfdir@
272target_alias = @target_alias@
273top_build_prefix = @top_build_prefix@
274top_builddir = @top_builddir@
275top_srcdir = @top_srcdir@
276drivermandir = $(DRIVER_MAN_DIR)
277driverman_PRE = @DRIVER_NAME@.man
278driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
279EXTRA_DIST = @DRIVER_NAME@.man
280CLEANFILES = $(driverman_DATA)
281
282# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
283SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
284all: all-am
285
286.SUFFIXES:
287.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
288$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
289	@for dep in $?; do \
290	  case '$(am__configure_deps)' in \
291	    *$$dep*) \
292	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
293	        && { if test -f $@; then exit 0; else break; fi; }; \
294	      exit 1;; \
295	  esac; \
296	done; \
297	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
298	$(am__cd) $(top_srcdir) && \
299	  $(AUTOMAKE) --foreign man/Makefile
300.PRECIOUS: Makefile
301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302	@case '$?' in \
303	  *config.status*) \
304	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
305	  *) \
306	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
307	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
308	esac;
309
310$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
311	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312
313$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
314	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
316	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317$(am__aclocal_m4_deps):
318
319mostlyclean-libtool:
320	-rm -f *.lo
321
322clean-libtool:
323	-rm -rf .libs _libs
324install-drivermanDATA: $(driverman_DATA)
325	@$(NORMAL_INSTALL)
326	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
327	if test -n "$$list"; then \
328	  echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \
329	  $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \
330	fi; \
331	for p in $$list; do \
332	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
333	  echo "$$d$$p"; \
334	done | $(am__base_list) | \
335	while read files; do \
336	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
337	  $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
338	done
339
340uninstall-drivermanDATA:
341	@$(NORMAL_UNINSTALL)
342	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
343	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
344	dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir)
345tags: TAGS
346TAGS:
347
348ctags: CTAGS
349CTAGS:
350
351cscope cscopelist:
352
353
354distdir: $(DISTFILES)
355	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357	list='$(DISTFILES)'; \
358	  dist_files=`for file in $$list; do echo $$file; done | \
359	  sed -e "s|^$$srcdirstrip/||;t" \
360	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
361	case $$dist_files in \
362	  */*) $(MKDIR_P) `echo "$$dist_files" | \
363			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
364			   sort -u` ;; \
365	esac; \
366	for file in $$dist_files; do \
367	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368	  if test -d $$d/$$file; then \
369	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
370	    if test -d "$(distdir)/$$file"; then \
371	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372	    fi; \
373	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
375	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376	    fi; \
377	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
378	  else \
379	    test -f "$(distdir)/$$file" \
380	    || cp -p $$d/$$file "$(distdir)/$$file" \
381	    || exit 1; \
382	  fi; \
383	done
384check-am: all-am
385check: check-am
386all-am: Makefile $(DATA)
387installdirs:
388	for dir in "$(DESTDIR)$(drivermandir)"; do \
389	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
390	done
391install: install-am
392install-exec: install-exec-am
393install-data: install-data-am
394uninstall: uninstall-am
395
396install-am: all-am
397	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398
399installcheck: installcheck-am
400install-strip:
401	if test -z '$(STRIP)'; then \
402	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404	      install; \
405	else \
406	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
409	fi
410mostlyclean-generic:
411
412clean-generic:
413	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
414
415distclean-generic:
416	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
417	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
418
419maintainer-clean-generic:
420	@echo "This command is intended for maintainers to use"
421	@echo "it deletes files that may require special tools to rebuild."
422clean: clean-am
423
424clean-am: clean-generic clean-libtool mostlyclean-am
425
426distclean: distclean-am
427	-rm -f Makefile
428distclean-am: clean-am distclean-generic
429
430dvi: dvi-am
431
432dvi-am:
433
434html: html-am
435
436html-am:
437
438info: info-am
439
440info-am:
441
442install-data-am: install-drivermanDATA
443
444install-dvi: install-dvi-am
445
446install-dvi-am:
447
448install-exec-am:
449
450install-html: install-html-am
451
452install-html-am:
453
454install-info: install-info-am
455
456install-info-am:
457
458install-man:
459
460install-pdf: install-pdf-am
461
462install-pdf-am:
463
464install-ps: install-ps-am
465
466install-ps-am:
467
468installcheck-am:
469
470maintainer-clean: maintainer-clean-am
471	-rm -f Makefile
472maintainer-clean-am: distclean-am maintainer-clean-generic
473
474mostlyclean: mostlyclean-am
475
476mostlyclean-am: mostlyclean-generic mostlyclean-libtool
477
478pdf: pdf-am
479
480pdf-am:
481
482ps: ps-am
483
484ps-am:
485
486uninstall-am: uninstall-drivermanDATA
487
488.MAKE: install-am install-strip
489
490.PHONY: all all-am check check-am clean clean-generic clean-libtool \
491	distclean distclean-generic distclean-libtool distdir dvi \
492	dvi-am html html-am info info-am install install-am \
493	install-data install-data-am install-drivermanDATA install-dvi \
494	install-dvi-am install-exec install-exec-am install-html \
495	install-html-am install-info install-info-am install-man \
496	install-pdf install-pdf-am install-ps install-ps-am \
497	install-strip installcheck installcheck-am installdirs \
498	maintainer-clean maintainer-clean-generic mostlyclean \
499	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
500	uninstall uninstall-am uninstall-drivermanDATA
501
502
503.man.$(DRIVER_MAN_SUFFIX):
504	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
505
506# Tell versions [3.59,3.63) of GNU make to not export all variables.
507# Otherwise a system limit (for SysV at least) may be exceeded.
508.NOEXPORT:
509