Makefile.in revision d6c0b56e
1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 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)/configure.ac 114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 115 $(ACLOCAL_M4) 116DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_config_DATA_DIST) \ 117 $(am__DIST_COMMON) 118mkinstalldirs = $(install_sh) -d 119CONFIG_HEADER = $(top_builddir)/config.h 120CONFIG_CLEAN_FILES = 121CONFIG_CLEAN_VPATH_FILES = 122AM_V_P = $(am__v_P_@AM_V@) 123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 124am__v_P_0 = false 125am__v_P_1 = : 126AM_V_GEN = $(am__v_GEN_@AM_V@) 127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 128am__v_GEN_0 = @echo " GEN " $@; 129am__v_GEN_1 = 130AM_V_at = $(am__v_at_@AM_V@) 131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 132am__v_at_0 = @ 133am__v_at_1 = 134SOURCES = 135DIST_SOURCES = 136am__can_run_installinfo = \ 137 case $$AM_UPDATE_INFO_DIR in \ 138 n|no|NO) false;; \ 139 *) (install-info --version) >/dev/null 2>&1;; \ 140 esac 141am__dist_config_DATA_DIST = 10-amdgpu.conf 142am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 143am__vpath_adj = case $$p in \ 144 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 145 *) f=$$p;; \ 146 esac; 147am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 148am__install_max = 40 149am__nobase_strip_setup = \ 150 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 151am__nobase_strip = \ 152 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 153am__nobase_list = $(am__nobase_strip_setup); \ 154 for p in $$list; do echo "$$p $$p"; done | \ 155 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 156 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 157 if (++n[$$2] == $(am__install_max)) \ 158 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 159 END { for (dir in files) print dir, files[dir] }' 160am__base_list = \ 161 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 162 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 163am__uninstall_files_from_dir = { \ 164 test -z "$$files" \ 165 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 166 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 167 $(am__cd) "$$dir" && rm -f $$files; }; \ 168 } 169am__installdirs = "$(DESTDIR)$(configdir)" 170DATA = $(dist_config_DATA) 171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 172am__DIST_COMMON = $(srcdir)/Makefile.in 173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 174ACLOCAL = @ACLOCAL@ 175ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 176ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 177AMTAR = @AMTAR@ 178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 179APP_MAN_DIR = @APP_MAN_DIR@ 180APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 181AR = @AR@ 182AUTOCONF = @AUTOCONF@ 183AUTOHEADER = @AUTOHEADER@ 184AUTOMAKE = @AUTOMAKE@ 185AWK = @AWK@ 186BASE_CFLAGS = @BASE_CFLAGS@ 187CC = @CC@ 188CCDEPMODE = @CCDEPMODE@ 189CFLAGS = @CFLAGS@ 190CHANGELOG_CMD = @CHANGELOG_CMD@ 191CPP = @CPP@ 192CPPFLAGS = @CPPFLAGS@ 193CWARNFLAGS = @CWARNFLAGS@ 194CYGPATH_W = @CYGPATH_W@ 195DEFS = @DEFS@ 196DEPDIR = @DEPDIR@ 197DLLTOOL = @DLLTOOL@ 198DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 199DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 200DRIVER_NAME = @DRIVER_NAME@ 201DSYMUTIL = @DSYMUTIL@ 202DUMPBIN = @DUMPBIN@ 203ECHO_C = @ECHO_C@ 204ECHO_N = @ECHO_N@ 205ECHO_T = @ECHO_T@ 206EGREP = @EGREP@ 207EXEEXT = @EXEEXT@ 208FGREP = @FGREP@ 209FILE_MAN_DIR = @FILE_MAN_DIR@ 210FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 211GBM_CFLAGS = @GBM_CFLAGS@ 212GBM_LIBS = @GBM_LIBS@ 213GREP = @GREP@ 214INSTALL = @INSTALL@ 215INSTALL_CMD = @INSTALL_CMD@ 216INSTALL_DATA = @INSTALL_DATA@ 217INSTALL_PROGRAM = @INSTALL_PROGRAM@ 218INSTALL_SCRIPT = @INSTALL_SCRIPT@ 219INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 220LD = @LD@ 221LDFLAGS = @LDFLAGS@ 222LIBDRM_AMDGPU_CFLAGS = @LIBDRM_AMDGPU_CFLAGS@ 223LIBDRM_AMDGPU_LIBS = @LIBDRM_AMDGPU_LIBS@ 224LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 225LIBDRM_LIBS = @LIBDRM_LIBS@ 226LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@ 227LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@ 228LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@ 229LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@ 230LIBGL_CFLAGS = @LIBGL_CFLAGS@ 231LIBGL_LIBS = @LIBGL_LIBS@ 232LIBOBJS = @LIBOBJS@ 233LIBS = @LIBS@ 234LIBTOOL = @LIBTOOL@ 235LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 236LIBUDEV_LIBS = @LIBUDEV_LIBS@ 237LIB_MAN_DIR = @LIB_MAN_DIR@ 238LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 239LIPO = @LIPO@ 240LN_S = @LN_S@ 241LTLIBOBJS = @LTLIBOBJS@ 242LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 243MAINT = @MAINT@ 244MAKEINFO = @MAKEINFO@ 245MANIFEST_TOOL = @MANIFEST_TOOL@ 246MAN_SUBSTS = @MAN_SUBSTS@ 247MISC_MAN_DIR = @MISC_MAN_DIR@ 248MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 249MKDIR_P = @MKDIR_P@ 250NM = @NM@ 251NMEDIT = @NMEDIT@ 252OBJDUMP = @OBJDUMP@ 253OBJEXT = @OBJEXT@ 254OTOOL = @OTOOL@ 255OTOOL64 = @OTOOL64@ 256PACKAGE = @PACKAGE@ 257PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 258PACKAGE_NAME = @PACKAGE_NAME@ 259PACKAGE_STRING = @PACKAGE_STRING@ 260PACKAGE_TARNAME = @PACKAGE_TARNAME@ 261PACKAGE_URL = @PACKAGE_URL@ 262PACKAGE_VERSION = @PACKAGE_VERSION@ 263PATH_SEPARATOR = @PATH_SEPARATOR@ 264PKG_CONFIG = @PKG_CONFIG@ 265PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 266PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 267RANLIB = @RANLIB@ 268SED = @SED@ 269SET_MAKE = @SET_MAKE@ 270SHELL = @SHELL@ 271STRICT_CFLAGS = @STRICT_CFLAGS@ 272STRIP = @STRIP@ 273VERSION = @VERSION@ 274XEXT_CFLAGS = @XEXT_CFLAGS@ 275XEXT_LIBS = @XEXT_LIBS@ 276XORG_CFLAGS = @XORG_CFLAGS@ 277XORG_LIBS = @XORG_LIBS@ 278XORG_MAN_PAGE = @XORG_MAN_PAGE@ 279abs_builddir = @abs_builddir@ 280abs_srcdir = @abs_srcdir@ 281abs_top_builddir = @abs_top_builddir@ 282abs_top_srcdir = @abs_top_srcdir@ 283ac_ct_AR = @ac_ct_AR@ 284ac_ct_CC = @ac_ct_CC@ 285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 286am__include = @am__include@ 287am__leading_dot = @am__leading_dot@ 288am__quote = @am__quote@ 289am__tar = @am__tar@ 290am__untar = @am__untar@ 291bindir = @bindir@ 292build = @build@ 293build_alias = @build_alias@ 294build_cpu = @build_cpu@ 295build_os = @build_os@ 296build_vendor = @build_vendor@ 297builddir = @builddir@ 298configdir = @configdir@ 299datadir = @datadir@ 300datarootdir = @datarootdir@ 301docdir = @docdir@ 302dvidir = @dvidir@ 303exec_prefix = @exec_prefix@ 304host = @host@ 305host_alias = @host_alias@ 306host_cpu = @host_cpu@ 307host_os = @host_os@ 308host_vendor = @host_vendor@ 309htmldir = @htmldir@ 310includedir = @includedir@ 311infodir = @infodir@ 312install_sh = @install_sh@ 313libdir = @libdir@ 314libexecdir = @libexecdir@ 315localedir = @localedir@ 316localstatedir = @localstatedir@ 317mandir = @mandir@ 318mkdir_p = @mkdir_p@ 319moduledir = @moduledir@ 320oldincludedir = @oldincludedir@ 321pdfdir = @pdfdir@ 322prefix = @prefix@ 323program_transform_name = @program_transform_name@ 324psdir = @psdir@ 325runstatedir = @runstatedir@ 326sbindir = @sbindir@ 327sharedstatedir = @sharedstatedir@ 328srcdir = @srcdir@ 329sysconfdir = @sysconfdir@ 330target_alias = @target_alias@ 331top_build_prefix = @top_build_prefix@ 332top_builddir = @top_builddir@ 333top_srcdir = @top_srcdir@ 334@HAS_XORG_CONF_DIR_TRUE@dist_config_DATA = 10-amdgpu.conf 335all: all-am 336 337.SUFFIXES: 338$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 339 @for dep in $?; do \ 340 case '$(am__configure_deps)' in \ 341 *$$dep*) \ 342 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 343 && { if test -f $@; then exit 0; else break; fi; }; \ 344 exit 1;; \ 345 esac; \ 346 done; \ 347 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile'; \ 348 $(am__cd) $(top_srcdir) && \ 349 $(AUTOMAKE) --foreign conf/Makefile 350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 351 @case '$?' in \ 352 *config.status*) \ 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 354 *) \ 355 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 356 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 357 esac; 358 359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 360 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 361 362$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 364$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 366$(am__aclocal_m4_deps): 367 368mostlyclean-libtool: 369 -rm -f *.lo 370 371clean-libtool: 372 -rm -rf .libs _libs 373install-dist_configDATA: $(dist_config_DATA) 374 @$(NORMAL_INSTALL) 375 @list='$(dist_config_DATA)'; test -n "$(configdir)" || list=; \ 376 if test -n "$$list"; then \ 377 echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \ 378 $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \ 379 fi; \ 380 for p in $$list; do \ 381 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 382 echo "$$d$$p"; \ 383 done | $(am__base_list) | \ 384 while read files; do \ 385 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \ 386 $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \ 387 done 388 389uninstall-dist_configDATA: 390 @$(NORMAL_UNINSTALL) 391 @list='$(dist_config_DATA)'; test -n "$(configdir)" || list=; \ 392 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 393 dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir) 394tags TAGS: 395 396ctags CTAGS: 397 398cscope cscopelist: 399 400 401distdir: $(DISTFILES) 402 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 403 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 404 list='$(DISTFILES)'; \ 405 dist_files=`for file in $$list; do echo $$file; done | \ 406 sed -e "s|^$$srcdirstrip/||;t" \ 407 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 408 case $$dist_files in \ 409 */*) $(MKDIR_P) `echo "$$dist_files" | \ 410 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 411 sort -u` ;; \ 412 esac; \ 413 for file in $$dist_files; do \ 414 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 415 if test -d $$d/$$file; then \ 416 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 417 if test -d "$(distdir)/$$file"; then \ 418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 419 fi; \ 420 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 421 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 423 fi; \ 424 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 425 else \ 426 test -f "$(distdir)/$$file" \ 427 || cp -p $$d/$$file "$(distdir)/$$file" \ 428 || exit 1; \ 429 fi; \ 430 done 431check-am: all-am 432check: check-am 433all-am: Makefile $(DATA) 434installdirs: 435 for dir in "$(DESTDIR)$(configdir)"; do \ 436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 437 done 438install: install-am 439install-exec: install-exec-am 440install-data: install-data-am 441uninstall: uninstall-am 442 443install-am: all-am 444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 445 446installcheck: installcheck-am 447install-strip: 448 if test -z '$(STRIP)'; then \ 449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 451 install; \ 452 else \ 453 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 454 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 455 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 456 fi 457mostlyclean-generic: 458 459clean-generic: 460 461distclean-generic: 462 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 463 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 464 465maintainer-clean-generic: 466 @echo "This command is intended for maintainers to use" 467 @echo "it deletes files that may require special tools to rebuild." 468clean: clean-am 469 470clean-am: clean-generic clean-libtool mostlyclean-am 471 472distclean: distclean-am 473 -rm -f Makefile 474distclean-am: clean-am distclean-generic 475 476dvi: dvi-am 477 478dvi-am: 479 480html: html-am 481 482html-am: 483 484info: info-am 485 486info-am: 487 488install-data-am: install-dist_configDATA 489 490install-dvi: install-dvi-am 491 492install-dvi-am: 493 494install-exec-am: 495 496install-html: install-html-am 497 498install-html-am: 499 500install-info: install-info-am 501 502install-info-am: 503 504install-man: 505 506install-pdf: install-pdf-am 507 508install-pdf-am: 509 510install-ps: install-ps-am 511 512install-ps-am: 513 514installcheck-am: 515 516maintainer-clean: maintainer-clean-am 517 -rm -f Makefile 518maintainer-clean-am: distclean-am maintainer-clean-generic 519 520mostlyclean: mostlyclean-am 521 522mostlyclean-am: mostlyclean-generic mostlyclean-libtool 523 524pdf: pdf-am 525 526pdf-am: 527 528ps: ps-am 529 530ps-am: 531 532uninstall-am: uninstall-dist_configDATA 533 534.MAKE: install-am install-strip 535 536.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 537 cscopelist-am ctags-am distclean distclean-generic \ 538 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 539 install install-am install-data install-data-am \ 540 install-dist_configDATA install-dvi install-dvi-am \ 541 install-exec install-exec-am install-html install-html-am \ 542 install-info install-info-am install-man install-pdf \ 543 install-pdf-am install-ps install-ps-am install-strip \ 544 installcheck installcheck-am installdirs maintainer-clean \ 545 maintainer-clean-generic mostlyclean mostlyclean-generic \ 546 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 547 uninstall-am uninstall-dist_configDATA 548 549.PRECIOUS: Makefile 550 551 552# Tell versions [3.59,3.63) of GNU make to not export all variables. 553# Otherwise a system limit (for SysV at least) may be exceeded. 554.NOEXPORT: 555