1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 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 is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# the rights to use, copy, modify, merge, publish, distribute, sublicense, 24# and/or sell copies of the Software, and to permit persons to whom the 25# Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 37# DEALINGS IN THE SOFTWARE. 38# 39 40VPATH = @srcdir@ 41am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 42am__make_running_with_option = \ 43 case $${target_option-} in \ 44 ?) ;; \ 45 *) echo "am__make_running_with_option: internal error: invalid" \ 46 "target option '$${target_option-}' specified" >&2; \ 47 exit 1;; \ 48 esac; \ 49 has_opt=no; \ 50 sane_makeflags=$$MAKEFLAGS; \ 51 if $(am__is_gnu_make); then \ 52 sane_makeflags=$$MFLAGS; \ 53 else \ 54 case $$MAKEFLAGS in \ 55 *\\[\ \ ]*) \ 56 bs=\\; \ 57 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 58 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 59 esac; \ 60 fi; \ 61 skip_next=no; \ 62 strip_trailopt () \ 63 { \ 64 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 65 }; \ 66 for flg in $$sane_makeflags; do \ 67 test $$skip_next = yes && { skip_next=no; continue; }; \ 68 case $$flg in \ 69 *=*|--*) continue;; \ 70 -*I) strip_trailopt 'I'; skip_next=yes;; \ 71 -*I?*) strip_trailopt 'I';; \ 72 -*O) strip_trailopt 'O'; skip_next=yes;; \ 73 -*O?*) strip_trailopt 'O';; \ 74 -*l) strip_trailopt 'l'; skip_next=yes;; \ 75 -*l?*) strip_trailopt 'l';; \ 76 -[dEDm]) skip_next=yes;; \ 77 -[JT]) skip_next=yes;; \ 78 esac; \ 79 case $$flg in \ 80 *$$target_option*) has_opt=yes; break;; \ 81 esac; \ 82 done; \ 83 test $$has_opt = yes 84am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 85am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 86pkgdatadir = $(datadir)/@PACKAGE@ 87pkgincludedir = $(includedir)/@PACKAGE@ 88pkglibdir = $(libdir)/@PACKAGE@ 89pkglibexecdir = $(libexecdir)/@PACKAGE@ 90am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 91install_sh_DATA = $(install_sh) -c -m 644 92install_sh_PROGRAM = $(install_sh) -c 93install_sh_SCRIPT = $(install_sh) -c 94INSTALL_HEADER = $(INSTALL_DATA) 95transform = $(program_transform_name) 96NORMAL_INSTALL = : 97PRE_INSTALL = : 98POST_INSTALL = : 99NORMAL_UNINSTALL = : 100PRE_UNINSTALL = : 101POST_UNINSTALL = : 102build_triplet = @build@ 103host_triplet = @host@ 104subdir = man 105DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am 106ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 107am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 108 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 109 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 110 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 111am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 112 $(ACLOCAL_M4) 113mkinstalldirs = $(install_sh) -d 114CONFIG_HEADER = $(top_builddir)/config.h 115CONFIG_CLEAN_FILES = 116CONFIG_CLEAN_VPATH_FILES = 117AM_V_P = $(am__v_P_@AM_V@) 118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 119am__v_P_0 = false 120am__v_P_1 = : 121AM_V_GEN = $(am__v_GEN_@AM_V@) 122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 123am__v_GEN_0 = @echo " GEN " $@; 124am__v_GEN_1 = 125AM_V_at = $(am__v_at_@AM_V@) 126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 127am__v_at_0 = @ 128am__v_at_1 = 129SOURCES = 130DIST_SOURCES = 131am__can_run_installinfo = \ 132 case $$AM_UPDATE_INFO_DIR in \ 133 n|no|NO) false;; \ 134 *) (install-info --version) >/dev/null 2>&1;; \ 135 esac 136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 137am__vpath_adj = case $$p in \ 138 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 139 *) f=$$p;; \ 140 esac; 141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 142am__install_max = 40 143am__nobase_strip_setup = \ 144 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 145am__nobase_strip = \ 146 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 147am__nobase_list = $(am__nobase_strip_setup); \ 148 for p in $$list; do echo "$$p $$p"; done | \ 149 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 150 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 151 if (++n[$$2] == $(am__install_max)) \ 152 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 153 END { for (dir in files) print dir, files[dir] }' 154am__base_list = \ 155 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 156 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 157am__uninstall_files_from_dir = { \ 158 test -z "$$files" \ 159 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 160 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 161 $(am__cd) "$$dir" && rm -f $$files; }; \ 162 } 163am__installdirs = "$(DESTDIR)$(drivermandir)" 164DATA = $(driverman_DATA) 165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 167ACLOCAL = @ACLOCAL@ 168ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 169ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 170AMTAR = @AMTAR@ 171AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 172APP_MAN_DIR = @APP_MAN_DIR@ 173APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 174AR = @AR@ 175AUTOCONF = @AUTOCONF@ 176AUTOHEADER = @AUTOHEADER@ 177AUTOMAKE = @AUTOMAKE@ 178AWK = @AWK@ 179BASE_CFLAGS = @BASE_CFLAGS@ 180CC = @CC@ 181CCDEPMODE = @CCDEPMODE@ 182CFLAGS = @CFLAGS@ 183CHANGELOG_CMD = @CHANGELOG_CMD@ 184CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@ 185CPP = @CPP@ 186CPPFLAGS = @CPPFLAGS@ 187CWARNFLAGS = @CWARNFLAGS@ 188CYGPATH_W = @CYGPATH_W@ 189DEFS = @DEFS@ 190DEPDIR = @DEPDIR@ 191DLLTOOL = @DLLTOOL@ 192DRI1_CFLAGS = @DRI1_CFLAGS@ 193DRI1_LIBS = @DRI1_LIBS@ 194DRI2_CFLAGS = @DRI2_CFLAGS@ 195DRI2_LIBS = @DRI2_LIBS@ 196DRI3_CFLAGS = @DRI3_CFLAGS@ 197DRI3_LIBS = @DRI3_LIBS@ 198DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 199DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 200DRIVER_NAME = @DRIVER_NAME@ 201DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 202DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 203DRMINTEL_LIBS = @DRMINTEL_LIBS@ 204DRM_CFLAGS = @DRM_CFLAGS@ 205DRM_LIBS = @DRM_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@ 216GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 217GEN4ASM_LIBS = @GEN4ASM_LIBS@ 218GREP = @GREP@ 219INSTALL = @INSTALL@ 220INSTALL_CMD = @INSTALL_CMD@ 221INSTALL_DATA = @INSTALL_DATA@ 222INSTALL_PROGRAM = @INSTALL_PROGRAM@ 223INSTALL_SCRIPT = @INSTALL_SCRIPT@ 224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 225INTEL_GEN4ASM = @INTEL_GEN4ASM@ 226IVO_CFLAGS = @IVO_CFLAGS@ 227IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@ 228IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@ 229IVO_LIBS = @IVO_LIBS@ 230LD = @LD@ 231LDFLAGS = @LDFLAGS@ 232LIBEXEC_PATH = @LIBEXEC_PATH@ 233LIBOBJS = @LIBOBJS@ 234LIBS = @LIBS@ 235LIBTOOL = @LIBTOOL@ 236LIB_MAN_DIR = @LIB_MAN_DIR@ 237LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 238LIPO = @LIPO@ 239LN_S = @LN_S@ 240LTLIBOBJS = @LTLIBOBJS@ 241MAKEINFO = @MAKEINFO@ 242MANIFEST_TOOL = @MANIFEST_TOOL@ 243MAN_SUBSTS = @MAN_SUBSTS@ 244MISC_MAN_DIR = @MISC_MAN_DIR@ 245MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 246MKDIR_P = @MKDIR_P@ 247NM = @NM@ 248NMEDIT = @NMEDIT@ 249NOWARNFLAGS = @NOWARNFLAGS@ 250OBJDUMP = @OBJDUMP@ 251OBJEXT = @OBJEXT@ 252OTOOL = @OTOOL@ 253OTOOL64 = @OTOOL64@ 254PACKAGE = @PACKAGE@ 255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 256PACKAGE_NAME = @PACKAGE_NAME@ 257PACKAGE_STRING = @PACKAGE_STRING@ 258PACKAGE_TARNAME = @PACKAGE_TARNAME@ 259PACKAGE_URL = @PACKAGE_URL@ 260PACKAGE_VERSION = @PACKAGE_VERSION@ 261PATH_SEPARATOR = @PATH_SEPARATOR@ 262PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 263PCIACCESS_LIBS = @PCIACCESS_LIBS@ 264PKG_CONFIG = @PKG_CONFIG@ 265PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 266PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 267PREFIX_PATH = @PREFIX_PATH@ 268PRESENT_CFLAGS = @PRESENT_CFLAGS@ 269PRESENT_LIBS = @PRESENT_LIBS@ 270RANLIB = @RANLIB@ 271SED = @SED@ 272SET_MAKE = @SET_MAKE@ 273SHELL = @SHELL@ 274STRICT_CFLAGS = @STRICT_CFLAGS@ 275STRIP = @STRIP@ 276UDEV_CFLAGS = @UDEV_CFLAGS@ 277UDEV_LIBS = @UDEV_LIBS@ 278VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 279VALGRIND_LIBS = @VALGRIND_LIBS@ 280VERSION = @VERSION@ 281X11_CFLAGS = @X11_CFLAGS@ 282X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 283X11_DRI3_LIBS = @X11_DRI3_LIBS@ 284X11_LIBS = @X11_LIBS@ 285XORG_CFLAGS = @XORG_CFLAGS@ 286XORG_LIBS = @XORG_LIBS@ 287XORG_MAN_PAGE = @XORG_MAN_PAGE@ 288XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 289XVMCLIB_LIBS = @XVMCLIB_LIBS@ 290abs_builddir = @abs_builddir@ 291abs_srcdir = @abs_srcdir@ 292abs_top_builddir = @abs_top_builddir@ 293abs_top_srcdir = @abs_top_srcdir@ 294ac_ct_AR = @ac_ct_AR@ 295ac_ct_CC = @ac_ct_CC@ 296ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 297am__include = @am__include@ 298am__leading_dot = @am__leading_dot@ 299am__quote = @am__quote@ 300am__tar = @am__tar@ 301am__untar = @am__untar@ 302bindir = @bindir@ 303build = @build@ 304build_alias = @build_alias@ 305build_cpu = @build_cpu@ 306build_os = @build_os@ 307build_vendor = @build_vendor@ 308builddir = @builddir@ 309datadir = @datadir@ 310datarootdir = @datarootdir@ 311docdir = @docdir@ 312dvidir = @dvidir@ 313exec_prefix = @exec_prefix@ 314host = @host@ 315host_alias = @host_alias@ 316host_cpu = @host_cpu@ 317host_os = @host_os@ 318host_vendor = @host_vendor@ 319htmldir = @htmldir@ 320includedir = @includedir@ 321infodir = @infodir@ 322install_sh = @install_sh@ 323libdir = @libdir@ 324libexecdir = @libexecdir@ 325localedir = @localedir@ 326localstatedir = @localstatedir@ 327mandir = @mandir@ 328mkdir_p = @mkdir_p@ 329moduledir = @moduledir@ 330oldincludedir = @oldincludedir@ 331pdfdir = @pdfdir@ 332prefix = @prefix@ 333program_transform_name = @program_transform_name@ 334psdir = @psdir@ 335sbindir = @sbindir@ 336sharedstatedir = @sharedstatedir@ 337srcdir = @srcdir@ 338sysconfdir = @sysconfdir@ 339target_alias = @target_alias@ 340top_build_prefix = @top_build_prefix@ 341top_builddir = @top_builddir@ 342top_srcdir = @top_srcdir@ 343drivermandir = $(DRIVER_MAN_DIR) 344driverman_DATA = $(DRIVER_NAME).$(DRIVER_MAN_SUFFIX) 345EXTRA_DIST = $(DRIVER_NAME).man 346CLEANFILES = $(driverman_DATA) 347 348# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 349SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 350all: all-am 351 352.SUFFIXES: 353.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man 354$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 355 @for dep in $?; do \ 356 case '$(am__configure_deps)' in \ 357 *$$dep*) \ 358 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 359 && { if test -f $@; then exit 0; else break; fi; }; \ 360 exit 1;; \ 361 esac; \ 362 done; \ 363 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 364 $(am__cd) $(top_srcdir) && \ 365 $(AUTOMAKE) --foreign man/Makefile 366.PRECIOUS: 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 568.man.$(DRIVER_MAN_SUFFIX): 569 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 570 571# Tell versions [3.59,3.63) of GNU make to not export all variables. 572# Otherwise a system limit (for SysV at least) may be exceeded. 573.NOEXPORT: 574