summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2015-11-23 17:03:04 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2016-01-26 16:07:27 +0000
commit2f86383091bde24a2a0b90a43c11a13165f8c397 (patch)
treeaa2605abef88259825c3436570b7cea8c82b5edd /src/Makefile.am
parent41875ac4edd8c884225c44c0840bd20291b410ca (diff)
downloadexternal_mesa3d-2f86383091bde24a2a0b90a43c11a13165f8c397.zip
external_mesa3d-2f86383091bde24a2a0b90a43c11a13165f8c397.tar.gz
external_mesa3d-2f86383091bde24a2a0b90a43c11a13165f8c397.tar.bz2
compiler: introduce a libcompiler static library
Currently it's an empty library, although it'll be used to store common code between GLSL and NIR that is compiler specific (rather than generic as the one in src/util). XXX: strictly speaking we could add a python/mako parser to generate the relevant files instead including builtin_type_macros.h in such a manner. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Matt Turner <mattst88@gmail.com> Acked-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0d49bcd..a0ec401 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,6 +21,9 @@
SUBDIRS = . gtest util mapi/glapi/gen mapi
+# include only conditionally ?
+SUBDIRS += compiler
+
if NEED_OPENGL_COMMON
SUBDIRS += glsl mesa
endif