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 © 2010 Intel Corporation 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# the rights to use, copy, modify, merge, publish, distribute, sublicense, 23# and/or sell copies of the Software, and to permit persons to whom the 24# 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 NONINFRINGEMENT. IN NO EVENT SHALL 33# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 35# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 36# IN THE SOFTWARE. 37# 38# Authors: 39# Eric Anholt <eric@anholt.net> 40 41VPATH = @srcdir@ 42am__is_gnu_make = { \ 43 if test -z '$(MAKELEVEL)'; then \ 44 false; \ 45 elif test -n '$(MAKE_HOST)'; then \ 46 true; \ 47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 48 true; \ 49 else \ 50 false; \ 51 fi; \ 52} 53am__make_running_with_option = \ 54 case $${target_option-} in \ 55 ?) ;; \ 56 *) echo "am__make_running_with_option: internal error: invalid" \ 57 "target option '$${target_option-}' specified" >&2; \ 58 exit 1;; \ 59 esac; \ 60 has_opt=no; \ 61 sane_makeflags=$$MAKEFLAGS; \ 62 if $(am__is_gnu_make); then \ 63 sane_makeflags=$$MFLAGS; \ 64 else \ 65 case $$MAKEFLAGS in \ 66 *\\[\ \ ]*) \ 67 bs=\\; \ 68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 70 esac; \ 71 fi; \ 72 skip_next=no; \ 73 strip_trailopt () \ 74 { \ 75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 76 }; \ 77 for flg in $$sane_makeflags; do \ 78 test $$skip_next = yes && { skip_next=no; continue; }; \ 79 case $$flg in \ 80 *=*|--*) continue;; \ 81 -*I) strip_trailopt 'I'; skip_next=yes;; \ 82 -*I?*) strip_trailopt 'I';; \ 83 -*O) strip_trailopt 'O'; skip_next=yes;; \ 84 -*O?*) strip_trailopt 'O';; \ 85 -*l) strip_trailopt 'l'; skip_next=yes;; \ 86 -*l?*) strip_trailopt 'l';; \ 87 -[dEDm]) skip_next=yes;; \ 88 -[JT]) skip_next=yes;; \ 89 esac; \ 90 case $$flg in \ 91 *$$target_option*) has_opt=yes; break;; \ 92 esac; \ 93 done; \ 94 test $$has_opt = yes 95am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 96am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 97pkgdatadir = $(datadir)/@PACKAGE@ 98pkgincludedir = $(includedir)/@PACKAGE@ 99pkglibdir = $(libdir)/@PACKAGE@ 100pkglibexecdir = $(libexecdir)/@PACKAGE@ 101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 102install_sh_DATA = $(install_sh) -c -m 644 103install_sh_PROGRAM = $(install_sh) -c 104install_sh_SCRIPT = $(install_sh) -c 105INSTALL_HEADER = $(INSTALL_DATA) 106transform = $(program_transform_name) 107NORMAL_INSTALL = : 108PRE_INSTALL = : 109POST_INSTALL = : 110NORMAL_UNINSTALL = : 111PRE_UNINSTALL = : 112POST_UNINSTALL = : 113build_triplet = @build@ 114host_triplet = @host@ 115subdir = src/data 116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 117am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 118 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 119 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 120 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 122 $(ACLOCAL_M4) 123DIST_COMMON = $(srcdir)/Makefile.am $(dist_demosdata_DATA) \ 124 $(am__DIST_COMMON) 125mkinstalldirs = $(install_sh) -d 126CONFIG_CLEAN_FILES = 127CONFIG_CLEAN_VPATH_FILES = 128AM_V_P = $(am__v_P_@AM_V@) 129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 130am__v_P_0 = false 131am__v_P_1 = : 132AM_V_GEN = $(am__v_GEN_@AM_V@) 133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 134am__v_GEN_0 = @echo " GEN " $@; 135am__v_GEN_1 = 136AM_V_at = $(am__v_at_@AM_V@) 137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 138am__v_at_0 = @ 139am__v_at_1 = 140SOURCES = 141DIST_SOURCES = 142am__can_run_installinfo = \ 143 case $$AM_UPDATE_INFO_DIR in \ 144 n|no|NO) false;; \ 145 *) (install-info --version) >/dev/null 2>&1;; \ 146 esac 147am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 148am__vpath_adj = case $$p in \ 149 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 150 *) f=$$p;; \ 151 esac; 152am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 153am__install_max = 40 154am__nobase_strip_setup = \ 155 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 156am__nobase_strip = \ 157 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 158am__nobase_list = $(am__nobase_strip_setup); \ 159 for p in $$list; do echo "$$p $$p"; done | \ 160 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 161 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 162 if (++n[$$2] == $(am__install_max)) \ 163 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 164 END { for (dir in files) print dir, files[dir] }' 165am__base_list = \ 166 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 167 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 168am__uninstall_files_from_dir = { \ 169 test -z "$$files" \ 170 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 171 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 172 $(am__cd) "$$dir" && rm -f $$files; }; \ 173 } 174am__installdirs = "$(DESTDIR)$(demosdatadir)" 175DATA = $(dist_demosdata_DATA) 176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 177am__DIST_COMMON = $(srcdir)/Makefile.in 178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 179ACLOCAL = @ACLOCAL@ 180AMTAR = @AMTAR@ 181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 182AR = @AR@ 183AUTOCONF = @AUTOCONF@ 184AUTOHEADER = @AUTOHEADER@ 185AUTOMAKE = @AUTOMAKE@ 186AWK = @AWK@ 187CC = @CC@ 188CCDEPMODE = @CCDEPMODE@ 189CFLAGS = @CFLAGS@ 190CPP = @CPP@ 191CPPFLAGS = @CPPFLAGS@ 192CXX = @CXX@ 193CXXCPP = @CXXCPP@ 194CXXDEPMODE = @CXXDEPMODE@ 195CXXFLAGS = @CXXFLAGS@ 196CYGPATH_W = @CYGPATH_W@ 197DEFS = @DEFS@ 198DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 199DEMO_CFLAGS = @DEMO_CFLAGS@ 200DEMO_LIBS = @DEMO_LIBS@ 201DEPDIR = @DEPDIR@ 202DLLTOOL = @DLLTOOL@ 203DRM_CFLAGS = @DRM_CFLAGS@ 204DRM_LIBS = @DRM_LIBS@ 205DSYMUTIL = @DSYMUTIL@ 206DUMPBIN = @DUMPBIN@ 207ECHO_C = @ECHO_C@ 208ECHO_N = @ECHO_N@ 209ECHO_T = @ECHO_T@ 210EGL_CFLAGS = @EGL_CFLAGS@ 211EGL_LIBS = @EGL_LIBS@ 212EGREP = @EGREP@ 213EXEEXT = @EXEEXT@ 214FGREP = @FGREP@ 215FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 216FREETYPE2_LIBS = @FREETYPE2_LIBS@ 217GBM_CFLAGS = @GBM_CFLAGS@ 218GBM_LIBS = @GBM_LIBS@ 219GLESV1_CFLAGS = @GLESV1_CFLAGS@ 220GLESV1_LIBS = @GLESV1_LIBS@ 221GLESV2_CFLAGS = @GLESV2_CFLAGS@ 222GLESV2_LIBS = @GLESV2_LIBS@ 223GLEW_CFLAGS = @GLEW_CFLAGS@ 224GLEW_LIBS = @GLEW_LIBS@ 225GLUT_CFLAGS = @GLUT_CFLAGS@ 226GLUT_LIBS = @GLUT_LIBS@ 227GLU_CFLAGS = @GLU_CFLAGS@ 228GLU_LIBS = @GLU_LIBS@ 229GL_CFLAGS = @GL_CFLAGS@ 230GL_LIBS = @GL_LIBS@ 231GREP = @GREP@ 232INSTALL = @INSTALL@ 233INSTALL_DATA = @INSTALL_DATA@ 234INSTALL_PROGRAM = @INSTALL_PROGRAM@ 235INSTALL_SCRIPT = @INSTALL_SCRIPT@ 236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 237LD = @LD@ 238LDFLAGS = @LDFLAGS@ 239LIBOBJS = @LIBOBJS@ 240LIBS = @LIBS@ 241LIBTOOL = @LIBTOOL@ 242LIPO = @LIPO@ 243LN_S = @LN_S@ 244LTLIBOBJS = @LTLIBOBJS@ 245LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 246MAKEINFO = @MAKEINFO@ 247MANIFEST_TOOL = @MANIFEST_TOOL@ 248MESA_GLAPI = @MESA_GLAPI@ 249MKDIR_P = @MKDIR_P@ 250NM = @NM@ 251NMEDIT = @NMEDIT@ 252OBJDUMP = @OBJDUMP@ 253OBJEXT = @OBJEXT@ 254OSMESA16_LIBS = @OSMESA16_LIBS@ 255OSMESA32_LIBS = @OSMESA32_LIBS@ 256OSMESA_CFLAGS = @OSMESA_CFLAGS@ 257OSMESA_LIBS = @OSMESA_LIBS@ 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@ 275STRIP = @STRIP@ 276VERSION = @VERSION@ 277VG_CFLAGS = @VG_CFLAGS@ 278VG_LIBS = @VG_LIBS@ 279WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 280WAYLAND_LIBS = @WAYLAND_LIBS@ 281X11_CFLAGS = @X11_CFLAGS@ 282X11_LIBS = @X11_LIBS@ 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_CXX = @ac_ct_CXX@ 290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 291am__include = @am__include@ 292am__leading_dot = @am__leading_dot@ 293am__quote = @am__quote@ 294am__tar = @am__tar@ 295am__untar = @am__untar@ 296bindir = @bindir@ 297build = @build@ 298build_alias = @build_alias@ 299build_cpu = @build_cpu@ 300build_os = @build_os@ 301build_vendor = @build_vendor@ 302builddir = @builddir@ 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@ 323oldincludedir = @oldincludedir@ 324pdfdir = @pdfdir@ 325prefix = @prefix@ 326program_transform_name = @program_transform_name@ 327psdir = @psdir@ 328runstatedir = @runstatedir@ 329sbindir = @sbindir@ 330sharedstatedir = @sharedstatedir@ 331srcdir = @srcdir@ 332sysconfdir = @sysconfdir@ 333target_alias = @target_alias@ 334top_build_prefix = @top_build_prefix@ 335top_builddir = @top_builddir@ 336top_srcdir = @top_srcdir@ 337demosdatadir = $(datadir)/$(PACKAGE)/ 338dist_demosdata_DATA = \ 339 arch.rgb \ 340 bw.rgb \ 341 girl2.rgb \ 342 girl.rgb \ 343 reflect.rgb \ 344 s128.rgb \ 345 tile.rgb \ 346 tree2.rgba \ 347 tree3.rgb \ 348 wrs_logo.rgb \ 349 \ 350 geartrain.dat \ 351 isosurf.dat \ 352 terrain.dat 353 354all: all-am 355 356.SUFFIXES: 357$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 358 @for dep in $?; do \ 359 case '$(am__configure_deps)' in \ 360 *$$dep*) \ 361 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 362 && { if test -f $@; then exit 0; else break; fi; }; \ 363 exit 1;; \ 364 esac; \ 365 done; \ 366 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/data/Makefile'; \ 367 $(am__cd) $(top_srcdir) && \ 368 $(AUTOMAKE) --gnu src/data/Makefile 369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 370 @case '$?' in \ 371 *config.status*) \ 372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 373 *) \ 374 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 375 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 376 esac; 377 378$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 380 381$(top_srcdir)/configure: $(am__configure_deps) 382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 383$(ACLOCAL_M4): $(am__aclocal_m4_deps) 384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 385$(am__aclocal_m4_deps): 386 387mostlyclean-libtool: 388 -rm -f *.lo 389 390clean-libtool: 391 -rm -rf .libs _libs 392install-dist_demosdataDATA: $(dist_demosdata_DATA) 393 @$(NORMAL_INSTALL) 394 @list='$(dist_demosdata_DATA)'; test -n "$(demosdatadir)" || list=; \ 395 if test -n "$$list"; then \ 396 echo " $(MKDIR_P) '$(DESTDIR)$(demosdatadir)'"; \ 397 $(MKDIR_P) "$(DESTDIR)$(demosdatadir)" || exit 1; \ 398 fi; \ 399 for p in $$list; do \ 400 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 401 echo "$$d$$p"; \ 402 done | $(am__base_list) | \ 403 while read files; do \ 404 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(demosdatadir)'"; \ 405 $(INSTALL_DATA) $$files "$(DESTDIR)$(demosdatadir)" || exit $$?; \ 406 done 407 408uninstall-dist_demosdataDATA: 409 @$(NORMAL_UNINSTALL) 410 @list='$(dist_demosdata_DATA)'; test -n "$(demosdatadir)" || list=; \ 411 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 412 dir='$(DESTDIR)$(demosdatadir)'; $(am__uninstall_files_from_dir) 413tags TAGS: 414 415ctags CTAGS: 416 417cscope cscopelist: 418 419 420distdir: $(DISTFILES) 421 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 422 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 423 list='$(DISTFILES)'; \ 424 dist_files=`for file in $$list; do echo $$file; done | \ 425 sed -e "s|^$$srcdirstrip/||;t" \ 426 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 427 case $$dist_files in \ 428 */*) $(MKDIR_P) `echo "$$dist_files" | \ 429 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 430 sort -u` ;; \ 431 esac; \ 432 for file in $$dist_files; do \ 433 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 434 if test -d $$d/$$file; then \ 435 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 436 if test -d "$(distdir)/$$file"; then \ 437 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 438 fi; \ 439 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 440 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 441 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 442 fi; \ 443 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 444 else \ 445 test -f "$(distdir)/$$file" \ 446 || cp -p $$d/$$file "$(distdir)/$$file" \ 447 || exit 1; \ 448 fi; \ 449 done 450check-am: all-am 451check: check-am 452all-am: Makefile $(DATA) 453installdirs: 454 for dir in "$(DESTDIR)$(demosdatadir)"; do \ 455 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 456 done 457install: install-am 458install-exec: install-exec-am 459install-data: install-data-am 460uninstall: uninstall-am 461 462install-am: all-am 463 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 464 465installcheck: installcheck-am 466install-strip: 467 if test -z '$(STRIP)'; then \ 468 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 469 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 470 install; \ 471 else \ 472 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 473 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 474 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 475 fi 476mostlyclean-generic: 477 478clean-generic: 479 480distclean-generic: 481 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 482 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 483 484maintainer-clean-generic: 485 @echo "This command is intended for maintainers to use" 486 @echo "it deletes files that may require special tools to rebuild." 487clean: clean-am 488 489clean-am: clean-generic clean-libtool mostlyclean-am 490 491distclean: distclean-am 492 -rm -f Makefile 493distclean-am: clean-am distclean-generic 494 495dvi: dvi-am 496 497dvi-am: 498 499html: html-am 500 501html-am: 502 503info: info-am 504 505info-am: 506 507install-data-am: install-dist_demosdataDATA 508 509install-dvi: install-dvi-am 510 511install-dvi-am: 512 513install-exec-am: 514 515install-html: install-html-am 516 517install-html-am: 518 519install-info: install-info-am 520 521install-info-am: 522 523install-man: 524 525install-pdf: install-pdf-am 526 527install-pdf-am: 528 529install-ps: install-ps-am 530 531install-ps-am: 532 533installcheck-am: 534 535maintainer-clean: maintainer-clean-am 536 -rm -f Makefile 537maintainer-clean-am: distclean-am maintainer-clean-generic 538 539mostlyclean: mostlyclean-am 540 541mostlyclean-am: mostlyclean-generic mostlyclean-libtool 542 543pdf: pdf-am 544 545pdf-am: 546 547ps: ps-am 548 549ps-am: 550 551uninstall-am: uninstall-dist_demosdataDATA 552 553.MAKE: install-am install-strip 554 555.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 556 cscopelist-am ctags-am distclean distclean-generic \ 557 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 558 install install-am install-data install-data-am \ 559 install-dist_demosdataDATA install-dvi install-dvi-am \ 560 install-exec install-exec-am install-html install-html-am \ 561 install-info install-info-am install-man install-pdf \ 562 install-pdf-am install-ps install-ps-am install-strip \ 563 installcheck installcheck-am installdirs maintainer-clean \ 564 maintainer-clean-generic mostlyclean mostlyclean-generic \ 565 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 566 uninstall-am uninstall-dist_demosdataDATA 567 568.PRECIOUS: Makefile 569 570 571# Tell versions [3.59,3.63) of GNU make to not export all variables. 572# Otherwise a system limit (for SysV at least) may be exceeded. 573.NOEXPORT: 574