1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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@ 195CPPFLAGS = @CPPFLAGS@ 196CSCOPE = @CSCOPE@ 197CTAGS = @CTAGS@ 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@ 212ETAGS = @ETAGS@ 213EXEEXT = @EXEEXT@ 214FGREP = @FGREP@ 215FILECMD = @FILECMD@ 216FILE_MAN_DIR = @FILE_MAN_DIR@ 217FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 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@ 225LD = @LD@ 226LDFLAGS = @LDFLAGS@ 227LIBOBJS = @LIBOBJS@ 228LIBS = @LIBS@ 229LIBTOOL = @LIBTOOL@ 230LIB_MAN_DIR = @LIB_MAN_DIR@ 231LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 232LIPO = @LIPO@ 233LN_S = @LN_S@ 234LTLIBOBJS = @LTLIBOBJS@ 235LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 236MAKEINFO = @MAKEINFO@ 237MANIFEST_TOOL = @MANIFEST_TOOL@ 238MAN_SUBSTS = @MAN_SUBSTS@ 239MISC_MAN_DIR = @MISC_MAN_DIR@ 240MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 241MKDIR_P = @MKDIR_P@ 242NM = @NM@ 243NMEDIT = @NMEDIT@ 244OBJDUMP = @OBJDUMP@ 245OBJEXT = @OBJEXT@ 246OTOOL = @OTOOL@ 247OTOOL64 = @OTOOL64@ 248PACKAGE = @PACKAGE@ 249PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 250PACKAGE_NAME = @PACKAGE_NAME@ 251PACKAGE_STRING = @PACKAGE_STRING@ 252PACKAGE_TARNAME = @PACKAGE_TARNAME@ 253PACKAGE_URL = @PACKAGE_URL@ 254PACKAGE_VERSION = @PACKAGE_VERSION@ 255PATH_SEPARATOR = @PATH_SEPARATOR@ 256PKG_CONFIG = @PKG_CONFIG@ 257PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 258PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 259RANLIB = @RANLIB@ 260SED = @SED@ 261SET_MAKE = @SET_MAKE@ 262SHELL = @SHELL@ 263STRICT_CFLAGS = @STRICT_CFLAGS@ 264STRIP = @STRIP@ 265VERSION = @VERSION@ 266XORG_CFLAGS = @XORG_CFLAGS@ 267XORG_LIBS = @XORG_LIBS@ 268XORG_MAN_PAGE = @XORG_MAN_PAGE@ 269abs_builddir = @abs_builddir@ 270abs_srcdir = @abs_srcdir@ 271abs_top_builddir = @abs_top_builddir@ 272abs_top_srcdir = @abs_top_srcdir@ 273ac_ct_AR = @ac_ct_AR@ 274ac_ct_CC = @ac_ct_CC@ 275ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 276am__include = @am__include@ 277am__leading_dot = @am__leading_dot@ 278am__quote = @am__quote@ 279am__tar = @am__tar@ 280am__untar = @am__untar@ 281bindir = @bindir@ 282build = @build@ 283build_alias = @build_alias@ 284build_cpu = @build_cpu@ 285build_os = @build_os@ 286build_vendor = @build_vendor@ 287builddir = @builddir@ 288datadir = @datadir@ 289datarootdir = @datarootdir@ 290docdir = @docdir@ 291dvidir = @dvidir@ 292exec_prefix = @exec_prefix@ 293host = @host@ 294host_alias = @host_alias@ 295host_cpu = @host_cpu@ 296host_os = @host_os@ 297host_vendor = @host_vendor@ 298htmldir = @htmldir@ 299includedir = @includedir@ 300infodir = @infodir@ 301inputdir = @inputdir@ 302install_sh = @install_sh@ 303libdir = @libdir@ 304libexecdir = @libexecdir@ 305localedir = @localedir@ 306localstatedir = @localstatedir@ 307mandir = @mandir@ 308mkdir_p = @mkdir_p@ 309oldincludedir = @oldincludedir@ 310pdfdir = @pdfdir@ 311prefix = @prefix@ 312program_transform_name = @program_transform_name@ 313psdir = @psdir@ 314runstatedir = @runstatedir@ 315sbindir = @sbindir@ 316sharedstatedir = @sharedstatedir@ 317srcdir = @srcdir@ 318sysconfdir = @sysconfdir@ 319target_alias = @target_alias@ 320top_build_prefix = @top_build_prefix@ 321top_builddir = @top_builddir@ 322top_srcdir = @top_srcdir@ 323drivermandir = $(DRIVER_MAN_DIR) 324driverman_PRE = @DRIVER_NAME@.man 325driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 326EXTRA_DIST = @DRIVER_NAME@.man 327CLEANFILES = $(driverman_DATA) 328SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man 329all: all-am 330 331.SUFFIXES: 332.SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man 333$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 334 @for dep in $?; do \ 335 case '$(am__configure_deps)' in \ 336 *$$dep*) \ 337 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 338 && { if test -f $@; then exit 0; else break; fi; }; \ 339 exit 1;; \ 340 esac; \ 341 done; \ 342 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ 343 $(am__cd) $(top_srcdir) && \ 344 $(AUTOMAKE) --gnu man/Makefile 345Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 346 @case '$?' in \ 347 *config.status*) \ 348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 349 *) \ 350 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 351 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 352 esac; 353 354$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 356 357$(top_srcdir)/configure: $(am__configure_deps) 358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 359$(ACLOCAL_M4): $(am__aclocal_m4_deps) 360 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 361$(am__aclocal_m4_deps): 362 363mostlyclean-libtool: 364 -rm -f *.lo 365 366clean-libtool: 367 -rm -rf .libs _libs 368install-drivermanDATA: $(driverman_DATA) 369 @$(NORMAL_INSTALL) 370 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 371 if test -n "$$list"; then \ 372 echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \ 373 $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \ 374 fi; \ 375 for p in $$list; do \ 376 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 377 echo "$$d$$p"; \ 378 done | $(am__base_list) | \ 379 while read files; do \ 380 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 381 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 382 done 383 384uninstall-drivermanDATA: 385 @$(NORMAL_UNINSTALL) 386 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 387 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 388 dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir) 389tags TAGS: 390 391ctags CTAGS: 392 393cscope cscopelist: 394 395distdir: $(BUILT_SOURCES) 396 $(MAKE) $(AM_MAKEFLAGS) distdir-am 397 398distdir-am: $(DISTFILES) 399 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 400 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 401 list='$(DISTFILES)'; \ 402 dist_files=`for file in $$list; do echo $$file; done | \ 403 sed -e "s|^$$srcdirstrip/||;t" \ 404 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 405 case $$dist_files in \ 406 */*) $(MKDIR_P) `echo "$$dist_files" | \ 407 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 408 sort -u` ;; \ 409 esac; \ 410 for file in $$dist_files; do \ 411 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 412 if test -d $$d/$$file; then \ 413 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 414 if test -d "$(distdir)/$$file"; then \ 415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 416 fi; \ 417 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 418 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 420 fi; \ 421 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 422 else \ 423 test -f "$(distdir)/$$file" \ 424 || cp -p $$d/$$file "$(distdir)/$$file" \ 425 || exit 1; \ 426 fi; \ 427 done 428check-am: all-am 429check: check-am 430all-am: Makefile $(DATA) 431installdirs: 432 for dir in "$(DESTDIR)$(drivermandir)"; do \ 433 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 434 done 435install: install-am 436install-exec: install-exec-am 437install-data: install-data-am 438uninstall: uninstall-am 439 440install-am: all-am 441 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 442 443installcheck: installcheck-am 444install-strip: 445 if test -z '$(STRIP)'; then \ 446 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 447 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 448 install; \ 449 else \ 450 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 451 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 452 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 453 fi 454mostlyclean-generic: 455 456clean-generic: 457 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 458 459distclean-generic: 460 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 461 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 462 463maintainer-clean-generic: 464 @echo "This command is intended for maintainers to use" 465 @echo "it deletes files that may require special tools to rebuild." 466clean: clean-am 467 468clean-am: clean-generic clean-libtool mostlyclean-am 469 470distclean: distclean-am 471 -rm -f Makefile 472distclean-am: clean-am distclean-generic 473 474dvi: dvi-am 475 476dvi-am: 477 478html: html-am 479 480html-am: 481 482info: info-am 483 484info-am: 485 486install-data-am: install-drivermanDATA 487 488install-dvi: install-dvi-am 489 490install-dvi-am: 491 492install-exec-am: 493 494install-html: install-html-am 495 496install-html-am: 497 498install-info: install-info-am 499 500install-info-am: 501 502install-man: 503 504install-pdf: install-pdf-am 505 506install-pdf-am: 507 508install-ps: install-ps-am 509 510install-ps-am: 511 512installcheck-am: 513 514maintainer-clean: maintainer-clean-am 515 -rm -f Makefile 516maintainer-clean-am: distclean-am maintainer-clean-generic 517 518mostlyclean: mostlyclean-am 519 520mostlyclean-am: mostlyclean-generic mostlyclean-libtool 521 522pdf: pdf-am 523 524pdf-am: 525 526ps: ps-am 527 528ps-am: 529 530uninstall-am: uninstall-drivermanDATA 531 532.MAKE: install-am install-strip 533 534.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 535 cscopelist-am ctags-am distclean distclean-generic \ 536 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 537 install install-am install-data install-data-am \ 538 install-drivermanDATA install-dvi install-dvi-am install-exec \ 539 install-exec-am install-html install-html-am install-info \ 540 install-info-am install-man install-pdf install-pdf-am \ 541 install-ps install-ps-am install-strip installcheck \ 542 installcheck-am installdirs maintainer-clean \ 543 maintainer-clean-generic mostlyclean mostlyclean-generic \ 544 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 545 uninstall-am uninstall-drivermanDATA 546 547.PRECIOUS: Makefile 548 549 550# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 551.man.$(DRIVER_MAN_SUFFIX): 552 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 553 554# Tell versions [3.59,3.63) of GNU make to not export all variables. 555# Otherwise a system limit (for SysV at least) may be exceeded. 556.NOEXPORT: 557