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