Home
last modified time | relevance | path

Searched refs:ALL_SRCS (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
DMakefile.inc10 ALL_SRCS += $(PUSHBUTTON_MICRO_SPEECH_TEST_SRCS)
33 ALL_SRCS += $(PUSHBUTTON_CMSIS_SPEECH_TEST_SRCS)
57 ALL_SRCS += $(PREPROCESSOR_1K_MICRO_TEST_SRCS)
79 ALL_SRCS += $(PREPROCESSOR_1K_CMSIS_TEST_SRCS)
/external/libvpx/libvpx/
Dtools.mk30 ALL_SRCS = $(foreach ex,$(TOOLS),$($(notdir $(ex:.c=)).SRCS))
47 DIST-SRCS-yes += $(ALL_SRCS)
48 OBJS-$(NOT_MSVS) += $(call objs,$(ALL_SRCS))
Dexamples.mk305 ALL_SRCS = $(foreach ex,$(ALL_EXAMPLES),$($(notdir $(ex:.c=)).SRCS))
320 DIST-SRCS-yes += $(ALL_SRCS)
322 OBJS-$(NOT_MSVS) += $(call objs,$(ALL_SRCS))
/external/zstd/contrib/pzstd/
DMakefile74 ALL_SRCS := $(PZSTD_SRCS) $(PZSTD_TESTS) $(UTILS_TESTS) macro
271 -include $(patsubst %,%.d,$(basename $(ALL_SRCS)))
/external/tensorflow/tensorflow/lite/tools/make/
DMakefile284 ALL_SRCS := \ macro
423 -include $(patsubst %,$(DEPDIR)/%.d,$(basename $(ALL_SRCS)))
/external/tensorflow/tensorflow/lite/micro/tools/make/
DMakefile583 ALL_SRCS := \ macro
744 -include $(patsubst %,$(DEPDIR)/%.d,$(basename $(ALL_SRCS)))
Dhelper_functions.inc462 ALL_SRCS += $$($(1)_LOCAL_SRCS)