Remove few obsolete target files
authorPyry Haulos <phaulos@google.com>
Mon, 26 Sep 2016 22:07:45 +0000 (15:07 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 26 Sep 2016 22:07:45 +0000 (15:07 -0700)
Unmaintained, likely broken at this point.

Change-Id: Ic38ab7c3bdd78e9e0c9a88ecf6fecaa993eecc7c

targets/dynamic_egl/dynamic_egl.cmake [deleted file]
targets/gles3_dynamic/gles3_dynamic.cmake [deleted file]
targets/gles3_wrapper/gles3_wrapper.cmake [deleted file]
targets/no_modules/no_modules.cmake [deleted file]

diff --git a/targets/dynamic_egl/dynamic_egl.cmake b/targets/dynamic_egl/dynamic_egl.cmake
deleted file mode 100644 (file)
index 79d0478..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-message("*** Using dynamic EGL target")
-set(DEQP_TARGET_NAME   "EGL (run-time linking)")
-set(DEQP_RUNTIME_LINK  ON)
-set(DEQP_SUPPORT_GLES2 ON)
-set(DEQP_SUPPORT_GLES3 ON)
-set(DEQP_SUPPORT_OPENGL        ON)
-set(DEQP_SUPPORT_EGL   ON)
diff --git a/targets/gles3_dynamic/gles3_dynamic.cmake b/targets/gles3_dynamic/gles3_dynamic.cmake
deleted file mode 100644 (file)
index 872895d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-message("*** Using GLES3 dynamic loader")
-set(DEQP_TARGET_NAME   "Dynamic library")
-set(DEQP_RUNTIME_LINK  ON)
-set(DEQP_SUPPORT_GLES2 ON)
-set(DEQP_SUPPORT_GLES3 ON)
-set(DEQP_SUPPORT_EGL   ON)
diff --git a/targets/gles3_wrapper/gles3_wrapper.cmake b/targets/gles3_wrapper/gles3_wrapper.cmake
deleted file mode 100644 (file)
index aab530a..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-
-message("*** Using GLES3 Wrapper")
-
-set(DEQP_TARGET_NAME   "GLES3 Wrapper")
-set(DEQP_SUPPORT_GLES2 OFF)
-set(DEQP_SUPPORT_EGL   OFF)
-set(DEQP_SUPPORT_GLES3 ON)
-
-add_definitions(-DKHRONOS_STATIC_LIB)
-add_definitions(-DDEQP_USE_GLES3_WRAPPER)
-include_directories(
-       wrappers/gles3/inc
-       wrappers/gles3 # Required by platform integration
-       )
-add_subdirectory(wrappers/gles3)
-set(DEQP_GLES3_LIBRARIES       GLESv3)
-set(DEQP_PLATFORM_LIBRARIES    GLESv3) # \note Always link to GLESv3 since platform integration requires it.
-
-if (DE_OS_IS_WIN32)
-       set(TCUTIL_PLATFORM_SRCS
-               win32/tcuWGL.cpp
-               win32/tcuWGL.hpp
-               win32/tcuWin32API.h
-               win32/tcuWin32Window.cpp
-               win32/tcuWin32Window.hpp
-               win32/tcuWin32GLES3Platform.cpp
-               win32/tcuWin32GLES3Platform.hpp
-               tcuMain.cpp
-               )
-else ()
-       message(FATAL_ERROR "GLES3 Wrapper is not supported on this OS")
-endif ()
diff --git a/targets/no_modules/no_modules.cmake b/targets/no_modules/no_modules.cmake
deleted file mode 100644 (file)
index aa81ed8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-message("*** No modules build")
-set(DEQP_TARGET_NAME   "No-Modules")