summaryrefslogtreecommitdiff
path: root/src/glsl/cl
diff options
context:
space:
mode:
authormichal <michal@transistor.(none)>2009-12-10 01:03:15 +0100
committermichal <michal@transistor.(none)>2009-12-10 01:03:15 +0100
commit068596c9a7e8d330ffdff8ad8700bd6093b5bdea (patch)
tree9a7cab7a0c44d83169f59ac3aa4ac2b60e8c7acb /src/glsl/cl
parent77a0a3e5ca5dfa951056d9054b4147e3ea0965f3 (diff)
Build mesa glsl with make.
Still don't know how to add glsl to mesa dependencies.
Diffstat (limited to 'src/glsl/cl')
-rw-r--r--src/glsl/cl/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/glsl/cl/Makefile b/src/glsl/cl/Makefile
new file mode 100644
index 0000000000..04a52df8c3
--- /dev/null
+++ b/src/glsl/cl/Makefile
@@ -0,0 +1,13 @@
+#src/glsl/cl/Makefile
+
+TOP = ../../..
+
+include $(TOP)/configs/current
+
+LIBNAME = glslcl
+
+C_SOURCES = \
+ sl_cl_parse.c
+
+include ../Makefile.template
+