mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
84992e31e1
for completeness for later pop. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Jul 14 02:02:33 CEST 2016 on sn-devel-144 |
||
---|---|---|
.. | ||
dalloc.c | ||
dalloc.h | ||
Makefile | ||
marshalling.c | ||
marshalling.h | ||
mdssvc.c | ||
mdssvc.h | ||
README | ||
sparql_lexer.c | ||
sparql_lexer.l | ||
sparql_mapping.c | ||
sparql_mapping.h | ||
sparql_parser_test.c | ||
sparql_parser.c | ||
sparql_parser.h | ||
sparql_parser.y | ||
srv_mdssvc_nt.c | ||
srv_mdssvc_nt.h |
Introduction: ============= This directory contains source code for the metadata search service aka Spotlight. Bison and flex: =============== Not yet integrated into the waf buildsystem, run these by hand: $ bison -d -o sparql_parser.c sparql_parser.y $ flex -o sparql_lexer.c sparql_lexer.l or use the bundled Makefile.