You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.1 KiB
73 lines
2.1 KiB
# Copyright © 2014 Intel Corporation
|
|
#
|
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
# copy of this software and associated documentation files (the "Software"),
|
|
# to deal in the Software without restriction, including without limitation
|
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
# and/or sell copies of the Software, and to permit persons to whom the
|
|
# Software is furnished to do so, subject to the following conditions:
|
|
#
|
|
# The above copyright notice and this permission notice (including the next
|
|
# paragraph) shall be included in all copies or substantial portions of the
|
|
# Software.
|
|
#
|
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
# IN THE SOFTWARE.
|
|
|
|
EGL_TESTS_PROGS = \
|
|
egl_has_extension_nocontext \
|
|
egl_gl \
|
|
egl_gles1_without_glx \
|
|
egl_gles2_without_glx
|
|
|
|
EGL_GLX_TEST_PROGS = \
|
|
egl_and_glx_different_pointers_egl_glx \
|
|
egl_and_glx_different_pointers_egl \
|
|
egl_and_glx_different_pointers_glx
|
|
|
|
GLX_TEST_PROGS = \
|
|
glx_beginend \
|
|
glx_public_api \
|
|
glx_public_api_core \
|
|
glx_glxgetprocaddress_nocontext \
|
|
glx_has_extension_nocontext \
|
|
glx_static
|
|
|
|
GLX_NON_APPLE_PROGS = \
|
|
glx_alias_prefer_same_name \
|
|
glx_gles2
|
|
|
|
WGL_TEST_PROGS = \
|
|
wgl_core_and_exts$(EXEEXT) \
|
|
wgl_per_context_funcptrs$(EXEEXT) \
|
|
wgl_usefontbitmaps$(EXEEXT) \
|
|
wgl_usefontbitmaps_unicode$(EXEEXT)
|
|
|
|
GENERIC_TEST_PROGS = \
|
|
headerguards$(EXEEXT) \
|
|
miscdefines$(EXEEXT) \
|
|
khronos_typedefs$(EXEEXT)
|
|
|
|
DLWRAP_SRC = dlwrap.c dlwrap.h
|
|
|
|
KHRONOS_TYPEDEF_SRC = \
|
|
khronos_typedefs.c \
|
|
khronos_typedefs.h \
|
|
khronos_typedefs_nonepoxy.c
|
|
|
|
EGL_COMMON_SRC = \
|
|
egl_common.c \
|
|
egl_common.h
|
|
|
|
GLX_COMMON_SRC = \
|
|
glx_common.c \
|
|
glx_common.h
|
|
|
|
WGL_COMMON_SRC = \
|
|
wgl_common.c \
|
|
wgl_common.h
|
|
|