Makefile.in revision 0a1d3ae0
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 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/libtool.m4 \ 117 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 118 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 119 $(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@ 218GBM_CFLAGS = @GBM_CFLAGS@ 219GBM_LIBS = @GBM_LIBS@ 220GREP = @GREP@ 221INSTALL = @INSTALL@ 222INSTALL_CMD = @INSTALL_CMD@ 223INSTALL_DATA = @INSTALL_DATA@ 224INSTALL_PROGRAM = @INSTALL_PROGRAM@ 225INSTALL_SCRIPT = @INSTALL_SCRIPT@ 226INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 227LD = @LD@ 228LDFLAGS = @LDFLAGS@ 229LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 230LIBDRM_LIBS = @LIBDRM_LIBS@ 231LIBDRM_RADEON_CFLAGS = @LIBDRM_RADEON_CFLAGS@ 232LIBDRM_RADEON_LIBS = @LIBDRM_RADEON_LIBS@ 233LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@ 234LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@ 235LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@ 236LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@ 237LIBGL_CFLAGS = @LIBGL_CFLAGS@ 238LIBGL_LIBS = @LIBGL_LIBS@ 239LIBOBJS = @LIBOBJS@ 240LIBS = @LIBS@ 241LIBTOOL = @LIBTOOL@ 242LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 243LIBUDEV_LIBS = @LIBUDEV_LIBS@ 244LIB_MAN_DIR = @LIB_MAN_DIR@ 245LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 246LIPO = @LIPO@ 247LN_S = @LN_S@ 248LTLIBOBJS = @LTLIBOBJS@ 249LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 250MAKEINFO = @MAKEINFO@ 251MANIFEST_TOOL = @MANIFEST_TOOL@ 252MAN_SUBSTS = @MAN_SUBSTS@ 253MISC_MAN_DIR = @MISC_MAN_DIR@ 254MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 255MKDIR_P = @MKDIR_P@ 256NM = @NM@ 257NMEDIT = @NMEDIT@ 258OBJDUMP = @OBJDUMP@ 259OBJEXT = @OBJEXT@ 260OTOOL = @OTOOL@ 261OTOOL64 = @OTOOL64@ 262PACKAGE = @PACKAGE@ 263PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 264PACKAGE_NAME = @PACKAGE_NAME@ 265PACKAGE_STRING = @PACKAGE_STRING@ 266PACKAGE_TARNAME = @PACKAGE_TARNAME@ 267PACKAGE_URL = @PACKAGE_URL@ 268PACKAGE_VERSION = @PACKAGE_VERSION@ 269PATH_SEPARATOR = @PATH_SEPARATOR@ 270PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 271PCIACCESS_LIBS = @PCIACCESS_LIBS@ 272PKG_CONFIG = @PKG_CONFIG@ 273PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 274PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 275RANLIB = @RANLIB@ 276SED = @SED@ 277SET_MAKE = @SET_MAKE@ 278SHELL = @SHELL@ 279STRICT_CFLAGS = @STRICT_CFLAGS@ 280STRIP = @STRIP@ 281VERSION = @VERSION@ 282XEXT_CFLAGS = @XEXT_CFLAGS@ 283XEXT_LIBS = @XEXT_LIBS@ 284XORG_CFLAGS = @XORG_CFLAGS@ 285XORG_LIBS = @XORG_LIBS@ 286XORG_MAN_PAGE = @XORG_MAN_PAGE@ 287abs_builddir = @abs_builddir@ 288abs_srcdir = @abs_srcdir@ 289abs_top_builddir = @abs_top_builddir@ 290abs_top_srcdir = @abs_top_srcdir@ 291ac_ct_AR = @ac_ct_AR@ 292ac_ct_CC = @ac_ct_CC@ 293ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 294am__include = @am__include@ 295am__leading_dot = @am__leading_dot@ 296am__quote = @am__quote@ 297am__tar = @am__tar@ 298am__untar = @am__untar@ 299bindir = @bindir@ 300build = @build@ 301build_alias = @build_alias@ 302build_cpu = @build_cpu@ 303build_os = @build_os@ 304build_vendor = @build_vendor@ 305builddir = @builddir@ 306configdir = @configdir@ 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@ 333runstatedir = @runstatedir@ 334sbindir = @sbindir@ 335sharedstatedir = @sharedstatedir@ 336srcdir = @srcdir@ 337sysconfdir = @sysconfdir@ 338target_alias = @target_alias@ 339top_build_prefix = @top_build_prefix@ 340top_builddir = @top_builddir@ 341top_srcdir = @top_srcdir@ 342drivermandir = $(DRIVER_MAN_DIR) 343driverman_PRE = @DRIVER_NAME@.man radeon.man 344driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) 345EXTRA_DIST = @DRIVER_NAME@.man radeon.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 366Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 367 @case '$?' in \ 368 *config.status*) \ 369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 370 *) \ 371 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 372 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 373 esac; 374 375$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 377 378$(top_srcdir)/configure: $(am__configure_deps) 379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 380$(ACLOCAL_M4): $(am__aclocal_m4_deps) 381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 382$(am__aclocal_m4_deps): 383 384mostlyclean-libtool: 385 -rm -f *.lo 386 387clean-libtool: 388 -rm -rf .libs _libs 389install-drivermanDATA: $(driverman_DATA) 390 @$(NORMAL_INSTALL) 391 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 392 if test -n "$$list"; then \ 393 echo " $(MKDIR_P) '$(DESTDIR)$(drivermandir)'"; \ 394 $(MKDIR_P) "$(DESTDIR)$(drivermandir)" || exit 1; \ 395 fi; \ 396 for p in $$list; do \ 397 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 398 echo "$$d$$p"; \ 399 done | $(am__base_list) | \ 400 while read files; do \ 401 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \ 402 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \ 403 done 404 405uninstall-drivermanDATA: 406 @$(NORMAL_UNINSTALL) 407 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \ 408 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 409 dir='$(DESTDIR)$(drivermandir)'; $(am__uninstall_files_from_dir) 410tags TAGS: 411 412ctags CTAGS: 413 414cscope cscopelist: 415 416distdir: $(BUILT_SOURCES) 417 $(MAKE) $(AM_MAKEFLAGS) distdir-am 418 419distdir-am: $(DISTFILES) 420 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 421 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 422 list='$(DISTFILES)'; \ 423 dist_files=`for file in $$list; do echo $$file; done | \ 424 sed -e "s|^$$srcdirstrip/||;t" \ 425 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 426 case $$dist_files in \ 427 */*) $(MKDIR_P) `echo "$$dist_files" | \ 428 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 429 sort -u` ;; \ 430 esac; \ 431 for file in $$dist_files; do \ 432 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 433 if test -d $$d/$$file; then \ 434 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 435 if test -d "$(distdir)/$$file"; then \ 436 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 437 fi; \ 438 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 439 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 440 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 441 fi; \ 442 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 443 else \ 444 test -f "$(distdir)/$$file" \ 445 || cp -p $$d/$$file "$(distdir)/$$file" \ 446 || exit 1; \ 447 fi; \ 448 done 449check-am: all-am 450check: check-am 451all-am: Makefile $(DATA) 452installdirs: 453 for dir in "$(DESTDIR)$(drivermandir)"; do \ 454 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 455 done 456install: install-am 457install-exec: install-exec-am 458install-data: install-data-am 459uninstall: uninstall-am 460 461install-am: all-am 462 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 463 464installcheck: installcheck-am 465install-strip: 466 if test -z '$(STRIP)'; then \ 467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 468 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 469 install; \ 470 else \ 471 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 472 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 473 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 474 fi 475mostlyclean-generic: 476 477clean-generic: 478 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 479 480distclean-generic: 481 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 482 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 483 484maintainer-clean-generic: 485 @echo "This command is intended for maintainers to use" 486 @echo "it deletes files that may require special tools to rebuild." 487clean: clean-am 488 489clean-am: clean-generic clean-libtool mostlyclean-am 490 491distclean: distclean-am 492 -rm -f Makefile 493distclean-am: clean-am distclean-generic 494 495dvi: dvi-am 496 497dvi-am: 498 499html: html-am 500 501html-am: 502 503info: info-am 504 505info-am: 506 507install-data-am: install-drivermanDATA 508 509install-dvi: install-dvi-am 510 511install-dvi-am: 512 513install-exec-am: 514 515install-html: install-html-am 516 517install-html-am: 518 519install-info: install-info-am 520 521install-info-am: 522 523install-man: 524 525install-pdf: install-pdf-am 526 527install-pdf-am: 528 529install-ps: install-ps-am 530 531install-ps-am: 532 533installcheck-am: 534 535maintainer-clean: maintainer-clean-am 536 -rm -f Makefile 537maintainer-clean-am: distclean-am maintainer-clean-generic 538 539mostlyclean: mostlyclean-am 540 541mostlyclean-am: mostlyclean-generic mostlyclean-libtool 542 543pdf: pdf-am 544 545pdf-am: 546 547ps: ps-am 548 549ps-am: 550 551uninstall-am: uninstall-drivermanDATA 552 553.MAKE: install-am install-strip 554 555.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 556 cscopelist-am ctags-am distclean distclean-generic \ 557 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 558 install install-am install-data install-data-am \ 559 install-drivermanDATA install-dvi install-dvi-am install-exec \ 560 install-exec-am install-html install-html-am install-info \ 561 install-info-am install-man install-pdf install-pdf-am \ 562 install-ps install-ps-am install-strip installcheck \ 563 installcheck-am installdirs maintainer-clean \ 564 maintainer-clean-generic mostlyclean mostlyclean-generic \ 565 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 566 uninstall-am uninstall-drivermanDATA 567 568.PRECIOUS: Makefile 569 570 571.man.$(DRIVER_MAN_SUFFIX): 572 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 573 574# Tell versions [3.59,3.63) of GNU make to not export all variables. 575# Otherwise a system limit (for SysV at least) may be exceeded. 576.NOEXPORT: 577