mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 02:40:46 +02:00
mapi: Inline shared-glapi/tests/Makefile.
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
parent
7172f02d7c
commit
e87106d153
3 changed files with 11 additions and 22 deletions
|
|
@ -2239,7 +2239,6 @@ AC_CONFIG_FILES([Makefile
|
|||
src/mapi/es1api/glesv1_cm.pc
|
||||
src/mapi/es2api/glesv2.pc
|
||||
src/mapi/glapi/gen/Makefile
|
||||
src/mapi/shared-glapi/tests/Makefile
|
||||
src/mapi/vgapi/Makefile
|
||||
src/mapi/vgapi/vg.pc
|
||||
src/mesa/Makefile
|
||||
|
|
|
|||
|
|
@ -46,8 +46,6 @@ include glapi/Makefile.sources
|
|||
include glapi/gen/glapi_gen.mk
|
||||
|
||||
if HAVE_SHARED_GLAPI
|
||||
SUBDIRS += shared-glapi/tests
|
||||
|
||||
BUILT_SOURCES += shared-glapi/glapi_mapi_tmp.h
|
||||
|
||||
lib_LTLIBRARIES += shared-glapi/libglapi.la
|
||||
|
|
@ -66,6 +64,17 @@ shared_glapi_libglapi_la_LDFLAGS = \
|
|||
|
||||
shared-glapi/glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
|
||||
$(call glapi_gen_mapi,$<,shared-glapi)
|
||||
|
||||
TESTS += shared-glapi-test
|
||||
check_PROGRAMS += shared-glapi-test
|
||||
|
||||
shared_glapi_test_SOURCES = shared-glapi/tests/check_table.cpp
|
||||
shared_glapi_test_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
-I$(top_srcdir)/src/gtest/include
|
||||
shared_glapi_test_LDADD = \
|
||||
$(top_builddir)/src/mapi/shared-glapi/libglapi.la \
|
||||
$(top_builddir)/src/gtest/libgtest.la
|
||||
endif
|
||||
|
||||
if HAVE_OPENGL
|
||||
|
|
|
|||
|
|
@ -1,19 +0,0 @@
|
|||
if HAVE_SHARED_GLAPI
|
||||
AM_CFLAGS = $(PTHREAD_CFLAGS)
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/gtest/include \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
-I$(top_builddir)/src/mapi \
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
TESTS = shared-glapi-test
|
||||
check_PROGRAMS = shared-glapi-test
|
||||
|
||||
shared_glapi_test_SOURCES = \
|
||||
check_table.cpp
|
||||
|
||||
shared_glapi_test_LDADD = \
|
||||
$(top_builddir)/src/mapi/shared-glapi/libglapi.la \
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
$(PTHREAD_LIBS)
|
||||
endif
|
||||
Loading…
Add table
Reference in a new issue