glsl2: Fix warning from always-false assert not being known to not return.
[mesa.git] / src / glsl / pp / Makefile
1 #src/glsl/pp/Makefile
2
3 TOP = ../../..
4
5 include $(TOP)/configs/current
6
7 LIBNAME = glslpp
8
9 C_SOURCES = \
10 sl_pp_context.c \
11 sl_pp_define.c \
12 sl_pp_dict.c \
13 sl_pp_error.c \
14 sl_pp_expression.c \
15 sl_pp_extension.c \
16 sl_pp_if.c \
17 sl_pp_line.c \
18 sl_pp_macro.c \
19 sl_pp_pragma.c \
20 sl_pp_process.c \
21 sl_pp_purify.c \
22 sl_pp_token.c \
23 sl_pp_token_util.c \
24 sl_pp_version.c
25
26 include ../Makefile.template
27