Makefile.in revision 39413783
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# Copyright 2017 Advanced Micro Devices, Inc. 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 37VPATH = @srcdir@ 38am__is_gnu_make = { \ 39 if test -z '$(MAKELEVEL)'; then \ 40 false; \ 41 elif test -n '$(MAKE_HOST)'; then \ 42 true; \ 43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 44 true; \ 45 else \ 46 false; \ 47 fi; \ 48} 49am__make_running_with_option = \ 50 case $${target_option-} in \ 51 ?) ;; \ 52 *) echo "am__make_running_with_option: internal error: invalid" \ 53 "target option '$${target_option-}' specified" >&2; \ 54 exit 1;; \ 55 esac; \ 56 has_opt=no; \ 57 sane_makeflags=$$MAKEFLAGS; \ 58 if $(am__is_gnu_make); then \ 59 sane_makeflags=$$MFLAGS; \ 60 else \ 61 case $$MAKEFLAGS in \ 62 *\\[\ \ ]*) \ 63 bs=\\; \ 64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 66 esac; \ 67 fi; \ 68 skip_next=no; \ 69 strip_trailopt () \ 70 { \ 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 72 }; \ 73 for flg in $$sane_makeflags; do \ 74 test $$skip_next = yes && { skip_next=no; continue; }; \ 75 case $$flg in \ 76 *=*|--*) continue;; \ 77 -*I) strip_trailopt 'I'; skip_next=yes;; \ 78 -*I?*) strip_trailopt 'I';; \ 79 -*O) strip_trailopt 'O'; skip_next=yes;; \ 80 -*O?*) strip_trailopt 'O';; \ 81 -*l) strip_trailopt 'l'; skip_next=yes;; \ 82 -*l?*) strip_trailopt 'l';; \ 83 -[dEDm]) skip_next=yes;; \ 84 -[JT]) skip_next=yes;; \ 85 esac; \ 86 case $$flg in \ 87 *$$target_option*) has_opt=yes; break;; \ 88 esac; \ 89 done; \ 90 test $$has_opt = yes 91am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 92am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 93pkgdatadir = $(datadir)/@PACKAGE@ 94pkgincludedir = $(includedir)/@PACKAGE@ 95pkglibdir = $(libdir)/@PACKAGE@ 96pkglibexecdir = $(libexecdir)/@PACKAGE@ 97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 98install_sh_DATA = $(install_sh) -c -m 644 99install_sh_PROGRAM = $(install_sh) -c 100install_sh_SCRIPT = $(install_sh) -c 101INSTALL_HEADER = $(INSTALL_DATA) 102transform = $(program_transform_name) 103NORMAL_INSTALL = : 104PRE_INSTALL = : 105POST_INSTALL = : 106NORMAL_UNINSTALL = : 107PRE_UNINSTALL = : 108POST_UNINSTALL = : 109build_triplet = @build@ 110host_triplet = @host@ 111subdir = conf 112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 113am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 114 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 115 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 116 $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_config_DATA_DIST) \ 120 $(am__DIST_COMMON) 121mkinstalldirs = $(install_sh) -d 122CONFIG_HEADER = $(top_builddir)/config.h 123CONFIG_CLEAN_FILES = 124CONFIG_CLEAN_VPATH_FILES = 125AM_V_P = $(am__v_P_@AM_V@) 126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 127am__v_P_0 = false 128am__v_P_1 = : 129AM_V_GEN = $(am__v_GEN_@AM_V@) 130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 131am__v_GEN_0 = @echo " GEN " $@; 132am__v_GEN_1 = 133AM_V_at = $(am__v_at_@AM_V@) 134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 135am__v_at_0 = @ 136am__v_at_1 = 137SOURCES = 138DIST_SOURCES = 139am__can_run_installinfo = \ 140 case $$AM_UPDATE_INFO_DIR in \ 141 n|no|NO) false;; \ 142 *) (install-info --version) >/dev/null 2>&1;; \ 143 esac 144am__dist_config_DATA_DIST = 10-radeon.conf 145am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 146am__vpath_adj = case $$p in \ 147 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 148 *) f=$$p;; \ 149 esac; 150am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 151am__install_max = 40 152am__nobase_strip_setup = \ 153 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 154am__nobase_strip = \ 155 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 156am__nobase_list = $(am__nobase_strip_setup); \ 157 for p in $$list; do echo "$$p $$p"; done | \ 158 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 159 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 160 if (++n[$$2] == $(am__install_max)) \ 161 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 162 END { for (dir in files) print dir, files[dir] }' 163am__base_list = \ 164 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 165 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 166am__uninstall_files_from_dir = { \ 167 test -z "$$files" \ 168 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 169 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 170 $(am__cd) "$$dir" && rm -f $$files; }; \ 171 } 172am__installdirs = "$(DESTDIR)$(configdir)" 173DATA = $(dist_config_DATA) 174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 175am__DIST_COMMON = $(srcdir)/Makefile.in 176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 177ACLOCAL = @ACLOCAL@ 178ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 179ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 180AMTAR = @AMTAR@ 181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 182APP_MAN_DIR = @APP_MAN_DIR@ 183APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 184AR = @AR@ 185AUTOCONF = @AUTOCONF@ 186AUTOHEADER = @AUTOHEADER@ 187AUTOMAKE = @AUTOMAKE@ 188AWK = @AWK@ 189BASE_CFLAGS = @BASE_CFLAGS@ 190CC = @CC@ 191CCDEPMODE = @CCDEPMODE@ 192CFLAGS = @CFLAGS@ 193CHANGELOG_CMD = @CHANGELOG_CMD@ 194CPP = @CPP@ 195CPPFLAGS = @CPPFLAGS@ 196CWARNFLAGS = @CWARNFLAGS@ 197CYGPATH_W = @CYGPATH_W@ 198DEFS = @DEFS@ 199DEPDIR = @DEPDIR@ 200DLLTOOL = @DLLTOOL@ 201DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 202DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 203DRIVER_NAME = @DRIVER_NAME@ 204DSYMUTIL = @DSYMUTIL@ 205DUMPBIN = @DUMPBIN@ 206ECHO_C = @ECHO_C@ 207ECHO_N = @ECHO_N@ 208ECHO_T = @ECHO_T@ 209EGREP = @EGREP@ 210EXEEXT = @EXEEXT@ 211FGREP = @FGREP@ 212FILE_MAN_DIR = @FILE_MAN_DIR@ 213FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 214GBM_CFLAGS = @GBM_CFLAGS@ 215GBM_LIBS = @GBM_LIBS@ 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_RADEON_CFLAGS = @LIBDRM_RADEON_CFLAGS@ 228LIBDRM_RADEON_LIBS = @LIBDRM_RADEON_LIBS@ 229LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@ 230LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@ 231LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@ 232LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@ 233LIBGL_CFLAGS = @LIBGL_CFLAGS@ 234LIBGL_LIBS = @LIBGL_LIBS@ 235LIBOBJS = @LIBOBJS@ 236LIBS = @LIBS@ 237LIBTOOL = @LIBTOOL@ 238LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 239LIBUDEV_LIBS = @LIBUDEV_LIBS@ 240LIB_MAN_DIR = @LIB_MAN_DIR@ 241LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 242LIPO = @LIPO@ 243LN_S = @LN_S@ 244LTLIBOBJS = @LTLIBOBJS@ 245LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 246MAKEINFO = @MAKEINFO@ 247MANIFEST_TOOL = @MANIFEST_TOOL@ 248MAN_SUBSTS = @MAN_SUBSTS@ 249MISC_MAN_DIR = @MISC_MAN_DIR@ 250MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 251MKDIR_P = @MKDIR_P@ 252NM = @NM@ 253NMEDIT = @NMEDIT@ 254OBJDUMP = @OBJDUMP@ 255OBJEXT = @OBJEXT@ 256OTOOL = @OTOOL@ 257OTOOL64 = @OTOOL64@ 258PACKAGE = @PACKAGE@ 259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 260PACKAGE_NAME = @PACKAGE_NAME@ 261PACKAGE_STRING = @PACKAGE_STRING@ 262PACKAGE_TARNAME = @PACKAGE_TARNAME@ 263PACKAGE_URL = @PACKAGE_URL@ 264PACKAGE_VERSION = @PACKAGE_VERSION@ 265PATH_SEPARATOR = @PATH_SEPARATOR@ 266PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 267PCIACCESS_LIBS = @PCIACCESS_LIBS@ 268PKG_CONFIG = @PKG_CONFIG@ 269PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 270PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 271RANLIB = @RANLIB@ 272SED = @SED@ 273SET_MAKE = @SET_MAKE@ 274SHELL = @SHELL@ 275STRICT_CFLAGS = @STRICT_CFLAGS@ 276STRIP = @STRIP@ 277VERSION = @VERSION@ 278XEXT_CFLAGS = @XEXT_CFLAGS@ 279XEXT_LIBS = @XEXT_LIBS@ 280XORG_CFLAGS = @XORG_CFLAGS@ 281XORG_LIBS = @XORG_LIBS@ 282XORG_MAN_PAGE = @XORG_MAN_PAGE@ 283abs_builddir = @abs_builddir@ 284abs_srcdir = @abs_srcdir@ 285abs_top_builddir = @abs_top_builddir@ 286abs_top_srcdir = @abs_top_srcdir@ 287ac_ct_AR = @ac_ct_AR@ 288ac_ct_CC = @ac_ct_CC@ 289ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 290am__include = @am__include@ 291am__leading_dot = @am__leading_dot@ 292am__quote = @am__quote@ 293am__tar = @am__tar@ 294am__untar = @am__untar@ 295bindir = @bindir@ 296build = @build@ 297build_alias = @build_alias@ 298build_cpu = @build_cpu@ 299build_os = @build_os@ 300build_vendor = @build_vendor@ 301builddir = @builddir@ 302configdir = @configdir@ 303datadir = @datadir@ 304datarootdir = @datarootdir@ 305docdir = @docdir@ 306dvidir = @dvidir@ 307exec_prefix = @exec_prefix@ 308host = @host@ 309host_alias = @host_alias@ 310host_cpu = @host_cpu@ 311host_os = @host_os@ 312host_vendor = @host_vendor@ 313htmldir = @htmldir@ 314includedir = @includedir@ 315infodir = @infodir@ 316install_sh = @install_sh@ 317libdir = @libdir@ 318libexecdir = @libexecdir@ 319localedir = @localedir@ 320localstatedir = @localstatedir@ 321mandir = @mandir@ 322mkdir_p = @mkdir_p@ 323moduledir = @moduledir@ 324oldincludedir = @oldincludedir@ 325pdfdir = @pdfdir@ 326prefix = @prefix@ 327program_transform_name = @program_transform_name@ 328psdir = @psdir@ 329runstatedir = @runstatedir@ 330sbindir = @sbindir@ 331sharedstatedir = @sharedstatedir@ 332srcdir = @srcdir@ 333sysconfdir = @sysconfdir@ 334target_alias = @target_alias@ 335top_build_prefix = @top_build_prefix@ 336top_builddir = @top_builddir@ 337top_srcdir = @top_srcdir@ 338@HAS_XORG_CONF_DIR_TRUE@dist_config_DATA = 10-radeon.conf 339all: all-am 340 341.SUFFIXES: 342$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 343 @for dep in $?; do \ 344 case '$(am__configure_deps)' in \ 345 *$$dep*) \ 346 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 347 && { if test -f $@; then exit 0; else break; fi; }; \ 348 exit 1;; \ 349 esac; \ 350 done; \ 351 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile'; \ 352 $(am__cd) $(top_srcdir) && \ 353 $(AUTOMAKE) --foreign conf/Makefile 354Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 355 @case '$?' in \ 356 *config.status*) \ 357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 358 *) \ 359 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 360 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 361 esac; 362 363$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 365 366$(top_srcdir)/configure: $(am__configure_deps) 367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 368$(ACLOCAL_M4): $(am__aclocal_m4_deps) 369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 370$(am__aclocal_m4_deps): 371 372mostlyclean-libtool: 373 -rm -f *.lo 374 375clean-libtool: 376 -rm -rf .libs _libs 377install-dist_configDATA: $(dist_config_DATA) 378 @$(NORMAL_INSTALL) 379 @list='$(dist_config_DATA)'; test -n "$(configdir)" || list=; \ 380 if test -n "$$list"; then \ 381 echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \ 382 $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \ 383 fi; \ 384 for p in $$list; do \ 385 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 386 echo "$$d$$p"; \ 387 done | $(am__base_list) | \ 388 while read files; do \ 389 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \ 390 $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \ 391 done 392 393uninstall-dist_configDATA: 394 @$(NORMAL_UNINSTALL) 395 @list='$(dist_config_DATA)'; test -n "$(configdir)" || list=; \ 396 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 397 dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir) 398tags TAGS: 399 400ctags CTAGS: 401 402cscope cscopelist: 403 404 405distdir: $(BUILT_SOURCES) 406 $(MAKE) $(AM_MAKEFLAGS) distdir-am 407 408distdir-am: $(DISTFILES) 409 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 410 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 411 list='$(DISTFILES)'; \ 412 dist_files=`for file in $$list; do echo $$file; done | \ 413 sed -e "s|^$$srcdirstrip/||;t" \ 414 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 415 case $$dist_files in \ 416 */*) $(MKDIR_P) `echo "$$dist_files" | \ 417 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 418 sort -u` ;; \ 419 esac; \ 420 for file in $$dist_files; do \ 421 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 422 if test -d $$d/$$file; then \ 423 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 424 if test -d "$(distdir)/$$file"; then \ 425 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 426 fi; \ 427 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 428 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 429 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 430 fi; \ 431 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 432 else \ 433 test -f "$(distdir)/$$file" \ 434 || cp -p $$d/$$file "$(distdir)/$$file" \ 435 || exit 1; \ 436 fi; \ 437 done 438check-am: all-am 439check: check-am 440all-am: Makefile $(DATA) 441installdirs: 442 for dir in "$(DESTDIR)$(configdir)"; do \ 443 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 444 done 445install: install-am 446install-exec: install-exec-am 447install-data: install-data-am 448uninstall: uninstall-am 449 450install-am: all-am 451 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 452 453installcheck: installcheck-am 454install-strip: 455 if test -z '$(STRIP)'; then \ 456 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 457 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 458 install; \ 459 else \ 460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 461 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 462 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 463 fi 464mostlyclean-generic: 465 466clean-generic: 467 468distclean-generic: 469 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 470 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 471 472maintainer-clean-generic: 473 @echo "This command is intended for maintainers to use" 474 @echo "it deletes files that may require special tools to rebuild." 475clean: clean-am 476 477clean-am: clean-generic clean-libtool mostlyclean-am 478 479distclean: distclean-am 480 -rm -f Makefile 481distclean-am: clean-am distclean-generic 482 483dvi: dvi-am 484 485dvi-am: 486 487html: html-am 488 489html-am: 490 491info: info-am 492 493info-am: 494 495install-data-am: install-dist_configDATA 496 497install-dvi: install-dvi-am 498 499install-dvi-am: 500 501install-exec-am: 502 503install-html: install-html-am 504 505install-html-am: 506 507install-info: install-info-am 508 509install-info-am: 510 511install-man: 512 513install-pdf: install-pdf-am 514 515install-pdf-am: 516 517install-ps: install-ps-am 518 519install-ps-am: 520 521installcheck-am: 522 523maintainer-clean: maintainer-clean-am 524 -rm -f Makefile 525maintainer-clean-am: distclean-am maintainer-clean-generic 526 527mostlyclean: mostlyclean-am 528 529mostlyclean-am: mostlyclean-generic mostlyclean-libtool 530 531pdf: pdf-am 532 533pdf-am: 534 535ps: ps-am 536 537ps-am: 538 539uninstall-am: uninstall-dist_configDATA 540 541.MAKE: install-am install-strip 542 543.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 544 cscopelist-am ctags-am distclean distclean-generic \ 545 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 546 install install-am install-data install-data-am \ 547 install-dist_configDATA install-dvi install-dvi-am \ 548 install-exec install-exec-am install-html install-html-am \ 549 install-info install-info-am install-man install-pdf \ 550 install-pdf-am install-ps install-ps-am install-strip \ 551 installcheck installcheck-am installdirs maintainer-clean \ 552 maintainer-clean-generic mostlyclean mostlyclean-generic \ 553 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 554 uninstall-am uninstall-dist_configDATA 555 556.PRECIOUS: Makefile 557 558 559# Tell versions [3.59,3.63) of GNU make to not export all variables. 560# Otherwise a system limit (for SysV at least) may be exceeded. 561.NOEXPORT: 562