Makefile.in revision 32001f49
1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 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 41# These programs aren't intended to be included with the normal distro. 42# They're not too interesting but they're good for testing. 43 44VPATH = @srcdir@ 45am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 46am__make_running_with_option = \ 47 case $${target_option-} in \ 48 ?) ;; \ 49 *) echo "am__make_running_with_option: internal error: invalid" \ 50 "target option '$${target_option-}' specified" >&2; \ 51 exit 1;; \ 52 esac; \ 53 has_opt=no; \ 54 sane_makeflags=$$MAKEFLAGS; \ 55 if $(am__is_gnu_make); then \ 56 sane_makeflags=$$MFLAGS; \ 57 else \ 58 case $$MAKEFLAGS in \ 59 *\\[\ \ ]*) \ 60 bs=\\; \ 61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 63 esac; \ 64 fi; \ 65 skip_next=no; \ 66 strip_trailopt () \ 67 { \ 68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 69 }; \ 70 for flg in $$sane_makeflags; do \ 71 test $$skip_next = yes && { skip_next=no; continue; }; \ 72 case $$flg in \ 73 *=*|--*) continue;; \ 74 -*I) strip_trailopt 'I'; skip_next=yes;; \ 75 -*I?*) strip_trailopt 'I';; \ 76 -*O) strip_trailopt 'O'; skip_next=yes;; \ 77 -*O?*) strip_trailopt 'O';; \ 78 -*l) strip_trailopt 'l'; skip_next=yes;; \ 79 -*l?*) strip_trailopt 'l';; \ 80 -[dEDm]) skip_next=yes;; \ 81 -[JT]) skip_next=yes;; \ 82 esac; \ 83 case $$flg in \ 84 *$$target_option*) has_opt=yes; break;; \ 85 esac; \ 86 done; \ 87 test $$has_opt = yes 88am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 89am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 90pkgdatadir = $(datadir)/@PACKAGE@ 91pkgincludedir = $(includedir)/@PACKAGE@ 92pkglibdir = $(libdir)/@PACKAGE@ 93pkglibexecdir = $(libexecdir)/@PACKAGE@ 94am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 95install_sh_DATA = $(install_sh) -c -m 644 96install_sh_PROGRAM = $(install_sh) -c 97install_sh_SCRIPT = $(install_sh) -c 98INSTALL_HEADER = $(INSTALL_DATA) 99transform = $(program_transform_name) 100NORMAL_INSTALL = : 101PRE_INSTALL = : 102POST_INSTALL = : 103NORMAL_UNINSTALL = : 104PRE_UNINSTALL = : 105POST_UNINSTALL = : 106build_triplet = @build@ 107host_triplet = @host@ 108@HAVE_EGL_TRUE@noinst_PROGRAMS = demo1$(EXEEXT) demo2$(EXEEXT) \ 109@HAVE_EGL_TRUE@ demo3$(EXEEXT) eglinfo$(EXEEXT) \ 110@HAVE_EGL_TRUE@ eglgears_screen$(EXEEXT) egltri_screen$(EXEEXT) \ 111@HAVE_EGL_TRUE@ peglgears$(EXEEXT) $(am__EXEEXT_1) \ 112@HAVE_EGL_TRUE@ $(am__EXEEXT_2) 113subdir = src/egl/opengl 114DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 115 $(top_srcdir)/depcomp 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) 123mkinstalldirs = $(install_sh) -d 124CONFIG_CLEAN_FILES = 125CONFIG_CLEAN_VPATH_FILES = 126@HAVE_DRM_TRUE@@HAVE_GBM_TRUE@am__EXEEXT_1 = eglkms$(EXEEXT) 127@HAVE_X11_TRUE@am__EXEEXT_2 = eglgears_x11$(EXEEXT) \ 128@HAVE_X11_TRUE@ egltri_x11$(EXEEXT) xeglgears$(EXEEXT) \ 129@HAVE_X11_TRUE@ xeglthreads$(EXEEXT) 130PROGRAMS = $(noinst_PROGRAMS) 131demo1_SOURCES = demo1.c 132demo1_OBJECTS = demo1.$(OBJEXT) 133demo1_LDADD = $(LDADD) 134AM_V_lt = $(am__v_lt_@AM_V@) 135am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 136am__v_lt_0 = --silent 137am__v_lt_1 = 138demo2_SOURCES = demo2.c 139demo2_OBJECTS = demo2.$(OBJEXT) 140demo2_LDADD = $(LDADD) 141demo3_SOURCES = demo3.c 142demo3_OBJECTS = demo3.$(OBJEXT) 143demo3_LDADD = $(LDADD) 144am_eglgears_screen_OBJECTS = eglgears.$(OBJEXT) 145eglgears_screen_OBJECTS = $(am_eglgears_screen_OBJECTS) 146eglgears_screen_DEPENDENCIES = ../eglut/libeglut_screen.la 147am_eglgears_x11_OBJECTS = eglgears.$(OBJEXT) 148eglgears_x11_OBJECTS = $(am_eglgears_x11_OBJECTS) 149eglgears_x11_DEPENDENCIES = ../eglut/libeglut_x11.la 150eglgears_x11_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 151 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 152 $(eglgears_x11_LDFLAGS) $(LDFLAGS) -o $@ 153eglinfo_SOURCES = eglinfo.c 154eglinfo_OBJECTS = eglinfo.$(OBJEXT) 155eglinfo_LDADD = $(LDADD) 156am_eglkms_OBJECTS = eglkms-eglkms.$(OBJEXT) 157eglkms_OBJECTS = $(am_eglkms_OBJECTS) 158am__DEPENDENCIES_1 = 159am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 160eglkms_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \ 161 $(am__DEPENDENCIES_1) 162eglkms_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 163 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(eglkms_CFLAGS) $(CFLAGS) \ 164 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 165am_egltri_screen_OBJECTS = egltri.$(OBJEXT) 166egltri_screen_OBJECTS = $(am_egltri_screen_OBJECTS) 167egltri_screen_DEPENDENCIES = ../eglut/libeglut_screen.la 168am_egltri_x11_OBJECTS = egltri.$(OBJEXT) 169egltri_x11_OBJECTS = $(am_egltri_x11_OBJECTS) 170egltri_x11_DEPENDENCIES = ../eglut/libeglut_x11.la 171egltri_x11_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 172 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 173 $(egltri_x11_LDFLAGS) $(LDFLAGS) -o $@ 174peglgears_SOURCES = peglgears.c 175peglgears_OBJECTS = peglgears.$(OBJEXT) 176peglgears_LDADD = $(LDADD) 177xeglgears_SOURCES = xeglgears.c 178xeglgears_OBJECTS = xeglgears.$(OBJEXT) 179xeglgears_LDADD = $(LDADD) 180xeglgears_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 181 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 182 $(xeglgears_LDFLAGS) $(LDFLAGS) -o $@ 183xeglthreads_SOURCES = xeglthreads.c 184xeglthreads_OBJECTS = xeglthreads.$(OBJEXT) 185xeglthreads_LDADD = $(LDADD) 186xeglthreads_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 187 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 188 $(xeglthreads_LDFLAGS) $(LDFLAGS) -o $@ 189AM_V_P = $(am__v_P_@AM_V@) 190am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 191am__v_P_0 = false 192am__v_P_1 = : 193AM_V_GEN = $(am__v_GEN_@AM_V@) 194am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 195am__v_GEN_0 = @echo " GEN " $@; 196am__v_GEN_1 = 197AM_V_at = $(am__v_at_@AM_V@) 198am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 199am__v_at_0 = @ 200am__v_at_1 = 201DEFAULT_INCLUDES = -I.@am__isrc@ 202depcomp = $(SHELL) $(top_srcdir)/depcomp 203am__depfiles_maybe = depfiles 204am__mv = mv -f 205COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 206 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 207LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 208 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 209 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 210 $(AM_CFLAGS) $(CFLAGS) 211AM_V_CC = $(am__v_CC_@AM_V@) 212am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 213am__v_CC_0 = @echo " CC " $@; 214am__v_CC_1 = 215CCLD = $(CC) 216LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 217 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 218 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 219AM_V_CCLD = $(am__v_CCLD_@AM_V@) 220am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 221am__v_CCLD_0 = @echo " CCLD " $@; 222am__v_CCLD_1 = 223SOURCES = demo1.c demo2.c demo3.c $(eglgears_screen_SOURCES) \ 224 $(eglgears_x11_SOURCES) eglinfo.c $(eglkms_SOURCES) \ 225 $(egltri_screen_SOURCES) $(egltri_x11_SOURCES) peglgears.c \ 226 xeglgears.c xeglthreads.c 227DIST_SOURCES = demo1.c demo2.c demo3.c $(eglgears_screen_SOURCES) \ 228 $(eglgears_x11_SOURCES) eglinfo.c $(eglkms_SOURCES) \ 229 $(egltri_screen_SOURCES) $(egltri_x11_SOURCES) peglgears.c \ 230 xeglgears.c xeglthreads.c 231am__can_run_installinfo = \ 232 case $$AM_UPDATE_INFO_DIR in \ 233 n|no|NO) false;; \ 234 *) (install-info --version) >/dev/null 2>&1;; \ 235 esac 236am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 237# Read a list of newline-separated strings from the standard input, 238# and print each of them once, without duplicates. Input order is 239# *not* preserved. 240am__uniquify_input = $(AWK) '\ 241 BEGIN { nonempty = 0; } \ 242 { items[$$0] = 1; nonempty = 1; } \ 243 END { if (nonempty) { for (i in items) print i; }; } \ 244' 245# Make sure the list of sources is unique. This is necessary because, 246# e.g., the same source file might be shared among _SOURCES variables 247# for different programs/libraries. 248am__define_uniq_tagged_files = \ 249 list='$(am__tagged_files)'; \ 250 unique=`for i in $$list; do \ 251 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 252 done | $(am__uniquify_input)` 253ETAGS = etags 254CTAGS = ctags 255DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 256ACLOCAL = @ACLOCAL@ 257AMTAR = @AMTAR@ 258AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 259AR = @AR@ 260AUTOCONF = @AUTOCONF@ 261AUTOHEADER = @AUTOHEADER@ 262AUTOMAKE = @AUTOMAKE@ 263AWK = @AWK@ 264CC = @CC@ 265CCDEPMODE = @CCDEPMODE@ 266CFLAGS = @CFLAGS@ 267CPP = @CPP@ 268CPPFLAGS = @CPPFLAGS@ 269CXX = @CXX@ 270CXXCPP = @CXXCPP@ 271CXXDEPMODE = @CXXDEPMODE@ 272CXXFLAGS = @CXXFLAGS@ 273CYGPATH_W = @CYGPATH_W@ 274DEFS = @DEFS@ 275DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 276DEMO_CFLAGS = @DEMO_CFLAGS@ 277DEMO_LIBS = @DEMO_LIBS@ 278DEPDIR = @DEPDIR@ 279DLLTOOL = @DLLTOOL@ 280DRM_CFLAGS = @DRM_CFLAGS@ 281DRM_LIBS = @DRM_LIBS@ 282DSYMUTIL = @DSYMUTIL@ 283DUMPBIN = @DUMPBIN@ 284ECHO_C = @ECHO_C@ 285ECHO_N = @ECHO_N@ 286ECHO_T = @ECHO_T@ 287EGL_CFLAGS = @EGL_CFLAGS@ 288EGL_LIBS = @EGL_LIBS@ 289EGREP = @EGREP@ 290EXEEXT = @EXEEXT@ 291FGREP = @FGREP@ 292FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 293FREETYPE2_LIBS = @FREETYPE2_LIBS@ 294GBM_CFLAGS = @GBM_CFLAGS@ 295GBM_LIBS = @GBM_LIBS@ 296GLESV1_CFLAGS = @GLESV1_CFLAGS@ 297GLESV1_LIBS = @GLESV1_LIBS@ 298GLESV2_CFLAGS = @GLESV2_CFLAGS@ 299GLESV2_LIBS = @GLESV2_LIBS@ 300GLEW_CFLAGS = @GLEW_CFLAGS@ 301GLEW_LIBS = @GLEW_LIBS@ 302GLUT_CFLAGS = @GLUT_CFLAGS@ 303GLUT_LIBS = @GLUT_LIBS@ 304GLU_CFLAGS = @GLU_CFLAGS@ 305GLU_LIBS = @GLU_LIBS@ 306GL_CFLAGS = @GL_CFLAGS@ 307GL_LIBS = @GL_LIBS@ 308GREP = @GREP@ 309INSTALL = @INSTALL@ 310INSTALL_DATA = @INSTALL_DATA@ 311INSTALL_PROGRAM = @INSTALL_PROGRAM@ 312INSTALL_SCRIPT = @INSTALL_SCRIPT@ 313INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 314LD = @LD@ 315LDFLAGS = @LDFLAGS@ 316LIBOBJS = @LIBOBJS@ 317LIBS = @LIBS@ 318LIBTOOL = @LIBTOOL@ 319LIPO = @LIPO@ 320LN_S = @LN_S@ 321LTLIBOBJS = @LTLIBOBJS@ 322MAKEINFO = @MAKEINFO@ 323MANIFEST_TOOL = @MANIFEST_TOOL@ 324MESA_GLAPI = @MESA_GLAPI@ 325MKDIR_P = @MKDIR_P@ 326NM = @NM@ 327NMEDIT = @NMEDIT@ 328OBJDUMP = @OBJDUMP@ 329OBJEXT = @OBJEXT@ 330OSMESA16_LIBS = @OSMESA16_LIBS@ 331OSMESA32_LIBS = @OSMESA32_LIBS@ 332OSMESA_CFLAGS = @OSMESA_CFLAGS@ 333OSMESA_LIBS = @OSMESA_LIBS@ 334OTOOL = @OTOOL@ 335OTOOL64 = @OTOOL64@ 336PACKAGE = @PACKAGE@ 337PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 338PACKAGE_NAME = @PACKAGE_NAME@ 339PACKAGE_STRING = @PACKAGE_STRING@ 340PACKAGE_TARNAME = @PACKAGE_TARNAME@ 341PACKAGE_URL = @PACKAGE_URL@ 342PACKAGE_VERSION = @PACKAGE_VERSION@ 343PATH_SEPARATOR = @PATH_SEPARATOR@ 344PKG_CONFIG = @PKG_CONFIG@ 345PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 346PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 347RANLIB = @RANLIB@ 348SED = @SED@ 349SET_MAKE = @SET_MAKE@ 350SHELL = @SHELL@ 351STRIP = @STRIP@ 352VERSION = @VERSION@ 353VG_CFLAGS = @VG_CFLAGS@ 354VG_LIBS = @VG_LIBS@ 355WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 356WAYLAND_LIBS = @WAYLAND_LIBS@ 357X11_CFLAGS = @X11_CFLAGS@ 358X11_LIBS = @X11_LIBS@ 359abs_builddir = @abs_builddir@ 360abs_srcdir = @abs_srcdir@ 361abs_top_builddir = @abs_top_builddir@ 362abs_top_srcdir = @abs_top_srcdir@ 363ac_ct_AR = @ac_ct_AR@ 364ac_ct_CC = @ac_ct_CC@ 365ac_ct_CXX = @ac_ct_CXX@ 366ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 367am__include = @am__include@ 368am__leading_dot = @am__leading_dot@ 369am__quote = @am__quote@ 370am__tar = @am__tar@ 371am__untar = @am__untar@ 372bindir = @bindir@ 373build = @build@ 374build_alias = @build_alias@ 375build_cpu = @build_cpu@ 376build_os = @build_os@ 377build_vendor = @build_vendor@ 378builddir = @builddir@ 379datadir = @datadir@ 380datarootdir = @datarootdir@ 381docdir = @docdir@ 382dvidir = @dvidir@ 383exec_prefix = @exec_prefix@ 384host = @host@ 385host_alias = @host_alias@ 386host_cpu = @host_cpu@ 387host_os = @host_os@ 388host_vendor = @host_vendor@ 389htmldir = @htmldir@ 390includedir = @includedir@ 391infodir = @infodir@ 392install_sh = @install_sh@ 393libdir = @libdir@ 394libexecdir = @libexecdir@ 395localedir = @localedir@ 396localstatedir = @localstatedir@ 397mandir = @mandir@ 398mkdir_p = @mkdir_p@ 399oldincludedir = @oldincludedir@ 400pdfdir = @pdfdir@ 401prefix = @prefix@ 402program_transform_name = @program_transform_name@ 403psdir = @psdir@ 404sbindir = @sbindir@ 405sharedstatedir = @sharedstatedir@ 406srcdir = @srcdir@ 407sysconfdir = @sysconfdir@ 408target_alias = @target_alias@ 409top_build_prefix = @top_build_prefix@ 410top_builddir = @top_builddir@ 411top_srcdir = @top_srcdir@ 412AM_CFLAGS = \ 413 $(DEMO_CFLAGS) \ 414 $(EGL_CFLAGS) \ 415 -I$(top_srcdir)/src/egl/eglut \ 416 -I$(top_srcdir)/src/util 417 418AM_LDFLAGS = \ 419 $(DEMO_LIBS) \ 420 $(EGL_LIBS) 421 422@HAVE_X11_TRUE@EGL_X11_DEMOS = \ 423@HAVE_X11_TRUE@ eglgears_x11 \ 424@HAVE_X11_TRUE@ egltri_x11 \ 425@HAVE_X11_TRUE@ xeglgears \ 426@HAVE_X11_TRUE@ xeglthreads 427 428@HAVE_DRM_TRUE@@HAVE_GBM_TRUE@EGL_DRM_DEMOS = \ 429@HAVE_DRM_TRUE@@HAVE_GBM_TRUE@ eglkms 430 431egltri_screen_SOURCES = egltri.c 432eglgears_screen_SOURCES = eglgears.c 433egltri_x11_SOURCES = egltri.c 434eglgears_x11_SOURCES = eglgears.c 435eglgears_x11_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) 436egltri_x11_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) 437xeglgears_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) 438xeglthreads_LDFLAGS = $(AM_LDFLAGS) $(X11_LIBS) -pthread 439eglgears_screen_LDADD = ../eglut/libeglut_screen.la 440egltri_screen_LDADD = ../eglut/libeglut_screen.la 441eglgears_x11_LDADD = ../eglut/libeglut_x11.la 442egltri_x11_LDADD = ../eglut/libeglut_x11.la 443eglkms_SOURCES = eglkms.c 444eglkms_CFLAGS = $(AM_CFLAGS) $(DRM_CFLAGS) $(GBM_CFLAGS) 445eglkms_LDADD = $(AM_LDFLAGS) $(DRM_LIBS) $(GBM_LIBS) 446all: all-am 447 448.SUFFIXES: 449.SUFFIXES: .c .lo .o .obj 450$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 451 @for dep in $?; do \ 452 case '$(am__configure_deps)' in \ 453 *$$dep*) \ 454 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 455 && { if test -f $@; then exit 0; else break; fi; }; \ 456 exit 1;; \ 457 esac; \ 458 done; \ 459 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/egl/opengl/Makefile'; \ 460 $(am__cd) $(top_srcdir) && \ 461 $(AUTOMAKE) --gnu src/egl/opengl/Makefile 462.PRECIOUS: Makefile 463Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 464 @case '$?' in \ 465 *config.status*) \ 466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 467 *) \ 468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 470 esac; 471 472$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 474 475$(top_srcdir)/configure: $(am__configure_deps) 476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 477$(ACLOCAL_M4): $(am__aclocal_m4_deps) 478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 479$(am__aclocal_m4_deps): 480 481clean-noinstPROGRAMS: 482 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 483 echo " rm -f" $$list; \ 484 rm -f $$list || exit $$?; \ 485 test -n "$(EXEEXT)" || exit 0; \ 486 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 487 echo " rm -f" $$list; \ 488 rm -f $$list 489 490demo1$(EXEEXT): $(demo1_OBJECTS) $(demo1_DEPENDENCIES) $(EXTRA_demo1_DEPENDENCIES) 491 @rm -f demo1$(EXEEXT) 492 $(AM_V_CCLD)$(LINK) $(demo1_OBJECTS) $(demo1_LDADD) $(LIBS) 493 494demo2$(EXEEXT): $(demo2_OBJECTS) $(demo2_DEPENDENCIES) $(EXTRA_demo2_DEPENDENCIES) 495 @rm -f demo2$(EXEEXT) 496 $(AM_V_CCLD)$(LINK) $(demo2_OBJECTS) $(demo2_LDADD) $(LIBS) 497 498demo3$(EXEEXT): $(demo3_OBJECTS) $(demo3_DEPENDENCIES) $(EXTRA_demo3_DEPENDENCIES) 499 @rm -f demo3$(EXEEXT) 500 $(AM_V_CCLD)$(LINK) $(demo3_OBJECTS) $(demo3_LDADD) $(LIBS) 501 502eglgears_screen$(EXEEXT): $(eglgears_screen_OBJECTS) $(eglgears_screen_DEPENDENCIES) $(EXTRA_eglgears_screen_DEPENDENCIES) 503 @rm -f eglgears_screen$(EXEEXT) 504 $(AM_V_CCLD)$(LINK) $(eglgears_screen_OBJECTS) $(eglgears_screen_LDADD) $(LIBS) 505 506eglgears_x11$(EXEEXT): $(eglgears_x11_OBJECTS) $(eglgears_x11_DEPENDENCIES) $(EXTRA_eglgears_x11_DEPENDENCIES) 507 @rm -f eglgears_x11$(EXEEXT) 508 $(AM_V_CCLD)$(eglgears_x11_LINK) $(eglgears_x11_OBJECTS) $(eglgears_x11_LDADD) $(LIBS) 509 510eglinfo$(EXEEXT): $(eglinfo_OBJECTS) $(eglinfo_DEPENDENCIES) $(EXTRA_eglinfo_DEPENDENCIES) 511 @rm -f eglinfo$(EXEEXT) 512 $(AM_V_CCLD)$(LINK) $(eglinfo_OBJECTS) $(eglinfo_LDADD) $(LIBS) 513 514eglkms$(EXEEXT): $(eglkms_OBJECTS) $(eglkms_DEPENDENCIES) $(EXTRA_eglkms_DEPENDENCIES) 515 @rm -f eglkms$(EXEEXT) 516 $(AM_V_CCLD)$(eglkms_LINK) $(eglkms_OBJECTS) $(eglkms_LDADD) $(LIBS) 517 518egltri_screen$(EXEEXT): $(egltri_screen_OBJECTS) $(egltri_screen_DEPENDENCIES) $(EXTRA_egltri_screen_DEPENDENCIES) 519 @rm -f egltri_screen$(EXEEXT) 520 $(AM_V_CCLD)$(LINK) $(egltri_screen_OBJECTS) $(egltri_screen_LDADD) $(LIBS) 521 522egltri_x11$(EXEEXT): $(egltri_x11_OBJECTS) $(egltri_x11_DEPENDENCIES) $(EXTRA_egltri_x11_DEPENDENCIES) 523 @rm -f egltri_x11$(EXEEXT) 524 $(AM_V_CCLD)$(egltri_x11_LINK) $(egltri_x11_OBJECTS) $(egltri_x11_LDADD) $(LIBS) 525 526peglgears$(EXEEXT): $(peglgears_OBJECTS) $(peglgears_DEPENDENCIES) $(EXTRA_peglgears_DEPENDENCIES) 527 @rm -f peglgears$(EXEEXT) 528 $(AM_V_CCLD)$(LINK) $(peglgears_OBJECTS) $(peglgears_LDADD) $(LIBS) 529 530xeglgears$(EXEEXT): $(xeglgears_OBJECTS) $(xeglgears_DEPENDENCIES) $(EXTRA_xeglgears_DEPENDENCIES) 531 @rm -f xeglgears$(EXEEXT) 532 $(AM_V_CCLD)$(xeglgears_LINK) $(xeglgears_OBJECTS) $(xeglgears_LDADD) $(LIBS) 533 534xeglthreads$(EXEEXT): $(xeglthreads_OBJECTS) $(xeglthreads_DEPENDENCIES) $(EXTRA_xeglthreads_DEPENDENCIES) 535 @rm -f xeglthreads$(EXEEXT) 536 $(AM_V_CCLD)$(xeglthreads_LINK) $(xeglthreads_OBJECTS) $(xeglthreads_LDADD) $(LIBS) 537 538mostlyclean-compile: 539 -rm -f *.$(OBJEXT) 540 541distclean-compile: 542 -rm -f *.tab.c 543 544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo1.Po@am__quote@ 545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo2.Po@am__quote@ 546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo3.Po@am__quote@ 547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eglgears.Po@am__quote@ 548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eglinfo.Po@am__quote@ 549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eglkms-eglkms.Po@am__quote@ 550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egltri.Po@am__quote@ 551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peglgears.Po@am__quote@ 552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xeglgears.Po@am__quote@ 553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xeglthreads.Po@am__quote@ 554 555.c.o: 556@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 557@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 558@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 559@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 560@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 561 562.c.obj: 563@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 564@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 565@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 566@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 567@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 568 569.c.lo: 570@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 571@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 572@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 573@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 574@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 575 576eglkms-eglkms.o: eglkms.c 577@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -MT eglkms-eglkms.o -MD -MP -MF $(DEPDIR)/eglkms-eglkms.Tpo -c -o eglkms-eglkms.o `test -f 'eglkms.c' || echo '$(srcdir)/'`eglkms.c 578@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/eglkms-eglkms.Tpo $(DEPDIR)/eglkms-eglkms.Po 579@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='eglkms.c' object='eglkms-eglkms.o' libtool=no @AMDEPBACKSLASH@ 580@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 581@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -c -o eglkms-eglkms.o `test -f 'eglkms.c' || echo '$(srcdir)/'`eglkms.c 582 583eglkms-eglkms.obj: eglkms.c 584@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -MT eglkms-eglkms.obj -MD -MP -MF $(DEPDIR)/eglkms-eglkms.Tpo -c -o eglkms-eglkms.obj `if test -f 'eglkms.c'; then $(CYGPATH_W) 'eglkms.c'; else $(CYGPATH_W) '$(srcdir)/eglkms.c'; fi` 585@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/eglkms-eglkms.Tpo $(DEPDIR)/eglkms-eglkms.Po 586@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='eglkms.c' object='eglkms-eglkms.obj' libtool=no @AMDEPBACKSLASH@ 587@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 588@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(eglkms_CFLAGS) $(CFLAGS) -c -o eglkms-eglkms.obj `if test -f 'eglkms.c'; then $(CYGPATH_W) 'eglkms.c'; else $(CYGPATH_W) '$(srcdir)/eglkms.c'; fi` 589 590mostlyclean-libtool: 591 -rm -f *.lo 592 593clean-libtool: 594 -rm -rf .libs _libs 595 596ID: $(am__tagged_files) 597 $(am__define_uniq_tagged_files); mkid -fID $$unique 598tags: tags-am 599TAGS: tags 600 601tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 602 set x; \ 603 here=`pwd`; \ 604 $(am__define_uniq_tagged_files); \ 605 shift; \ 606 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 607 test -n "$$unique" || unique=$$empty_fix; \ 608 if test $$# -gt 0; then \ 609 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 610 "$$@" $$unique; \ 611 else \ 612 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 613 $$unique; \ 614 fi; \ 615 fi 616ctags: ctags-am 617 618CTAGS: ctags 619ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 620 $(am__define_uniq_tagged_files); \ 621 test -z "$(CTAGS_ARGS)$$unique" \ 622 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 623 $$unique 624 625GTAGS: 626 here=`$(am__cd) $(top_builddir) && pwd` \ 627 && $(am__cd) $(top_srcdir) \ 628 && gtags -i $(GTAGS_ARGS) "$$here" 629cscopelist: cscopelist-am 630 631cscopelist-am: $(am__tagged_files) 632 list='$(am__tagged_files)'; \ 633 case "$(srcdir)" in \ 634 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 635 *) sdir=$(subdir)/$(srcdir) ;; \ 636 esac; \ 637 for i in $$list; do \ 638 if test -f "$$i"; then \ 639 echo "$(subdir)/$$i"; \ 640 else \ 641 echo "$$sdir/$$i"; \ 642 fi; \ 643 done >> $(top_builddir)/cscope.files 644 645distclean-tags: 646 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 647 648distdir: $(DISTFILES) 649 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 650 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 651 list='$(DISTFILES)'; \ 652 dist_files=`for file in $$list; do echo $$file; done | \ 653 sed -e "s|^$$srcdirstrip/||;t" \ 654 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 655 case $$dist_files in \ 656 */*) $(MKDIR_P) `echo "$$dist_files" | \ 657 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 658 sort -u` ;; \ 659 esac; \ 660 for file in $$dist_files; do \ 661 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 662 if test -d $$d/$$file; then \ 663 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 664 if test -d "$(distdir)/$$file"; then \ 665 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 666 fi; \ 667 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 668 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 669 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 670 fi; \ 671 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 672 else \ 673 test -f "$(distdir)/$$file" \ 674 || cp -p $$d/$$file "$(distdir)/$$file" \ 675 || exit 1; \ 676 fi; \ 677 done 678check-am: all-am 679check: check-am 680all-am: Makefile $(PROGRAMS) 681installdirs: 682install: install-am 683install-exec: install-exec-am 684install-data: install-data-am 685uninstall: uninstall-am 686 687install-am: all-am 688 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 689 690installcheck: installcheck-am 691install-strip: 692 if test -z '$(STRIP)'; then \ 693 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 694 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 695 install; \ 696 else \ 697 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 698 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 699 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 700 fi 701mostlyclean-generic: 702 703clean-generic: 704 705distclean-generic: 706 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 707 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 708 709maintainer-clean-generic: 710 @echo "This command is intended for maintainers to use" 711 @echo "it deletes files that may require special tools to rebuild." 712clean: clean-am 713 714clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 715 mostlyclean-am 716 717distclean: distclean-am 718 -rm -rf ./$(DEPDIR) 719 -rm -f Makefile 720distclean-am: clean-am distclean-compile distclean-generic \ 721 distclean-tags 722 723dvi: dvi-am 724 725dvi-am: 726 727html: html-am 728 729html-am: 730 731info: info-am 732 733info-am: 734 735install-data-am: 736 737install-dvi: install-dvi-am 738 739install-dvi-am: 740 741install-exec-am: 742 743install-html: install-html-am 744 745install-html-am: 746 747install-info: install-info-am 748 749install-info-am: 750 751install-man: 752 753install-pdf: install-pdf-am 754 755install-pdf-am: 756 757install-ps: install-ps-am 758 759install-ps-am: 760 761installcheck-am: 762 763maintainer-clean: maintainer-clean-am 764 -rm -rf ./$(DEPDIR) 765 -rm -f Makefile 766maintainer-clean-am: distclean-am maintainer-clean-generic 767 768mostlyclean: mostlyclean-am 769 770mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 771 mostlyclean-libtool 772 773pdf: pdf-am 774 775pdf-am: 776 777ps: ps-am 778 779ps-am: 780 781uninstall-am: 782 783.MAKE: install-am install-strip 784 785.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 786 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ 787 ctags-am distclean distclean-compile distclean-generic \ 788 distclean-libtool distclean-tags distdir dvi dvi-am html \ 789 html-am info info-am install install-am install-data \ 790 install-data-am install-dvi install-dvi-am install-exec \ 791 install-exec-am install-html install-html-am install-info \ 792 install-info-am install-man install-pdf install-pdf-am \ 793 install-ps install-ps-am install-strip installcheck \ 794 installcheck-am installdirs maintainer-clean \ 795 maintainer-clean-generic mostlyclean mostlyclean-compile \ 796 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 797 tags tags-am uninstall uninstall-am 798 799 800# Tell versions [3.59,3.63) of GNU make to not export all variables. 801# Otherwise a system limit (for SysV at least) may be exceeded. 802.NOEXPORT: 803