summaryrefslogtreecommitdiff
path: root/src/glsl/pp/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/pp/Makefile
parenta4b10a56145ea253def4cf958410d770d0640bc9 (diff)
Remove remnants of the old glsl compiler.
Diffstat (limited to 'src/glsl/pp/Makefile')
-rw-r--r--src/glsl/pp/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/glsl/pp/Makefile b/src/glsl/pp/Makefile
deleted file mode 100644
index fda1c4202b..0000000000
--- a/src/glsl/pp/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#src/glsl/pp/Makefile
-
-TOP = ../../..
-
-include $(TOP)/configs/current
-
-LIBNAME = glslpp
-
-C_SOURCES = \
- sl_pp_context.c \
- sl_pp_define.c \
- sl_pp_dict.c \
- sl_pp_error.c \
- sl_pp_expression.c \
- sl_pp_extension.c \
- sl_pp_if.c \
- sl_pp_line.c \
- sl_pp_macro.c \
- sl_pp_pragma.c \
- sl_pp_process.c \
- sl_pp_purify.c \
- sl_pp_token.c \
- sl_pp_token_util.c \
- sl_pp_version.c
-
-include ../Makefile.template
-