Lines Matching refs:glcpp
18 'glcpp-parse.[ch]',
19 input : 'glcpp-parse.y',
20 output : ['glcpp-parse.c', 'glcpp-parse.h'],
25 'glcpp-lex.c',
26 input : 'glcpp-lex.l',
27 output : 'glcpp-lex.c',
32 'glcpp',
33 [glcpp_lex, glcpp_parse, files('glcpp.h', 'pp.c')],
54 glcpp = executable( variable
55 'glcpp',
56 'glcpp.c',
72 'glcpp test (@0@)'.format(m),
76 glcpp, join_paths(meson.current_source_dir(), 'tests'),
79 suite : ['compiler', 'glcpp'],