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 © 2009 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> 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114subdir = src/tools 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 117 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 118 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 119 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 121 $(ACLOCAL_M4) 122DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 123mkinstalldirs = $(install_sh) -d 124CONFIG_CLEAN_FILES = 125CONFIG_CLEAN_VPATH_FILES = 126AM_V_P = $(am__v_P_@AM_V@) 127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 128am__v_P_0 = false 129am__v_P_1 = : 130AM_V_GEN = $(am__v_GEN_@AM_V@) 131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 132am__v_GEN_0 = @echo " GEN " $@; 133am__v_GEN_1 = 134AM_V_at = $(am__v_at_@AM_V@) 135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 136am__v_at_0 = @ 137am__v_at_1 = 138SOURCES = 139DIST_SOURCES = 140am__can_run_installinfo = \ 141 case $$AM_UPDATE_INFO_DIR in \ 142 n|no|NO) false;; \ 143 *) (install-info --version) >/dev/null 2>&1;; \ 144 esac 145am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 146am__DIST_COMMON = $(srcdir)/Makefile.in 147DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 148ACLOCAL = @ACLOCAL@ 149AMTAR = @AMTAR@ 150AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 151AR = @AR@ 152AUTOCONF = @AUTOCONF@ 153AUTOHEADER = @AUTOHEADER@ 154AUTOMAKE = @AUTOMAKE@ 155AWK = @AWK@ 156CC = @CC@ 157CCDEPMODE = @CCDEPMODE@ 158CFLAGS = @CFLAGS@ 159CPP = @CPP@ 160CPPFLAGS = @CPPFLAGS@ 161CXX = @CXX@ 162CXXCPP = @CXXCPP@ 163CXXDEPMODE = @CXXDEPMODE@ 164CXXFLAGS = @CXXFLAGS@ 165CYGPATH_W = @CYGPATH_W@ 166DEFS = @DEFS@ 167DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 168DEMO_CFLAGS = @DEMO_CFLAGS@ 169DEMO_LIBS = @DEMO_LIBS@ 170DEPDIR = @DEPDIR@ 171DLLTOOL = @DLLTOOL@ 172DRM_CFLAGS = @DRM_CFLAGS@ 173DRM_LIBS = @DRM_LIBS@ 174DSYMUTIL = @DSYMUTIL@ 175DUMPBIN = @DUMPBIN@ 176ECHO_C = @ECHO_C@ 177ECHO_N = @ECHO_N@ 178ECHO_T = @ECHO_T@ 179EGL_CFLAGS = @EGL_CFLAGS@ 180EGL_LIBS = @EGL_LIBS@ 181EGREP = @EGREP@ 182EXEEXT = @EXEEXT@ 183FGREP = @FGREP@ 184FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 185FREETYPE2_LIBS = @FREETYPE2_LIBS@ 186GBM_CFLAGS = @GBM_CFLAGS@ 187GBM_LIBS = @GBM_LIBS@ 188GLESV1_CFLAGS = @GLESV1_CFLAGS@ 189GLESV1_LIBS = @GLESV1_LIBS@ 190GLESV2_CFLAGS = @GLESV2_CFLAGS@ 191GLESV2_LIBS = @GLESV2_LIBS@ 192GLEW_CFLAGS = @GLEW_CFLAGS@ 193GLEW_LIBS = @GLEW_LIBS@ 194GLUT_CFLAGS = @GLUT_CFLAGS@ 195GLUT_LIBS = @GLUT_LIBS@ 196GLU_CFLAGS = @GLU_CFLAGS@ 197GLU_LIBS = @GLU_LIBS@ 198GL_CFLAGS = @GL_CFLAGS@ 199GL_LIBS = @GL_LIBS@ 200GREP = @GREP@ 201INSTALL = @INSTALL@ 202INSTALL_DATA = @INSTALL_DATA@ 203INSTALL_PROGRAM = @INSTALL_PROGRAM@ 204INSTALL_SCRIPT = @INSTALL_SCRIPT@ 205INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 206LD = @LD@ 207LDFLAGS = @LDFLAGS@ 208LIBOBJS = @LIBOBJS@ 209LIBS = @LIBS@ 210LIBTOOL = @LIBTOOL@ 211LIPO = @LIPO@ 212LN_S = @LN_S@ 213LTLIBOBJS = @LTLIBOBJS@ 214LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 215MAKEINFO = @MAKEINFO@ 216MANIFEST_TOOL = @MANIFEST_TOOL@ 217MESA_GLAPI = @MESA_GLAPI@ 218MKDIR_P = @MKDIR_P@ 219NM = @NM@ 220NMEDIT = @NMEDIT@ 221OBJDUMP = @OBJDUMP@ 222OBJEXT = @OBJEXT@ 223OSMESA16_LIBS = @OSMESA16_LIBS@ 224OSMESA32_LIBS = @OSMESA32_LIBS@ 225OSMESA_CFLAGS = @OSMESA_CFLAGS@ 226OSMESA_LIBS = @OSMESA_LIBS@ 227OTOOL = @OTOOL@ 228OTOOL64 = @OTOOL64@ 229PACKAGE = @PACKAGE@ 230PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 231PACKAGE_NAME = @PACKAGE_NAME@ 232PACKAGE_STRING = @PACKAGE_STRING@ 233PACKAGE_TARNAME = @PACKAGE_TARNAME@ 234PACKAGE_URL = @PACKAGE_URL@ 235PACKAGE_VERSION = @PACKAGE_VERSION@ 236PATH_SEPARATOR = @PATH_SEPARATOR@ 237PKG_CONFIG = @PKG_CONFIG@ 238PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 239PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 240RANLIB = @RANLIB@ 241SED = @SED@ 242SET_MAKE = @SET_MAKE@ 243SHELL = @SHELL@ 244STRIP = @STRIP@ 245VERSION = @VERSION@ 246VG_CFLAGS = @VG_CFLAGS@ 247VG_LIBS = @VG_LIBS@ 248WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 249WAYLAND_LIBS = @WAYLAND_LIBS@ 250X11_CFLAGS = @X11_CFLAGS@ 251X11_LIBS = @X11_LIBS@ 252abs_builddir = @abs_builddir@ 253abs_srcdir = @abs_srcdir@ 254abs_top_builddir = @abs_top_builddir@ 255abs_top_srcdir = @abs_top_srcdir@ 256ac_ct_AR = @ac_ct_AR@ 257ac_ct_CC = @ac_ct_CC@ 258ac_ct_CXX = @ac_ct_CXX@ 259ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 260am__include = @am__include@ 261am__leading_dot = @am__leading_dot@ 262am__quote = @am__quote@ 263am__tar = @am__tar@ 264am__untar = @am__untar@ 265bindir = @bindir@ 266build = @build@ 267build_alias = @build_alias@ 268build_cpu = @build_cpu@ 269build_os = @build_os@ 270build_vendor = @build_vendor@ 271builddir = @builddir@ 272datadir = @datadir@ 273datarootdir = @datarootdir@ 274docdir = @docdir@ 275dvidir = @dvidir@ 276exec_prefix = @exec_prefix@ 277host = @host@ 278host_alias = @host_alias@ 279host_cpu = @host_cpu@ 280host_os = @host_os@ 281host_vendor = @host_vendor@ 282htmldir = @htmldir@ 283includedir = @includedir@ 284infodir = @infodir@ 285install_sh = @install_sh@ 286libdir = @libdir@ 287libexecdir = @libexecdir@ 288localedir = @localedir@ 289localstatedir = @localstatedir@ 290mandir = @mandir@ 291mkdir_p = @mkdir_p@ 292oldincludedir = @oldincludedir@ 293pdfdir = @pdfdir@ 294prefix = @prefix@ 295program_transform_name = @program_transform_name@ 296psdir = @psdir@ 297runstatedir = @runstatedir@ 298sbindir = @sbindir@ 299sharedstatedir = @sharedstatedir@ 300srcdir = @srcdir@ 301sysconfdir = @sysconfdir@ 302target_alias = @target_alias@ 303top_build_prefix = @top_build_prefix@ 304top_builddir = @top_builddir@ 305top_srcdir = @top_srcdir@ 306all: all-am 307 308.SUFFIXES: 309$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 310 @for dep in $?; do \ 311 case '$(am__configure_deps)' in \ 312 *$$dep*) \ 313 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 314 && { if test -f $@; then exit 0; else break; fi; }; \ 315 exit 1;; \ 316 esac; \ 317 done; \ 318 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tools/Makefile'; \ 319 $(am__cd) $(top_srcdir) && \ 320 $(AUTOMAKE) --gnu src/tools/Makefile 321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 322 @case '$?' in \ 323 *config.status*) \ 324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 325 *) \ 326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 328 esac; 329 330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 332 333$(top_srcdir)/configure: $(am__configure_deps) 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335$(ACLOCAL_M4): $(am__aclocal_m4_deps) 336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 337$(am__aclocal_m4_deps): 338 339mostlyclean-libtool: 340 -rm -f *.lo 341 342clean-libtool: 343 -rm -rf .libs _libs 344tags TAGS: 345 346ctags CTAGS: 347 348cscope cscopelist: 349 350 351distdir: $(DISTFILES) 352 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 354 list='$(DISTFILES)'; \ 355 dist_files=`for file in $$list; do echo $$file; done | \ 356 sed -e "s|^$$srcdirstrip/||;t" \ 357 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 358 case $$dist_files in \ 359 */*) $(MKDIR_P) `echo "$$dist_files" | \ 360 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 361 sort -u` ;; \ 362 esac; \ 363 for file in $$dist_files; do \ 364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 365 if test -d $$d/$$file; then \ 366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 367 if test -d "$(distdir)/$$file"; then \ 368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 369 fi; \ 370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 373 fi; \ 374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 375 else \ 376 test -f "$(distdir)/$$file" \ 377 || cp -p $$d/$$file "$(distdir)/$$file" \ 378 || exit 1; \ 379 fi; \ 380 done 381check-am: all-am 382check: check-am 383all-am: Makefile 384installdirs: 385install: install-am 386install-exec: install-exec-am 387install-data: install-data-am 388uninstall: uninstall-am 389 390install-am: all-am 391 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 392 393installcheck: installcheck-am 394install-strip: 395 if test -z '$(STRIP)'; then \ 396 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 397 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 398 install; \ 399 else \ 400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 401 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 402 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 403 fi 404mostlyclean-generic: 405 406clean-generic: 407 408distclean-generic: 409 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 410 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 411 412maintainer-clean-generic: 413 @echo "This command is intended for maintainers to use" 414 @echo "it deletes files that may require special tools to rebuild." 415clean: clean-am 416 417clean-am: clean-generic clean-libtool mostlyclean-am 418 419distclean: distclean-am 420 -rm -f Makefile 421distclean-am: clean-am distclean-generic 422 423dvi: dvi-am 424 425dvi-am: 426 427html: html-am 428 429html-am: 430 431info: info-am 432 433info-am: 434 435install-data-am: 436 437install-dvi: install-dvi-am 438 439install-dvi-am: 440 441install-exec-am: 442 443install-html: install-html-am 444 445install-html-am: 446 447install-info: install-info-am 448 449install-info-am: 450 451install-man: 452 453install-pdf: install-pdf-am 454 455install-pdf-am: 456 457install-ps: install-ps-am 458 459install-ps-am: 460 461installcheck-am: 462 463maintainer-clean: maintainer-clean-am 464 -rm -f Makefile 465maintainer-clean-am: distclean-am maintainer-clean-generic 466 467mostlyclean: mostlyclean-am 468 469mostlyclean-am: mostlyclean-generic mostlyclean-libtool 470 471pdf: pdf-am 472 473pdf-am: 474 475ps: ps-am 476 477ps-am: 478 479uninstall-am: 480 481.MAKE: install-am install-strip 482 483.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 484 cscopelist-am ctags-am distclean distclean-generic \ 485 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 486 install install-am install-data install-data-am install-dvi \ 487 install-dvi-am install-exec install-exec-am install-html \ 488 install-html-am install-info install-info-am install-man \ 489 install-pdf install-pdf-am install-ps install-ps-am \ 490 install-strip installcheck installcheck-am installdirs \ 491 maintainer-clean maintainer-clean-generic mostlyclean \ 492 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 493 tags-am uninstall uninstall-am 494 495.PRECIOUS: Makefile 496 497 498# Tell versions [3.59,3.63) of GNU make to not export all variables. 499# Otherwise a system limit (for SysV at least) may be exceeded. 500.NOEXPORT: 501