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

/external/webkit/Tools/mangleme/
H A DMakefile10 OUTDIR = ../../WebKitBuild/mangleme macro
12 all: $(OUTDIR)/mangle.cgi $(OUTDIR)/remangle.cgi
14 $(OUTDIR)/%.cgi: %.cgi.c
15 if [ ! -d $(OUTDIR) ]; then mkdir -p $(OUTDIR); fi
16 $(CC) $(CFLAGS) $< -o $(OUTDIR)/$*.cgi
/external/quake/quake/src/QW/gas2masm/
H A Dgas2masm.mak51 OUTDIR=.\Release macro
54 ALL : "$(OUTDIR)\gas2masm.exe"
58 -@erase "$(OUTDIR)\gas2masm.exe"
60 "$(OUTDIR)" :
61 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
74 BSC32_FLAGS=/nologo /o"$(OUTDIR)/gas2masm.bsc"
83 /pdb:"$(OUTDIR)/gas2masm.pdb" /machine:I386 /out:"$(OUTDIR)/gas2masm.exe"
87 "$(OUTDIR)\gas2mas
104 OUTDIR=.\\Debug macro
[all...]
/external/stlport/test/eh/
H A Dintel.mak18 OUTDIR=. macro
46 -@erase "$(OUTDIR)\*.exe"
47 -@erase "$(OUTDIR)\*.obj"
H A Dintel45.mak18 OUTDIR=. macro
86 -@erase "$(OUTDIR)\*.exe"
87 -@erase "$(OUTDIR)\*.obj"
H A Dintel50.mak18 OUTDIR=. macro
92 -@erase "$(OUTDIR)\*.exe"
93 -@erase "$(OUTDIR)\*.obj"
/external/v8/
H A DMakefile32 OUTDIR ?= out macro
130 ENVFILE = $(OUTDIR)/environment
147 $(BUILDS): $(OUTDIR)/Makefile-$$(basename $$@)
148 @$(MAKE) -C "$(OUTDIR)" -f Makefile-$(basename $@) \
152 builddir="$(shell pwd)/$(OUTDIR)/$@"
154 native: $(OUTDIR)/Makefile-native
155 @$(MAKE) -C "$(OUTDIR)" -f Makefile-native \
157 builddir="$(shell pwd)/$(OUTDIR)/$@"
160 android android.release: $(OUTDIR)/Makefile-android
161 @$(MAKE) -C "$(OUTDIR)"
[all...]
/external/valgrind/tsan/
H A DMakefile6 OUTDIR=bin macro
52 P=$(OUTDIR)/$(ARCHOS)$(D)-
167 ./mk-self-contained-valgrind.sh $(VALGRIND_INST_ROOT) tsan$(D) $(OUTDIR)/tsan-$(ARCHOS)$(D)-self-contained.sh
169 $(STRIP) $(OUTDIR)/tsan-*$(OS)
170 ./mk-self-contained-valgrind.sh $(VALGRIND_INST_ROOT) tsan$(D) $(OUTDIR)/tsan-$(ARCHOS)$(D)-self-contained.sh
191 TS_valgrind: $(OUTDIR)/tsan$D-$(ARCHOS) $(OUTDIR)/vgpreload_tsan$D-$(ARCHOS).so
222 $(OUTDIR):
223 mkdir -p $(OUTDIR)
240 $(P)%.$(OBJ): %.cc $(TS_HEADERS) | $(OUTDIR)
[all...]
/external/quake/quake/src/QW/server/
H A Dqwsv.mak49 OUTDIR=.\Release macro
52 ALL : "$(OUTDIR)\qwsv.exe"
79 -@erase "$(OUTDIR)\qwsv.exe"
81 "$(OUTDIR)" :
82 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
96 BSC32_FLAGS=/nologo /o"$(OUTDIR)/qwsv.bsc"
105 /out:"$(OUTDIR)/qwsv.exe"
132 "$(OUTDIR)\qwsv.exe" : "$(OUTDIR)"
149 OUTDIR=.\\Debug macro
[all...]
/external/linux-tools-perf/
H A DMakefile12 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) macro
13 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/external/quake/quake/src/QW/client/
H A Dqwcl.mak53 OUTDIR=.\release macro
56 ALL : "$(OUTDIR)\qwcl.exe"
140 -@erase "$(OUTDIR)\qwcl.exe"
142 "$(OUTDIR)" :
143 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
162 BSC32_FLAGS=/nologo /o"$(OUTDIR)/qwcl.bsc"
172 /subsystem:windows /incremental:no /pdb:"$(OUTDIR)/qwcl.pdb" /machine:I386\
173 /out:"$(OUTDIR)/qwcl.exe"
257 "$(OUTDIR)\qwc
274 OUTDIR=.\\debug macro
632 OUTDIR=.\\GLDebug macro
896 OUTDIR=.\\GLRelease macro
[all...]

Completed in 866 milliseconds