Makefile.in revision 92405695
1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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.6 2021/04/27 01:21:07 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@ 325runstatedir = @runstatedir@ 326sbindir = @sbindir@ 327sharedstatedir = @sharedstatedir@ 328srcdir = @srcdir@ 329sysconfdir = @sysconfdir@ 330target_alias = @target_alias@ 331top_build_prefix = @top_build_prefix@ 332top_builddir = @top_builddir@ 333top_srcdir = @top_srcdir@ 334drivermandir = $(DRIVER_MAN_DIR) 335driverman_PRE = @DRIVER_NAME@.man 336driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 337EXTRA_DIST = @DRIVER_NAME@.man 338CLEANFILES = $(driverman_DATA) 339 340# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 341SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 342all: all-am 343 344.SUFFIXES: 345.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man 346$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 347 @for dep in $?; do \ 348 case '$(am__configure_deps)' in \ 349 *$$dep*) \ 350 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 351 && { if test -f $@; then exit 0; else break; fi; }; \ 352 exit 1;; \ 353 esac; \ 354 done; \ 355 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 356 $(am__cd) $(top_srcdir) && \ 357 $(AUTOMAKE) --foreign man/Makefile 358Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 359 @case '$?' in \ 360 *config.status*) \ 361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 362 *) \ 363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 365 esac; 366 367$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 369 370$(top_srcdir)/configure: $(am__configure_deps) 371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 372$(ACLOCAL_M4): $(am__aclocal_m4_deps) 373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 374$(am__aclocal_m4_deps): 375 376mostlyclean-libtool: 377 -rm -f *.lo 378 379clean-libtool: 380 -rm -rf .libs _libs 381install-drivermanDATA: $(driverman_DATA) 382 @$(NORMAL_INSTALL) 383 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 384 if test -n "$$list"; then \ 385 echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \ 386 $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \ 387 fi; \ 388 for p in $$list; do \ 389 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 390 echo "$$d$$p"; \ 391 done | $(am__base_list) | \ 392 while read files; do \ 393 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 394 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 395 done 396 397uninstall-drivermanDATA: 398 @$(NORMAL_UNINSTALL) 399 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 400 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 401 dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir) 402tags TAGS: 403 404ctags CTAGS: 405 406cscope cscopelist: 407 408 409distdir: $(BUILT_SOURCES) 410 $(MAKE) $(AM_MAKEFLAGS) distdir-am 411 412distdir-am: $(DISTFILES) 413 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 414 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 415 list='$(DISTFILES)'; \ 416 dist_files=`for file in $$list; do echo $$file; done | \ 417 sed -e "s|^$$srcdirstrip/||;t" \ 418 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 419 case $$dist_files in \ 420 */*) $(MKDIR_P) `echo "$$dist_files" | \ 421 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 422 sort -u` ;; \ 423 esac; \ 424 for file in $$dist_files; do \ 425 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 426 if test -d $$d/$$file; then \ 427 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 428 if test -d "$(distdir)/$$file"; then \ 429 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 430 fi; \ 431 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 432 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 433 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 434 fi; \ 435 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 436 else \ 437 test -f "$(distdir)/$$file" \ 438 || cp -p $$d/$$file "$(distdir)/$$file" \ 439 || exit 1; \ 440 fi; \ 441 done 442check-am: all-am 443check: check-am 444all-am: Makefile $(DATA) 445installdirs: 446 for dir in "$(DESTDIR)$(drivermandir)"; do \ 447 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 448 done 449install: install-am 450install-exec: install-exec-am 451install-data: install-data-am 452uninstall: uninstall-am 453 454install-am: all-am 455 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 456 457installcheck: installcheck-am 458install-strip: 459 if test -z '$(STRIP)'; then \ 460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 461 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 462 install; \ 463 else \ 464 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 465 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 466 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 467 fi 468mostlyclean-generic: 469 470clean-generic: 471 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 472 473distclean-generic: 474 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 475 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 476 477maintainer-clean-generic: 478 @echo "This command is intended for maintainers to use" 479 @echo "it deletes files that may require special tools to rebuild." 480clean: clean-am 481 482clean-am: clean-generic clean-libtool mostlyclean-am 483 484distclean: distclean-am 485 -rm -f Makefile 486distclean-am: clean-am distclean-generic 487 488dvi: dvi-am 489 490dvi-am: 491 492html: html-am 493 494html-am: 495 496info: info-am 497 498info-am: 499 500install-data-am: install-drivermanDATA 501 502install-dvi: install-dvi-am 503 504install-dvi-am: 505 506install-exec-am: 507 508install-html: install-html-am 509 510install-html-am: 511 512install-info: install-info-am 513 514install-info-am: 515 516install-man: 517 518install-pdf: install-pdf-am 519 520install-pdf-am: 521 522install-ps: install-ps-am 523 524install-ps-am: 525 526installcheck-am: 527 528maintainer-clean: maintainer-clean-am 529 -rm -f Makefile 530maintainer-clean-am: distclean-am maintainer-clean-generic 531 532mostlyclean: mostlyclean-am 533 534mostlyclean-am: mostlyclean-generic mostlyclean-libtool 535 536pdf: pdf-am 537 538pdf-am: 539 540ps: ps-am 541 542ps-am: 543 544uninstall-am: uninstall-drivermanDATA 545 546.MAKE: install-am install-strip 547 548.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 549 cscopelist-am ctags-am distclean distclean-generic \ 550 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 551 install install-am install-data install-data-am \ 552 install-drivermanDATA install-dvi install-dvi-am install-exec \ 553 install-exec-am install-html install-html-am install-info \ 554 install-info-am install-man install-pdf install-pdf-am \ 555 install-ps install-ps-am install-strip installcheck \ 556 installcheck-am installdirs maintainer-clean \ 557 maintainer-clean-generic mostlyclean mostlyclean-generic \ 558 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 559 uninstall-am uninstall-drivermanDATA 560 561.PRECIOUS: Makefile 562 563 564.man.$(DRIVER_MAN_SUFFIX): 565 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 566 567# Tell versions [3.59,3.63) of GNU make to not export all variables. 568# Otherwise a system limit (for SysV at least) may be exceeded. 569.NOEXPORT: 570