Makefile.in revision 24b90cf4
1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 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@ 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_AMDGPU_CFLAGS = @LIBDRM_AMDGPU_CFLAGS@ 226LIBDRM_AMDGPU_LIBS = @LIBDRM_AMDGPU_LIBS@ 227LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 228LIBDRM_LIBS = @LIBDRM_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@ 266PKG_CONFIG = @PKG_CONFIG@ 267PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 268PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 269RANLIB = @RANLIB@ 270SED = @SED@ 271SET_MAKE = @SET_MAKE@ 272SHELL = @SHELL@ 273STRICT_CFLAGS = @STRICT_CFLAGS@ 274STRIP = @STRIP@ 275VERSION = @VERSION@ 276XEXT_CFLAGS = @XEXT_CFLAGS@ 277XEXT_LIBS = @XEXT_LIBS@ 278XORG_CFLAGS = @XORG_CFLAGS@ 279XORG_LIBS = @XORG_LIBS@ 280XORG_MAN_PAGE = @XORG_MAN_PAGE@ 281abs_builddir = @abs_builddir@ 282abs_srcdir = @abs_srcdir@ 283abs_top_builddir = @abs_top_builddir@ 284abs_top_srcdir = @abs_top_srcdir@ 285ac_ct_AR = @ac_ct_AR@ 286ac_ct_CC = @ac_ct_CC@ 287ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 288am__include = @am__include@ 289am__leading_dot = @am__leading_dot@ 290am__quote = @am__quote@ 291am__tar = @am__tar@ 292am__untar = @am__untar@ 293bindir = @bindir@ 294build = @build@ 295build_alias = @build_alias@ 296build_cpu = @build_cpu@ 297build_os = @build_os@ 298build_vendor = @build_vendor@ 299builddir = @builddir@ 300configdir = @configdir@ 301datadir = @datadir@ 302datarootdir = @datarootdir@ 303docdir = @docdir@ 304dvidir = @dvidir@ 305exec_prefix = @exec_prefix@ 306host = @host@ 307host_alias = @host_alias@ 308host_cpu = @host_cpu@ 309host_os = @host_os@ 310host_vendor = @host_vendor@ 311htmldir = @htmldir@ 312includedir = @includedir@ 313infodir = @infodir@ 314install_sh = @install_sh@ 315libdir = @libdir@ 316libexecdir = @libexecdir@ 317localedir = @localedir@ 318localstatedir = @localstatedir@ 319mandir = @mandir@ 320mkdir_p = @mkdir_p@ 321moduledir = @moduledir@ 322oldincludedir = @oldincludedir@ 323pdfdir = @pdfdir@ 324prefix = @prefix@ 325program_transform_name = @program_transform_name@ 326psdir = @psdir@ 327runstatedir = @runstatedir@ 328sbindir = @sbindir@ 329sharedstatedir = @sharedstatedir@ 330srcdir = @srcdir@ 331sysconfdir = @sysconfdir@ 332target_alias = @target_alias@ 333top_build_prefix = @top_build_prefix@ 334top_builddir = @top_builddir@ 335top_srcdir = @top_srcdir@ 336@HAS_XORG_CONF_DIR_TRUE@dist_config_DATA = 10-amdgpu.conf 337all: all-am 338 339.SUFFIXES: 340$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 341 @for dep in $?; do \ 342 case '$(am__configure_deps)' in \ 343 *$$dep*) \ 344 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 345 && { if test -f $@; then exit 0; else break; fi; }; \ 346 exit 1;; \ 347 esac; \ 348 done; \ 349 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile'; \ 350 $(am__cd) $(top_srcdir) && \ 351 $(AUTOMAKE) --foreign conf/Makefile 352Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 353 @case '$?' in \ 354 *config.status*) \ 355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 356 *) \ 357 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 358 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 359 esac; 360 361$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 363 364$(top_srcdir)/configure: $(am__configure_deps) 365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 366$(ACLOCAL_M4): $(am__aclocal_m4_deps) 367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 368$(am__aclocal_m4_deps): 369 370mostlyclean-libtool: 371 -rm -f *.lo 372 373clean-libtool: 374 -rm -rf .libs _libs 375install-dist_configDATA: $(dist_config_DATA) 376 @$(NORMAL_INSTALL) 377 @list='$(dist_config_DATA)'; test -n "$(configdir)" || list=; \ 378 if test -n "$$list"; then \ 379 echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \ 380 $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \ 381 fi; \ 382 for p in $$list; do \ 383 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 384 echo "$$d$$p"; \ 385 done | $(am__base_list) | \ 386 while read files; do \ 387 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \ 388 $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \ 389 done 390 391uninstall-dist_configDATA: 392 @$(NORMAL_UNINSTALL) 393 @list='$(dist_config_DATA)'; test -n "$(configdir)" || list=; \ 394 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 395 dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir) 396tags TAGS: 397 398ctags CTAGS: 399 400cscope cscopelist: 401 402 403distdir: $(DISTFILES) 404 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 405 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 406 list='$(DISTFILES)'; \ 407 dist_files=`for file in $$list; do echo $$file; done | \ 408 sed -e "s|^$$srcdirstrip/||;t" \ 409 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 410 case $$dist_files in \ 411 */*) $(MKDIR_P) `echo "$$dist_files" | \ 412 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 413 sort -u` ;; \ 414 esac; \ 415 for file in $$dist_files; do \ 416 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 417 if test -d $$d/$$file; then \ 418 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 419 if test -d "$(distdir)/$$file"; then \ 420 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 421 fi; \ 422 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 423 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 425 fi; \ 426 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 427 else \ 428 test -f "$(distdir)/$$file" \ 429 || cp -p $$d/$$file "$(distdir)/$$file" \ 430 || exit 1; \ 431 fi; \ 432 done 433check-am: all-am 434check: check-am 435all-am: Makefile $(DATA) 436installdirs: 437 for dir in "$(DESTDIR)$(configdir)"; do \ 438 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 439 done 440install: install-am 441install-exec: install-exec-am 442install-data: install-data-am 443uninstall: uninstall-am 444 445install-am: all-am 446 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 447 448installcheck: installcheck-am 449install-strip: 450 if test -z '$(STRIP)'; then \ 451 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 452 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 453 install; \ 454 else \ 455 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 456 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 457 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 458 fi 459mostlyclean-generic: 460 461clean-generic: 462 463distclean-generic: 464 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 465 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 466 467maintainer-clean-generic: 468 @echo "This command is intended for maintainers to use" 469 @echo "it deletes files that may require special tools to rebuild." 470clean: clean-am 471 472clean-am: clean-generic clean-libtool mostlyclean-am 473 474distclean: distclean-am 475 -rm -f Makefile 476distclean-am: clean-am distclean-generic 477 478dvi: dvi-am 479 480dvi-am: 481 482html: html-am 483 484html-am: 485 486info: info-am 487 488info-am: 489 490install-data-am: install-dist_configDATA 491 492install-dvi: install-dvi-am 493 494install-dvi-am: 495 496install-exec-am: 497 498install-html: install-html-am 499 500install-html-am: 501 502install-info: install-info-am 503 504install-info-am: 505 506install-man: 507 508install-pdf: install-pdf-am 509 510install-pdf-am: 511 512install-ps: install-ps-am 513 514install-ps-am: 515 516installcheck-am: 517 518maintainer-clean: maintainer-clean-am 519 -rm -f Makefile 520maintainer-clean-am: distclean-am maintainer-clean-generic 521 522mostlyclean: mostlyclean-am 523 524mostlyclean-am: mostlyclean-generic mostlyclean-libtool 525 526pdf: pdf-am 527 528pdf-am: 529 530ps: ps-am 531 532ps-am: 533 534uninstall-am: uninstall-dist_configDATA 535 536.MAKE: install-am install-strip 537 538.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 539 cscopelist-am ctags-am distclean distclean-generic \ 540 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 541 install install-am install-data install-data-am \ 542 install-dist_configDATA install-dvi install-dvi-am \ 543 install-exec install-exec-am install-html install-html-am \ 544 install-info install-info-am install-man install-pdf \ 545 install-pdf-am install-ps install-ps-am install-strip \ 546 installcheck installcheck-am installdirs maintainer-clean \ 547 maintainer-clean-generic mostlyclean mostlyclean-generic \ 548 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 549 uninstall-am uninstall-dist_configDATA 550 551.PRECIOUS: Makefile 552 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