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