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