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# Copyright 2015 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-amdgpu.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@ 194CPPFLAGS = @CPPFLAGS@ 195CSCOPE = @CSCOPE@ 196CTAGS = @CTAGS@ 197CWARNFLAGS = @CWARNFLAGS@ 198CYGPATH_W = @CYGPATH_W@ 199DEFS = @DEFS@ 200DEPDIR = @DEPDIR@ 201DLLTOOL = @DLLTOOL@ 202DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 203DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 204DRIVER_NAME = @DRIVER_NAME@ 205DSYMUTIL = @DSYMUTIL@ 206DUMPBIN = @DUMPBIN@ 207ECHO_C = @ECHO_C@ 208ECHO_N = @ECHO_N@ 209ECHO_T = @ECHO_T@ 210EGREP = @EGREP@ 211ETAGS = @ETAGS@ 212EXEEXT = @EXEEXT@ 213FGREP = @FGREP@ 214FILE_MAN_DIR = @FILE_MAN_DIR@ 215FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 216GBM_CFLAGS = @GBM_CFLAGS@ 217GBM_LIBS = @GBM_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@ 225LD = @LD@ 226LDFLAGS = @LDFLAGS@ 227LIBDRM_AMDGPU_CFLAGS = @LIBDRM_AMDGPU_CFLAGS@ 228LIBDRM_AMDGPU_LIBS = @LIBDRM_AMDGPU_LIBS@ 229LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 230LIBDRM_LIBS = @LIBDRM_LIBS@ 231LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@ 232LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@ 233LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@ 234LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@ 235LIBGL_CFLAGS = @LIBGL_CFLAGS@ 236LIBGL_LIBS = @LIBGL_LIBS@ 237LIBOBJS = @LIBOBJS@ 238LIBS = @LIBS@ 239LIBTOOL = @LIBTOOL@ 240LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 241LIBUDEV_LIBS = @LIBUDEV_LIBS@ 242LIB_MAN_DIR = @LIB_MAN_DIR@ 243LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 244LIPO = @LIPO@ 245LN_S = @LN_S@ 246LTLIBOBJS = @LTLIBOBJS@ 247LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 248MAKEINFO = @MAKEINFO@ 249MANIFEST_TOOL = @MANIFEST_TOOL@ 250MAN_SUBSTS = @MAN_SUBSTS@ 251MISC_MAN_DIR = @MISC_MAN_DIR@ 252MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 253MKDIR_P = @MKDIR_P@ 254NM = @NM@ 255NMEDIT = @NMEDIT@ 256OBJDUMP = @OBJDUMP@ 257OBJEXT = @OBJEXT@ 258OTOOL = @OTOOL@ 259OTOOL64 = @OTOOL64@ 260PACKAGE = @PACKAGE@ 261PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 262PACKAGE_NAME = @PACKAGE_NAME@ 263PACKAGE_STRING = @PACKAGE_STRING@ 264PACKAGE_TARNAME = @PACKAGE_TARNAME@ 265PACKAGE_URL = @PACKAGE_URL@ 266PACKAGE_VERSION = @PACKAGE_VERSION@ 267PATH_SEPARATOR = @PATH_SEPARATOR@ 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-amdgpu.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 404distdir: $(BUILT_SOURCES) 405 $(MAKE) $(AM_MAKEFLAGS) distdir-am 406 407distdir-am: $(DISTFILES) 408 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 409 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 410 list='$(DISTFILES)'; \ 411 dist_files=`for file in $$list; do echo $$file; done | \ 412 sed -e "s|^$$srcdirstrip/||;t" \ 413 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 414 case $$dist_files in \ 415 */*) $(MKDIR_P) `echo "$$dist_files" | \ 416 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 417 sort -u` ;; \ 418 esac; \ 419 for file in $$dist_files; do \ 420 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 421 if test -d $$d/$$file; then \ 422 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 423 if test -d "$(distdir)/$$file"; then \ 424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 425 fi; \ 426 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 427 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 429 fi; \ 430 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 431 else \ 432 test -f "$(distdir)/$$file" \ 433 || cp -p $$d/$$file "$(distdir)/$$file" \ 434 || exit 1; \ 435 fi; \ 436 done 437check-am: all-am 438check: check-am 439all-am: Makefile $(DATA) 440installdirs: 441 for dir in "$(DESTDIR)$(configdir)"; do \ 442 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 443 done 444install: install-am 445install-exec: install-exec-am 446install-data: install-data-am 447uninstall: uninstall-am 448 449install-am: all-am 450 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 451 452installcheck: installcheck-am 453install-strip: 454 if test -z '$(STRIP)'; then \ 455 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 456 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 457 install; \ 458 else \ 459 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 460 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 461 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 462 fi 463mostlyclean-generic: 464 465clean-generic: 466 467distclean-generic: 468 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 469 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 470 471maintainer-clean-generic: 472 @echo "This command is intended for maintainers to use" 473 @echo "it deletes files that may require special tools to rebuild." 474clean: clean-am 475 476clean-am: clean-generic clean-libtool mostlyclean-am 477 478distclean: distclean-am 479 -rm -f Makefile 480distclean-am: clean-am distclean-generic 481 482dvi: dvi-am 483 484dvi-am: 485 486html: html-am 487 488html-am: 489 490info: info-am 491 492info-am: 493 494install-data-am: install-dist_configDATA 495 496install-dvi: install-dvi-am 497 498install-dvi-am: 499 500install-exec-am: 501 502install-html: install-html-am 503 504install-html-am: 505 506install-info: install-info-am 507 508install-info-am: 509 510install-man: 511 512install-pdf: install-pdf-am 513 514install-pdf-am: 515 516install-ps: install-ps-am 517 518install-ps-am: 519 520installcheck-am: 521 522maintainer-clean: maintainer-clean-am 523 -rm -f Makefile 524maintainer-clean-am: distclean-am maintainer-clean-generic 525 526mostlyclean: mostlyclean-am 527 528mostlyclean-am: mostlyclean-generic mostlyclean-libtool 529 530pdf: pdf-am 531 532pdf-am: 533 534ps: ps-am 535 536ps-am: 537 538uninstall-am: uninstall-dist_configDATA 539 540.MAKE: install-am install-strip 541 542.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 543 cscopelist-am ctags-am distclean distclean-generic \ 544 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 545 install install-am install-data install-data-am \ 546 install-dist_configDATA install-dvi install-dvi-am \ 547 install-exec install-exec-am install-html install-html-am \ 548 install-info install-info-am install-man install-pdf \ 549 install-pdf-am install-ps install-ps-am install-strip \ 550 installcheck installcheck-am installdirs maintainer-clean \ 551 maintainer-clean-generic mostlyclean mostlyclean-generic \ 552 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 553 uninstall-am uninstall-dist_configDATA 554 555.PRECIOUS: Makefile 556 557 558# Tell versions [3.59,3.63) of GNU make to not export all variables. 559# Otherwise a system limit (for SysV at least) may be exceeded. 560.NOEXPORT: 561