OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALL_SRCS
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
tools.mk
30
ALL_SRCS
= $(foreach ex,$(TOOLS),$($(notdir $(ex:.c=)).SRCS))
47
DIST-SRCS-yes += $(
ALL_SRCS
)
48
OBJS-$(NOT_MSVS) += $(call objs,$(
ALL_SRCS
))
examples.mk
288
ALL_SRCS
= $(foreach ex,$(ALL_EXAMPLES),$($(notdir $(ex:.c=)).SRCS))
303
DIST-SRCS-yes += $(
ALL_SRCS
)
305
OBJS-$(NOT_MSVS) += $(call objs,$(
ALL_SRCS
))
Completed in 138 milliseconds