summaryrefslogtreecommitdiff
path: root/src/glsl/cl/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-08-20 10:52:14 -0700
committerEric Anholt <eric@anholt.net>2010-08-20 10:55:42 -0700
commit284ce20901b0c2cfab1d952cc129b8f3cd068f12 (patch)
treefb245e2b41adaad79b01d54aa288943466304b21 /src/glsl/cl/Makefile
parenta4b10a56145ea253def4cf958410d770d0640bc9 (diff)
Remove remnants of the old glsl compiler.
Diffstat (limited to 'src/glsl/cl/Makefile')
-rw-r--r--src/glsl/cl/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/glsl/cl/Makefile b/src/glsl/cl/Makefile
deleted file mode 100644
index 04a52df8c3..0000000000
--- a/src/glsl/cl/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#src/glsl/cl/Makefile
-
-TOP = ../../..
-
-include $(TOP)/configs/current
-
-LIBNAME = glslcl
-
-C_SOURCES = \
- sl_cl_parse.c
-
-include ../Makefile.template
-