OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTILS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk
53
# List of examples to build.
UTILS
are tools meant for distribution
55
UTILS
-$(CONFIG_DECODERS) += vpxdec.c
74
UTILS
-$(CONFIG_ENCODERS) += vpxenc.c
243
UTILS
= $(call enabled,
UTILS
)
245
ALL_EXAMPLES = $(
UTILS
) $(EXAMPLES)
246
UTIL_SRCS = $(foreach ex,$(
UTILS
),$($(ex:.c=).SRCS))
252
# for that example (not just them main one specified in
UTILS
/EXAMPLES)
269
INSTALL-BINS-$(NOT_MSVS) += $(addprefix bin/,$(
UTILS
:.c=$(EXE_SFX)))
360
@$(foreach ex,$(sort $(
UTILS
:.c=)),
[
all
...]
/external/libvpx/libvpx/
examples.mk
18
# List of examples to build.
UTILS
are tools meant for distribution
20
UTILS
-$(CONFIG_DECODERS) += vpxdec.c
43
UTILS
-$(CONFIG_ENCODERS) += vpxenc.c
78
#
UTILS
-$(CONFIG_DECODERS) += example_xma.c
209
UTILS
= $(call enabled,
UTILS
)
211
ALL_EXAMPLES = $(
UTILS
) $(EXAMPLES)
212
UTIL_SRCS = $(foreach ex,$(
UTILS
),$($(ex:.c=).SRCS))
218
# for that example (not just them main one specified in
UTILS
/EXAMPLES)
235
INSTALL-BINS-$(NOT_MSVS) += $(addprefix bin/,$(
UTILS
:.c=$(EXE_SFX))
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk
18
# List of examples to build.
UTILS
are tools meant for distribution
20
UTILS
-$(CONFIG_DECODERS) += vpxdec.c
43
UTILS
-$(CONFIG_ENCODERS) += vpxenc.c
78
#
UTILS
-$(CONFIG_DECODERS) += example_xma.c
209
UTILS
= $(call enabled,
UTILS
)
211
ALL_EXAMPLES = $(
UTILS
) $(EXAMPLES)
212
UTIL_SRCS = $(foreach ex,$(
UTILS
),$($(ex:.c=).SRCS))
218
# for that example (not just them main one specified in
UTILS
/EXAMPLES)
235
INSTALL-BINS-$(NOT_MSVS) += $(addprefix bin/,$(
UTILS
:.c=$(EXE_SFX))
[
all
...]
/external/chromium_org/third_party/libxml/src/win32/
Makefile
35
UTILS_INTDIR = int.
utils
.msvc
236
UTILS
= $(BINDIR)\xmllint.exe\
255
UTILS
= $(
UTILS
) $(BINDIR)\testThreadsWin32.exe
257
UTILS
= $(
UTILS
) $(BINDIR)\testThreads.exe
268
all : libxml libxmla libxmladll
utils
276
utils
: $(
UTILS
)
379
# Makes the
utils
intermediate directory
[
all
...]
/external/chromium_org/third_party/libxslt/win32/
Makefile
46
UTILS_INTDIR = int.
utils
.msvc
142
UTILS
= $(BINDIR)\xsltproc.exe
152
all : libxslt libxslta libexslt libexslta
utils
162
utils
: $(
UTILS
)
303
# Creates the
utils
intermediate directory.
331
$(
UTILS
) : $(UTILS_INTDIR) $(BINDIR) libxslt libxslta libexslt libexslta
Completed in 3609 milliseconds