Home
last modified time | relevance | path

Searched refs:glcpp (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/glsl/
DAndroid.gen.mk35 glcpp/glcpp-lex.c \
36 glcpp/glcpp-parse.c
44 LOCAL_C_INCLUDES += $(intermediates) $(intermediates)/glcpp $(MESA_TOP)/src/glsl/glcpp
79 $(intermediates)/glcpp/glcpp-lex.c: $(LOCAL_PATH)/glcpp/glcpp-lex.l
82 $(intermediates)/glcpp/glcpp-parse.c: $(LOCAL_PATH)/glcpp/glcpp-parse.y
DSConscript14 '#src/glsl/glcpp',
17 # Make glcpp-parse.h and glsl_parser.h reachable from the include path.
18 env.Append(CPPPATH = [Dir('.').abspath, Dir('glcpp').abspath])
32 glcpp_lexer = env.CFile('glcpp/glcpp-lex.c', 'glcpp/glcpp-lex.l')
33 glcpp_parser = env.CFile('glcpp/glcpp-parse.c', 'glcpp/glcpp-parse.y')
131 glcpp = env.Program(
132 target = 'glcpp/glcpp',
133 source = ['glcpp/glcpp.c'] + mesa_objs,
135 env.Alias('glcpp', glcpp)
DMakefile.sources9 $(GLSL_SRCDIR)/glcpp/pp.c
12 $(GLSL_BUILDDIR)/glcpp/glcpp-lex.c \
13 $(GLSL_BUILDDIR)/glcpp/glcpp-parse.c
DMakefile.am51 libglslcommon_la_LIBADD = glcpp/libglcpp.la
98 glcpp/libglcpp.la:
99 cd glcpp ; $(MAKE) $(AM_MAKEFLAGS)
101 SUBDIRS = glcpp subdir
DREADME7 passed straight through. See glcpp/*
/external/mesa3d/src/glsl/glcpp/
DMakefile.am39 noinst_PROGRAMS = glcpp program
42 glcpp-lex.l \
43 glcpp-parse.y \
49 glcpp.c
53 BUILT_SOURCES = glcpp-lex.c glcpp-parse.c glcpp-parse.h
D.gitignore1 glcpp
2 glcpp-lex.c
3 glcpp-parse.output
4 glcpp-parse.c
5 glcpp-parse.h
DREADME1 glcpp -- GLSL "C" preprocessor
16 Any downstream compiler accepting output from glcpp should be prepared
/external/mesa3d/
DMakefile.am76 src/glsl/glcpp/glcpp-lex.c \
77 src/glsl/glcpp/glcpp-parse.c \
78 src/glsl/glcpp/glcpp-parse.h \
98 $(MAKE) -C src/glsl/glcpp glcpp-lex.c glcpp-parse.c glcpp-parse.h
Dconfigure.ac64 if test ! -f "$srcdir/src/glsl/glcpp/glcpp-parse.c"; then
66 AC_MSG_ERROR([yacc not found - unable to compile glcpp-parse.y])
1998 src/glsl/glcpp/Makefile
/external/mesa3d/src/glsl/glcpp/tests/
Dglcpp-test8 Usage: glcpp [options...]
/external/mesa3d/src/mesa/
Dsources.mak380 -I$(top_srcdir)/src/glsl/glcpp \