OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTPUTS
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/src/
Makefile
3
OUTPUTS
=graph
5
all: $(
OUTPUTS
)
10
rm -rf $(
OUTPUTS
)
/external/autotest/client/site_tests/hardware_TLBMissCost/src/
Makefile
8
OUTPUTS
=$(BINS) $(OBJS) iTLB_benchmark_function.c
10
all: $(
OUTPUTS
)
18
rm -rf $(
OUTPUTS
)
/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
Makefile
5
OUTPUTS
=$(BINS) $(OBJS) iTLB_benchmark_function.c noploop_branch.txt
7
all: $(
OUTPUTS
)
22
rm -rf $(
OUTPUTS
)
/external/mesa3d/src/gallium/targets/egl-static/
Makefile
17
OUTPUTS
:= egl_gallium
79
OUTPUTS
+= st_GL
184
OUTPUTS
:= $(addprefix $(OUTPUT_PATH)/, $(addsuffix .so, $(
OUTPUTS
)))
186
default: $(
OUTPUTS
)
208
install: $(
OUTPUTS
)
210
for out in $(
OUTPUTS
); do \
Completed in 115 milliseconds