Searched defs:OUTDIR (Results 1 - 4 of 4) sorted by relevance

/external/autotest/client/deps/nvmap_compactor/src/
H A DMakefile6 OUTDIR = .. macro
8 OUT = $(OUTDIR)/$(TARGET)
/external/curl/projects/
H A Dbuild-openssl.bat187 set OUTDIR=build\Win64\%VC_DESC% variable
188 if not exist %OUTDIR% md %OUTDIR%
202 move out32.dbg "%OUTDIR%\LIB Debug"
203 move out32dll.dbg "%OUTDIR%\DLL Debug"
206 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug"
207 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug"
225 move out32 "%OUTDIR%\LIB Release"
226 move out32dll "%OUTDIR%\DLL Release"
229 move tmp32\lib.pdb "%OUTDIR
240 set OUTDIR=build\\Win32\\%VC_DESC% variable
[all...]
H A Dbuild-wolfssl.bat135 set OUTDIR=build\Win64\%VC_DESC% variable
136 if not exist %OUTDIR% md %OUTDIR%
164 set OUTDIR=build\Win32\%VC_DESC% variable
165 if not exist %OUTDIR% md %OUTDIR%
209 rem OUTDIR isn't a full path, only relative. MSBUILD_OUTDIR must be full and
212 set "MSBUILD_OUTDIR=%CD%\%OUTDIR%\LIB Debug"
214 set "MSBUILD_OUTDIR=%CD%\%OUTDIR%\LIB Release"
216 set "MSBUILD_OUTDIR=%CD%\%OUTDIR
[all...]
/external/v8/
H A DMakefile30 OUTDIR ?= out macro
291 ENVFILE = $(OUTDIR)/environment
305 # Special target for the buildbots to use. Depends on $(OUTDIR)/Makefile
308 $(MAKE) -C "$(OUTDIR)" BUILDTYPE=$(BUILDTYPE) \
309 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
318 $(BUILDS): $(OUTDIR)/Makefile.$$@
319 @$(MAKE) -C "$(OUTDIR)" -f Makefile.$@ \
323 builddir="$(shell pwd)/$(OUTDIR)/$@"
325 native: $(OUTDIR)/Makefile.native
326 @$(MAKE) -C "$(OUTDIR)"
[all...]

Completed in 341 milliseconds