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/chromium_org/third_party/mesa/src/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 \
/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 \
/external/chromium_org/chrome_frame/test/
poor_mans_trybot.bat
105
REM Search for a npchrome_frame.dll in the candidate build
outputs
.
108
SET
OUTPUTS
=out build
110
SET
OUTPUTS
=%OUTPUT%
121
FOR %%o IN (%
OUTPUTS
%) DO (
/external/chromium_org/tools/win/
copy-installer.bat
90
REM Search for a mini_installer.exe in the candidate build
outputs
.
93
SET
OUTPUTS
=out build
95
SET
OUTPUTS
=%OUTPUT%
106
FOR %%o IN (%
OUTPUTS
%) DO (
Completed in 108 milliseconds