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 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 = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114subdir = man 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 117 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 118 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 119 $(top_srcdir)/m4/lt~obsolete.m4 $(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@ 181ALLOCA = @ALLOCA@ 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@ 196CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@ 197CPP = @CPP@ 198CPPFLAGS = @CPPFLAGS@ 199CWARNFLAGS = @CWARNFLAGS@ 200CYGPATH_W = @CYGPATH_W@ 201DEFS = @DEFS@ 202DEPDIR = @DEPDIR@ 203DLLTOOL = @DLLTOOL@ 204DRI1_CFLAGS = @DRI1_CFLAGS@ 205DRI1_LIBS = @DRI1_LIBS@ 206DRI2_CFLAGS = @DRI2_CFLAGS@ 207DRI2_LIBS = @DRI2_LIBS@ 208DRI3_CFLAGS = @DRI3_CFLAGS@ 209DRI3_LIBS = @DRI3_LIBS@ 210DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 211DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 212DRIVER_NAME = @DRIVER_NAME@ 213DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 214DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 215DRMINTEL_LIBS = @DRMINTEL_LIBS@ 216DRM_CFLAGS = @DRM_CFLAGS@ 217DRM_LIBS = @DRM_LIBS@ 218DSYMUTIL = @DSYMUTIL@ 219DUMPBIN = @DUMPBIN@ 220ECHO_C = @ECHO_C@ 221ECHO_N = @ECHO_N@ 222ECHO_T = @ECHO_T@ 223EGREP = @EGREP@ 224EXEEXT = @EXEEXT@ 225FGREP = @FGREP@ 226FILE_MAN_DIR = @FILE_MAN_DIR@ 227FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 228GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 229GEN4ASM_LIBS = @GEN4ASM_LIBS@ 230GREP = @GREP@ 231INSTALL = @INSTALL@ 232INSTALL_CMD = @INSTALL_CMD@ 233INSTALL_DATA = @INSTALL_DATA@ 234INSTALL_PROGRAM = @INSTALL_PROGRAM@ 235INSTALL_SCRIPT = @INSTALL_SCRIPT@ 236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 237INTEL_GEN4ASM = @INTEL_GEN4ASM@ 238IVO_CFLAGS = @IVO_CFLAGS@ 239IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@ 240IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@ 241IVO_LIBS = @IVO_LIBS@ 242LD = @LD@ 243LDFLAGS = @LDFLAGS@ 244LIBEXEC_PATH = @LIBEXEC_PATH@ 245LIBOBJS = @LIBOBJS@ 246LIBS = @LIBS@ 247LIBTOOL = @LIBTOOL@ 248LIB_MAN_DIR = @LIB_MAN_DIR@ 249LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 250LIPO = @LIPO@ 251LN_S = @LN_S@ 252LTLIBOBJS = @LTLIBOBJS@ 253LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 254MAKEINFO = @MAKEINFO@ 255MANIFEST_TOOL = @MANIFEST_TOOL@ 256MAN_SUBSTS = @MAN_SUBSTS@ 257MISC_MAN_DIR = @MISC_MAN_DIR@ 258MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 259MKDIR_P = @MKDIR_P@ 260NM = @NM@ 261NMEDIT = @NMEDIT@ 262NOWARNFLAGS = @NOWARNFLAGS@ 263OBJDUMP = @OBJDUMP@ 264OBJEXT = @OBJEXT@ 265OTOOL = @OTOOL@ 266OTOOL64 = @OTOOL64@ 267PACKAGE = @PACKAGE@ 268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 269PACKAGE_NAME = @PACKAGE_NAME@ 270PACKAGE_STRING = @PACKAGE_STRING@ 271PACKAGE_TARNAME = @PACKAGE_TARNAME@ 272PACKAGE_URL = @PACKAGE_URL@ 273PACKAGE_VERSION = @PACKAGE_VERSION@ 274PATH_SEPARATOR = @PATH_SEPARATOR@ 275PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 276PCIACCESS_LIBS = @PCIACCESS_LIBS@ 277PKG_CONFIG = @PKG_CONFIG@ 278PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 279PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 280PREFIX_PATH = @PREFIX_PATH@ 281PRESENT_CFLAGS = @PRESENT_CFLAGS@ 282PRESENT_LIBS = @PRESENT_LIBS@ 283RANLIB = @RANLIB@ 284SED = @SED@ 285SET_MAKE = @SET_MAKE@ 286SHELL = @SHELL@ 287STRICT_CFLAGS = @STRICT_CFLAGS@ 288STRIP = @STRIP@ 289TOOL_CURSOR_CFLAGS = @TOOL_CURSOR_CFLAGS@ 290TOOL_CURSOR_LIBS = @TOOL_CURSOR_LIBS@ 291UDEV_CFLAGS = @UDEV_CFLAGS@ 292UDEV_LIBS = @UDEV_LIBS@ 293VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 294VALGRIND_LIBS = @VALGRIND_LIBS@ 295VERSION = @VERSION@ 296X11_CFLAGS = @X11_CFLAGS@ 297X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 298X11_DRI3_LIBS = @X11_DRI3_LIBS@ 299X11_LIBS = @X11_LIBS@ 300X11_VM_CFLAGS = @X11_VM_CFLAGS@ 301X11_VM_LIBS = @X11_VM_LIBS@ 302XORG_CFLAGS = @XORG_CFLAGS@ 303XORG_LIBS = @XORG_LIBS@ 304XORG_MAN_PAGE = @XORG_MAN_PAGE@ 305XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 306XVMCLIB_LIBS = @XVMCLIB_LIBS@ 307abs_builddir = @abs_builddir@ 308abs_srcdir = @abs_srcdir@ 309abs_top_builddir = @abs_top_builddir@ 310abs_top_srcdir = @abs_top_srcdir@ 311ac_ct_AR = @ac_ct_AR@ 312ac_ct_CC = @ac_ct_CC@ 313ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 314am__include = @am__include@ 315am__leading_dot = @am__leading_dot@ 316am__quote = @am__quote@ 317am__tar = @am__tar@ 318am__untar = @am__untar@ 319bindir = @bindir@ 320build = @build@ 321build_alias = @build_alias@ 322build_cpu = @build_cpu@ 323build_os = @build_os@ 324build_vendor = @build_vendor@ 325builddir = @builddir@ 326datadir = @datadir@ 327datarootdir = @datarootdir@ 328docdir = @docdir@ 329dvidir = @dvidir@ 330exec_prefix = @exec_prefix@ 331host = @host@ 332host_alias = @host_alias@ 333host_cpu = @host_cpu@ 334host_os = @host_os@ 335host_vendor = @host_vendor@ 336htmldir = @htmldir@ 337includedir = @includedir@ 338infodir = @infodir@ 339install_sh = @install_sh@ 340libdir = @libdir@ 341libexecdir = @libexecdir@ 342localedir = @localedir@ 343localstatedir = @localstatedir@ 344mandir = @mandir@ 345mkdir_p = @mkdir_p@ 346moduledir = @moduledir@ 347oldincludedir = @oldincludedir@ 348pdfdir = @pdfdir@ 349prefix = @prefix@ 350program_transform_name = @program_transform_name@ 351psdir = @psdir@ 352sbindir = @sbindir@ 353sharedstatedir = @sharedstatedir@ 354srcdir = @srcdir@ 355sysconfdir = @sysconfdir@ 356target_alias = @target_alias@ 357top_build_prefix = @top_build_prefix@ 358top_builddir = @top_builddir@ 359top_srcdir = @top_srcdir@ 360drivermandir = $(DRIVER_MAN_DIR) 361driverman_DATA = $(DRIVER_NAME).$(DRIVER_MAN_SUFFIX) 362EXTRA_DIST = $(DRIVER_NAME).man 363CLEANFILES = $(driverman_DATA) 364 365# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 366SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 367all: all-am 368 369.SUFFIXES: 370.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man 371$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 372 @for dep in $?; do \ 373 case '$(am__configure_deps)' in \ 374 *$$dep*) \ 375 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 376 && { if test -f $@; then exit 0; else break; fi; }; \ 377 exit 1;; \ 378 esac; \ 379 done; \ 380 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 381 $(am__cd) $(top_srcdir) && \ 382 $(AUTOMAKE) --foreign man/Makefile 383Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 384 @case '$?' in \ 385 *config.status*) \ 386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 387 *) \ 388 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 389 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 390 esac; 391 392$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 394 395$(top_srcdir)/configure: $(am__configure_deps) 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 397$(ACLOCAL_M4): $(am__aclocal_m4_deps) 398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 399$(am__aclocal_m4_deps): 400 401mostlyclean-libtool: 402 -rm -f *.lo 403 404clean-libtool: 405 -rm -rf .libs _libs 406install-drivermanDATA: $(driverman_DATA) 407 @$(NORMAL_INSTALL) 408 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 409 if test -n "$$list"; then \ 410 echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \ 411 $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \ 412 fi; \ 413 for p in $$list; do \ 414 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 415 echo "$$d$$p"; \ 416 done | $(am__base_list) | \ 417 while read files; do \ 418 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 419 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 420 done 421 422uninstall-drivermanDATA: 423 @$(NORMAL_UNINSTALL) 424 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 425 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 426 dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir) 427tags TAGS: 428 429ctags CTAGS: 430 431cscope cscopelist: 432 433 434distdir: $(BUILT_SOURCES) 435 $(MAKE) $(AM_MAKEFLAGS) distdir-am 436 437distdir-am: $(DISTFILES) 438 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 439 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 440 list='$(DISTFILES)'; \ 441 dist_files=`for file in $$list; do echo $$file; done | \ 442 sed -e "s|^$$srcdirstrip/||;t" \ 443 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 444 case $$dist_files in \ 445 */*) $(MKDIR_P) `echo "$$dist_files" | \ 446 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 447 sort -u` ;; \ 448 esac; \ 449 for file in $$dist_files; do \ 450 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 451 if test -d $$d/$$file; then \ 452 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 453 if test -d "$(distdir)/$$file"; then \ 454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 455 fi; \ 456 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 457 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 459 fi; \ 460 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 461 else \ 462 test -f "$(distdir)/$$file" \ 463 || cp -p $$d/$$file "$(distdir)/$$file" \ 464 || exit 1; \ 465 fi; \ 466 done 467check-am: all-am 468check: check-am 469all-am: Makefile $(DATA) 470installdirs: 471 for dir in "$(DESTDIR)$(drivermandir)"; do \ 472 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 473 done 474install: install-am 475install-exec: install-exec-am 476install-data: install-data-am 477uninstall: uninstall-am 478 479install-am: all-am 480 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 481 482installcheck: installcheck-am 483install-strip: 484 if test -z '$(STRIP)'; then \ 485 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 486 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 487 install; \ 488 else \ 489 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 490 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 491 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 492 fi 493mostlyclean-generic: 494 495clean-generic: 496 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 497 498distclean-generic: 499 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 500 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 501 502maintainer-clean-generic: 503 @echo "This command is intended for maintainers to use" 504 @echo "it deletes files that may require special tools to rebuild." 505clean: clean-am 506 507clean-am: clean-generic clean-libtool mostlyclean-am 508 509distclean: distclean-am 510 -rm -f Makefile 511distclean-am: clean-am distclean-generic 512 513dvi: dvi-am 514 515dvi-am: 516 517html: html-am 518 519html-am: 520 521info: info-am 522 523info-am: 524 525install-data-am: install-drivermanDATA 526 527install-dvi: install-dvi-am 528 529install-dvi-am: 530 531install-exec-am: 532 533install-html: install-html-am 534 535install-html-am: 536 537install-info: install-info-am 538 539install-info-am: 540 541install-man: 542 543install-pdf: install-pdf-am 544 545install-pdf-am: 546 547install-ps: install-ps-am 548 549install-ps-am: 550 551installcheck-am: 552 553maintainer-clean: maintainer-clean-am 554 -rm -f Makefile 555maintainer-clean-am: distclean-am maintainer-clean-generic 556 557mostlyclean: mostlyclean-am 558 559mostlyclean-am: mostlyclean-generic mostlyclean-libtool 560 561pdf: pdf-am 562 563pdf-am: 564 565ps: ps-am 566 567ps-am: 568 569uninstall-am: uninstall-drivermanDATA 570 571.MAKE: install-am install-strip 572 573.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 574 cscopelist-am ctags-am distclean distclean-generic \ 575 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 576 install install-am install-data install-data-am \ 577 install-drivermanDATA install-dvi install-dvi-am install-exec \ 578 install-exec-am install-html install-html-am install-info \ 579 install-info-am install-man install-pdf install-pdf-am \ 580 install-ps install-ps-am install-strip installcheck \ 581 installcheck-am installdirs maintainer-clean \ 582 maintainer-clean-generic mostlyclean mostlyclean-generic \ 583 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 584 uninstall-am uninstall-drivermanDATA 585 586.PRECIOUS: Makefile 587 588 589.man.$(DRIVER_MAN_SUFFIX): 590 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 591 592# Tell versions [3.59,3.63) of GNU make to not export all variables. 593# Otherwise a system limit (for SysV at least) may be exceeded. 594.NOEXPORT: 595