Searched defs:SRCS (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A DMakefile4 SRCS= arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c eloop.c macro
5 SRCS+= if-options.c if-pref.c ipv4ll.c ipv6rs.c net.c signals.c
6 SRCS+= configure.c
13 OBJS+= ${SRCS:.c=.o} ${COMPAT_SRCS:.c=.o}
68 .depend: ${SRCS} ${COMPAT_SRCS}
69 ${CC} ${CPPFLAGS} -MM ${SRCS} ${COMPAT_SRCS} > .depend
111 cp ${SRCS} dhcpcd.conf *.in /tmp/${DISTPREFIX}
112 cp $$(${CC} ${CPPFLAGS} -MM ${SRCS} | \
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A DMakefile417 ifneq ($(call enabled,DIST-SRCS),)
418 DIST-SRCS-yes += configure
419 DIST-SRCS-yes += build/make/configure.sh
420 DIST-SRCS-yes += build/make/gen_asm_deps.sh
421 DIST-SRCS-yes += build/make/Makefile
422 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
423 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh
424 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_sln.sh
425 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_vcxproj.sh
426 DIST-SRCS
[all...]
/external/libvpx/libvpx/build/make/
H A DMakefile395 ifneq ($(call enabled,DIST-SRCS),)
396 DIST-SRCS-yes += configure
397 DIST-SRCS-yes += build/make/configure.sh
398 DIST-SRCS-yes += build/make/gen_asm_deps.sh
399 DIST-SRCS-yes += build/make/Makefile
400 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
401 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_proj.sh
402 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_sln.sh
403 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_vcxproj.sh
404 DIST-SRCS
[all...]

Completed in 643 milliseconds