summaryrefslogtreecommitdiff
path: root/src/glsl/pp/Makefile
blob: fda1c4202ba2b563cae26c07dec43b7db5db0666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#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