Lines Matching refs:glcpp
22 'glcpp-parse.[ch]',
23 input : 'glcpp-parse.y',
24 output : ['glcpp-parse.c', 'glcpp-parse.h'],
32 'glcpp-lex.c',
33 input : 'glcpp-lex.l',
34 output : 'glcpp-lex.c',
49 'glcpp',
50 [glcpp_lex, glcpp_parse, files('glcpp.h', 'pp.c')],
70 glcpp = executable( build
71 'glcpp',
72 'glcpp.c',
97 'glcpp test (@0@)'.format(m),
101 glcpp, join_paths(meson.current_source_dir(), 'tests'),
104 suite : ['compiler', 'glcpp'],