Lines Matching refs:SRCS
324 ifneq ($(call enabled,DIST-SRCS),)
325 DIST-SRCS-yes += configure
326 DIST-SRCS-yes += build/make/configure.sh
327 DIST-SRCS-yes += build/make/gen_asm_deps.sh
328 DIST-SRCS-yes += build/make/Makefile
329 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
330 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh
331 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_sln.sh
332 DIST-SRCS-$(CONFIG_MSVS) += build/x86-msvs/yasm.rules
333 DIST-SRCS-$(CONFIG_RVCT) += build/make/armlink_adapter.sh
335 DIST-SRCS-$(ARCH_ARM)$(ARCH_X86)$(ARCH_X86_64) += build/make/obj_int_extract.c
336 DIST-SRCS-$(ARCH_ARM) += build/make/ads2gas.pl
337 DIST-SRCS-yes += $(target:-$(TOOLCHAIN)=).mk
339 INSTALL-SRCS := $(call cond_enabled,CONFIG_INSTALL_SRCS,INSTALL-SRCS)
341 INSTALL-SRCS += $(call cond_enabled,CONFIG_INSTALL_SRCS,DIST-SRCS)
343 .install-srcs: $(addprefix $(DIST_DIR)/src/,$(INSTALL-SRCS))