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