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