|
Lines 1-9
a/Source/ThirdParty/ANGLE/GNUmakefile.am_sec1
|
| 1 |
if USE_OPENGL |
1 |
if USE_OPENGL |
| 2 |
noinst_LTLIBRARIES += \ |
2 |
noinst_LTLIBRARIES += \ |
| 3 |
libANGLE.la |
3 |
libANGLE.la |
| 4 |
|
|
|
| 5 |
angle_lib_for_dep = libANGLE.la |
| 6 |
$(angle_lib_for_dep): $(srcdir)/Source/ThirdParty/ANGLE/GNUmakefile.am |
| 7 |
endif |
4 |
endif |
| 8 |
|
5 |
|
| 9 |
libANGLE_la_CXXFLAGS = $(global_cxxflags) |
6 |
libANGLE_la_CXXFLAGS = $(global_cxxflags) |
|
Lines 15-20
libANGLE_la_CPPFLAGS = \
a/Source/ThirdParty/ANGLE/GNUmakefile.am_sec2
|
| 15 |
-I$(srcdir)/Source/ThirdParty/ANGLE/include/GLSLANG \ |
12 |
-I$(srcdir)/Source/ThirdParty/ANGLE/include/GLSLANG \ |
| 16 |
-I$(srcdir)/Source/ThirdParty/ANGLE/include/KHR |
13 |
-I$(srcdir)/Source/ThirdParty/ANGLE/include/KHR |
| 17 |
|
14 |
|
|
|
15 |
nodist_libANGLE_la_SOURCES = \ |
| 16 |
DerivedSources/ANGLE/glslang.cpp \ |
| 17 |
DerivedSources/ANGLE/glslang_tab.cpp \ |
| 18 |
DerivedSources/ANGLE/glslang_tab.h |
| 19 |
|
| 18 |
libANGLE_la_SOURCES = \ |
20 |
libANGLE_la_SOURCES = \ |
| 19 |
Source/ThirdParty/ANGLE/include/EGL/egl.h \ |
21 |
Source/ThirdParty/ANGLE/include/EGL/egl.h \ |
| 20 |
Source/ThirdParty/ANGLE/include/EGL/eglplatform.h \ |
22 |
Source/ThirdParty/ANGLE/include/EGL/eglplatform.h \ |
|
Lines 51-59
libANGLE_la_SOURCES = \
a/Source/ThirdParty/ANGLE/GNUmakefile.am_sec3
|
| 51 |
Source/ThirdParty/ANGLE/src/compiler/ForLoopUnroll.cpp \ |
53 |
Source/ThirdParty/ANGLE/src/compiler/ForLoopUnroll.cpp \ |
| 52 |
Source/ThirdParty/ANGLE/src/compiler/ForLoopUnroll.h \ |
54 |
Source/ThirdParty/ANGLE/src/compiler/ForLoopUnroll.h \ |
| 53 |
Source/ThirdParty/ANGLE/src/compiler/glslang.h \ |
55 |
Source/ThirdParty/ANGLE/src/compiler/glslang.h \ |
| 54 |
Source/ThirdParty/ANGLE/src/compiler/glslang_lex.cpp \ |
|
|
| 55 |
Source/ThirdParty/ANGLE/src/compiler/glslang_tab.cpp \ |
| 56 |
Source/ThirdParty/ANGLE/src/compiler/glslang_tab.h \ |
| 57 |
Source/ThirdParty/ANGLE/src/compiler/HashNames.h \ |
56 |
Source/ThirdParty/ANGLE/src/compiler/HashNames.h \ |
| 58 |
Source/ThirdParty/ANGLE/src/compiler/InfoSink.cpp \ |
57 |
Source/ThirdParty/ANGLE/src/compiler/InfoSink.cpp \ |
| 59 |
Source/ThirdParty/ANGLE/src/compiler/InfoSink.h \ |
58 |
Source/ThirdParty/ANGLE/src/compiler/InfoSink.h \ |