summaryrefslogtreecommitdiff
path: root/src/glsl/cl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/cl/Makefile')
-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
+