Makefile.in revision c2e4ac43
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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# $Id: Makefile.in,v 1.1.1.3 2017/03/05 02:03:32 mrg Exp $
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@
45am__is_gnu_make = { \
46  if test -z '$(MAKELEVEL)'; then \
47    false; \
48  elif test -n '$(MAKE_HOST)'; then \
49    true; \
50  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
51    true; \
52  else \
53    false; \
54  fi; \
55}
56am__make_running_with_option = \
57  case $${target_option-} in \
58      ?) ;; \
59      *) echo "am__make_running_with_option: internal error: invalid" \
60              "target option '$${target_option-}' specified" >&2; \
61         exit 1;; \
62  esac; \
63  has_opt=no; \
64  sane_makeflags=$$MAKEFLAGS; \
65  if $(am__is_gnu_make); then \
66    sane_makeflags=$$MFLAGS; \
67  else \
68    case $$MAKEFLAGS in \
69      *\\[\ \	]*) \
70        bs=\\; \
71        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
72          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
73    esac; \
74  fi; \
75  skip_next=no; \
76  strip_trailopt () \
77  { \
78    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
79  }; \
80  for flg in $$sane_makeflags; do \
81    test $$skip_next = yes && { skip_next=no; continue; }; \
82    case $$flg in \
83      *=*|--*) continue;; \
84        -*I) strip_trailopt 'I'; skip_next=yes;; \
85      -*I?*) strip_trailopt 'I';; \
86        -*O) strip_trailopt 'O'; skip_next=yes;; \
87      -*O?*) strip_trailopt 'O';; \
88        -*l) strip_trailopt 'l'; skip_next=yes;; \
89      -*l?*) strip_trailopt 'l';; \
90      -[dEDm]) skip_next=yes;; \
91      -[JT]) skip_next=yes;; \
92    esac; \
93    case $$flg in \
94      *$$target_option*) has_opt=yes; break;; \
95    esac; \
96  done; \
97  test $$has_opt = yes
98am__make_dryrun = (target_option=n; $(am__make_running_with_option))
99am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
100pkgdatadir = $(datadir)/@PACKAGE@
101pkgincludedir = $(includedir)/@PACKAGE@
102pkglibdir = $(libdir)/@PACKAGE@
103pkglibexecdir = $(libexecdir)/@PACKAGE@
104am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
105install_sh_DATA = $(install_sh) -c -m 644
106install_sh_PROGRAM = $(install_sh) -c
107install_sh_SCRIPT = $(install_sh) -c
108INSTALL_HEADER = $(INSTALL_DATA)
109transform = $(program_transform_name)
110NORMAL_INSTALL = :
111PRE_INSTALL = :
112POST_INSTALL = :
113NORMAL_UNINSTALL = :
114PRE_UNINSTALL = :
115POST_UNINSTALL = :
116build_triplet = @build@
117host_triplet = @host@
118subdir = man
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120am__aclocal_m4_deps = $(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo "  GEN     " $@;
135am__v_GEN_1 = 
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 = 
140SOURCES =
141DIST_SOURCES =
142am__can_run_installinfo = \
143  case $$AM_UPDATE_INFO_DIR in \
144    n|no|NO) false;; \
145    *) (install-info --version) >/dev/null 2>&1;; \
146  esac
147am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148am__vpath_adj = case $$p in \
149    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
150    *) f=$$p;; \
151  esac;
152am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
153am__install_max = 40
154am__nobase_strip_setup = \
155  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
156am__nobase_strip = \
157  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
158am__nobase_list = $(am__nobase_strip_setup); \
159  for p in $$list; do echo "$$p $$p"; done | \
160  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
161  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
162    if (++n[$$2] == $(am__install_max)) \
163      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
164    END { for (dir in files) print dir, files[dir] }'
165am__base_list = \
166  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
167  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
168am__uninstall_files_from_dir = { \
169  test -z "$$files" \
170    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
171    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
172         $(am__cd) "$$dir" && rm -f $$files; }; \
173  }
174am__installdirs = "$(DESTDIR)$(drivermandir)"
175DATA = $(driverman_DATA)
176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177am__DIST_COMMON = $(srcdir)/Makefile.in
178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179ACLOCAL = @ACLOCAL@
180ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
181ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
182AMTAR = @AMTAR@
183AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184APP_MAN_DIR = @APP_MAN_DIR@
185APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
186AR = @AR@
187AUTOCONF = @AUTOCONF@
188AUTOHEADER = @AUTOHEADER@
189AUTOMAKE = @AUTOMAKE@
190AWK = @AWK@
191BASE_CFLAGS = @BASE_CFLAGS@
192CC = @CC@
193CCDEPMODE = @CCDEPMODE@
194CFLAGS = @CFLAGS@
195CHANGELOG_CMD = @CHANGELOG_CMD@
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CWARNFLAGS = @CWARNFLAGS@
199CYGPATH_W = @CYGPATH_W@
200DEFS = @DEFS@
201DEPDIR = @DEPDIR@
202DLLTOOL = @DLLTOOL@
203DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
204DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
205DRIVER_NAME = @DRIVER_NAME@
206DSYMUTIL = @DSYMUTIL@
207DUMPBIN = @DUMPBIN@
208ECHO_C = @ECHO_C@
209ECHO_N = @ECHO_N@
210ECHO_T = @ECHO_T@
211EGREP = @EGREP@
212EXEEXT = @EXEEXT@
213FGREP = @FGREP@
214FILE_MAN_DIR = @FILE_MAN_DIR@
215FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
216GREP = @GREP@
217INSTALL = @INSTALL@
218INSTALL_CMD = @INSTALL_CMD@
219INSTALL_DATA = @INSTALL_DATA@
220INSTALL_PROGRAM = @INSTALL_PROGRAM@
221INSTALL_SCRIPT = @INSTALL_SCRIPT@
222INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223LD = @LD@
224LDFLAGS = @LDFLAGS@
225LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
226LIBDRM_LIBS = @LIBDRM_LIBS@
227LIBDRM_NOUVEAU_CFLAGS = @LIBDRM_NOUVEAU_CFLAGS@
228LIBDRM_NOUVEAU_LIBS = @LIBDRM_NOUVEAU_LIBS@
229LIBOBJS = @LIBOBJS@
230LIBS = @LIBS@
231LIBTOOL = @LIBTOOL@
232LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
233LIBUDEV_LIBS = @LIBUDEV_LIBS@
234LIB_MAN_DIR = @LIB_MAN_DIR@
235LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
236LIPO = @LIPO@
237LN_S = @LN_S@
238LTLIBOBJS = @LTLIBOBJS@
239LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
240MAKEINFO = @MAKEINFO@
241MANIFEST_TOOL = @MANIFEST_TOOL@
242MAN_SUBSTS = \
243	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
244	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
245	-e 's|__xservername__|Xorg|g' \
246	-e 's|__xconfigfile__|xorg.conf|g' \
247	-e 's|__projectroot__|$(prefix)|g' \
248	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
249	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
250	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
251	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
252	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
253
254MISC_MAN_DIR = @MISC_MAN_DIR@
255MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
256MKDIR_P = @MKDIR_P@
257NM = @NM@
258NMEDIT = @NMEDIT@
259OBJDUMP = @OBJDUMP@
260OBJEXT = @OBJEXT@
261OTOOL = @OTOOL@
262OTOOL64 = @OTOOL64@
263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
268PACKAGE_URL = @PACKAGE_URL@
269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
271PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
272PCIACCESS_LIBS = @PCIACCESS_LIBS@
273PKG_CONFIG = @PKG_CONFIG@
274PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
275PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
276RANLIB = @RANLIB@
277SED = sed
278SET_MAKE = @SET_MAKE@
279SHELL = @SHELL@
280STRICT_CFLAGS = @STRICT_CFLAGS@
281STRIP = @STRIP@
282VERSION = @VERSION@
283XEXT_CFLAGS = @XEXT_CFLAGS@
284XEXT_LIBS = @XEXT_LIBS@
285XORG_CFLAGS = @XORG_CFLAGS@
286XORG_LIBS = @XORG_LIBS@
287XORG_MAN_PAGE = @XORG_MAN_PAGE@
288abs_builddir = @abs_builddir@
289abs_srcdir = @abs_srcdir@
290abs_top_builddir = @abs_top_builddir@
291abs_top_srcdir = @abs_top_srcdir@
292ac_ct_AR = @ac_ct_AR@
293ac_ct_CC = @ac_ct_CC@
294ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295am__include = @am__include@
296am__leading_dot = @am__leading_dot@
297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
300bindir = @bindir@
301build = @build@
302build_alias = @build_alias@
303build_cpu = @build_cpu@
304build_os = @build_os@
305build_vendor = @build_vendor@
306builddir = @builddir@
307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
311exec_prefix = @exec_prefix@
312host = @host@
313host_alias = @host_alias@
314host_cpu = @host_cpu@
315host_os = @host_os@
316host_vendor = @host_vendor@
317htmldir = @htmldir@
318includedir = @includedir@
319infodir = @infodir@
320install_sh = @install_sh@
321libdir = @libdir@
322libexecdir = @libexecdir@
323localedir = @localedir@
324localstatedir = @localstatedir@
325mandir = @mandir@
326mkdir_p = @mkdir_p@
327moduledir = @moduledir@
328oldincludedir = @oldincludedir@
329pdfdir = @pdfdir@
330prefix = @prefix@
331program_transform_name = @program_transform_name@
332psdir = @psdir@
333runstatedir = @runstatedir@
334sbindir = @sbindir@
335sharedstatedir = @sharedstatedir@
336srcdir = @srcdir@
337sysconfdir = @sysconfdir@
338target_alias = @target_alias@
339top_build_prefix = @top_build_prefix@
340top_builddir = @top_builddir@
341top_srcdir = @top_srcdir@
342drivermandir = $(DRIVER_MAN_DIR)
343driverman_PRE = @DRIVER_NAME@.man
344driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
345EXTRA_DIST = @DRIVER_NAME@.man
346CLEANFILES = $(driverman_DATA)
347
348# Strings to replace in man pages
349XORGRELSTRING = @PACKAGE_STRING@
350XORGMANNAME = X Version 11
351SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
352all: all-am
353
354.SUFFIXES:
355.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
356$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
357	@for dep in $?; do \
358	  case '$(am__configure_deps)' in \
359	    *$$dep*) \
360	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
361	        && { if test -f $@; then exit 0; else break; fi; }; \
362	      exit 1;; \
363	  esac; \
364	done; \
365	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
366	$(am__cd) $(top_srcdir) && \
367	  $(AUTOMAKE) --gnu man/Makefile
368Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369	@case '$?' in \
370	  *config.status*) \
371	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
372	  *) \
373	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
374	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
375	esac;
376
377$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379
380$(top_srcdir)/configure:  $(am__configure_deps)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384$(am__aclocal_m4_deps):
385
386mostlyclean-libtool:
387	-rm -f *.lo
388
389clean-libtool:
390	-rm -rf .libs _libs
391install-drivermanDATA: $(driverman_DATA)
392	@$(NORMAL_INSTALL)
393	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
394	if test -n "$$list"; then \
395	  echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \
396	  $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \
397	fi; \
398	for p in $$list; do \
399	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
400	  echo "$$d$$p"; \
401	done | $(am__base_list) | \
402	while read files; do \
403	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
404	  $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
405	done
406
407uninstall-drivermanDATA:
408	@$(NORMAL_UNINSTALL)
409	@list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
410	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
411	dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir)
412tags TAGS:
413
414ctags CTAGS:
415
416cscope cscopelist:
417
418
419distdir: $(DISTFILES)
420	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422	list='$(DISTFILES)'; \
423	  dist_files=`for file in $$list; do echo $$file; done | \
424	  sed -e "s|^$$srcdirstrip/||;t" \
425	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426	case $$dist_files in \
427	  */*) $(MKDIR_P) `echo "$$dist_files" | \
428			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429			   sort -u` ;; \
430	esac; \
431	for file in $$dist_files; do \
432	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433	  if test -d $$d/$$file; then \
434	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435	    if test -d "$(distdir)/$$file"; then \
436	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437	    fi; \
438	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441	    fi; \
442	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443	  else \
444	    test -f "$(distdir)/$$file" \
445	    || cp -p $$d/$$file "$(distdir)/$$file" \
446	    || exit 1; \
447	  fi; \
448	done
449check-am: all-am
450check: check-am
451all-am: Makefile $(DATA)
452installdirs:
453	for dir in "$(DESTDIR)$(drivermandir)"; do \
454	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
455	done
456install: install-am
457install-exec: install-exec-am
458install-data: install-data-am
459uninstall: uninstall-am
460
461install-am: all-am
462	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463
464installcheck: installcheck-am
465install-strip:
466	if test -z '$(STRIP)'; then \
467	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469	      install; \
470	else \
471	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
474	fi
475mostlyclean-generic:
476
477clean-generic:
478	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
479
480distclean-generic:
481	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
484maintainer-clean-generic:
485	@echo "This command is intended for maintainers to use"
486	@echo "it deletes files that may require special tools to rebuild."
487clean: clean-am
488
489clean-am: clean-generic clean-libtool mostlyclean-am
490
491distclean: distclean-am
492	-rm -f Makefile
493distclean-am: clean-am distclean-generic
494
495dvi: dvi-am
496
497dvi-am:
498
499html: html-am
500
501html-am:
502
503info: info-am
504
505info-am:
506
507install-data-am: install-drivermanDATA
508
509install-dvi: install-dvi-am
510
511install-dvi-am:
512
513install-exec-am:
514
515install-html: install-html-am
516
517install-html-am:
518
519install-info: install-info-am
520
521install-info-am:
522
523install-man:
524
525install-pdf: install-pdf-am
526
527install-pdf-am:
528
529install-ps: install-ps-am
530
531install-ps-am:
532
533installcheck-am:
534
535maintainer-clean: maintainer-clean-am
536	-rm -f Makefile
537maintainer-clean-am: distclean-am maintainer-clean-generic
538
539mostlyclean: mostlyclean-am
540
541mostlyclean-am: mostlyclean-generic mostlyclean-libtool
542
543pdf: pdf-am
544
545pdf-am:
546
547ps: ps-am
548
549ps-am:
550
551uninstall-am: uninstall-drivermanDATA
552
553.MAKE: install-am install-strip
554
555.PHONY: all all-am check check-am clean clean-generic clean-libtool \
556	cscopelist-am ctags-am distclean distclean-generic \
557	distclean-libtool distdir dvi dvi-am html html-am info info-am \
558	install install-am install-data install-data-am \
559	install-drivermanDATA install-dvi install-dvi-am install-exec \
560	install-exec-am install-html install-html-am install-info \
561	install-info-am install-man install-pdf install-pdf-am \
562	install-ps install-ps-am install-strip installcheck \
563	installcheck-am installdirs maintainer-clean \
564	maintainer-clean-generic mostlyclean mostlyclean-generic \
565	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
566	uninstall-am uninstall-drivermanDATA
567
568.PRECIOUS: Makefile
569
570
571.man.$(DRIVER_MAN_SUFFIX):
572	sed $(MAN_SUBSTS) < $< > $@
573
574# Tell versions [3.59,3.63) of GNU make to not export all variables.
575# Otherwise a system limit (for SysV at least) may be exceeded.
576.NOEXPORT:
577