Home
last modified time | relevance | path

Searched refs:LIBSOURCES (Results 1 – 2 of 2) sorted by relevance

/external/brotli/
DMakefile2 LIBSOURCES = $(wildcard c/common/*.c) $(wildcard c/dec/*.c) \ macro
4 SOURCES = $(LIBSOURCES) c/tools/brotli.c
7 LIBOBJECTS = $(addprefix $(OBJDIR)/, $(LIBSOURCES:.c=.o))
/external/antlr/runtime/C/
DMakefile.am7 LIBSOURCES = src/antlr3baserecognizer.c \ macro
31 libantlr3c_la_SOURCES = $(LIBSOURCES)