HomeSort by relevance Sort by last modified time
    Searched refs:clean (Results 126 - 150 of 837) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu-pc-bios/
Makefile 39 clean:
42 $(MAKE) -C bochs/bios bios-clean
43 $(MAKE) -C bochs/bios dist-clean
44 $(MAKE) -C vgabios bios-clean
45 $(MAKE) -C vgabios dist-clean
  /external/chromium_org/third_party/brotli/src/woff2/
Makefile 26 clean :
28 make -C $(BROTLI)/dec clean
29 make -C $(BROTLI)/enc clean
  /external/chromium_org/third_party/libsrtp/srtp/doc/
Makefile 22 .PHONY: libsrtpdoc cryptodoc clean
35 cryptodoc: clean
40 clean:
  /external/iproute2/
Makefile 71 clean:
73 do $(MAKE) $(MFLAGS) -C $$i clean; done
77 $(MAKE) $(MFLAGS) clean
  /external/srtp/doc/
Makefile 22 .PHONY: libsrtpdoc cryptodoc clean
35 cryptodoc: clean
40 clean:
  /external/stlport/
Makefile 14 all install depend clean clobber distclean check::
17 distclean clean depend clobber::
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 38 clean::
42 distclean:: clean
44 clobber:: clean
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 19 clean:
20 # Clean up any build files.
21 python setup.py clean --all
23 # Clean up the debian stuff
24 fakeroot ./debian/rules clean
26 # Clean up everything else
30 # Clean up the egg files
69 .PHONY: prep dist clean push check
  /external/chromium_org/third_party/icu/source/test/perf/
Makefile.in 18 ## Files to remove for 'make clean'
28 install-recursive clean clean-local clean-recursive distclean \
43 clean: clean-recursive clean-local
58 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
81 clean-local:
84 distclean-local: clean-loca
    [all...]
  /external/chromium_org/third_party/python_gflags/
Makefile 19 clean:
20 # Clean up any build files.
21 python setup.py clean --all
23 # Clean up the debian stuff
24 fakeroot ./debian/rules clean
26 # Clean up everything else
30 # Clean up the egg files
69 .PHONY: prep dist clean push check
  /external/icu/icu4c/source/test/perf/
Makefile.in 18 ## Files to remove for 'make clean'
28 install-recursive clean clean-local clean-recursive distclean \
43 clean: clean-recursive clean-local
58 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
81 clean-local:
84 distclean-local: clean-loca
    [all...]
  /external/libnl/tests/
Makefile 28 clean:
29 @echo " CLEAN src"; \
32 distclean: clean
  /external/lldb/test/plugins/
builder_darwin.py 8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
10 if clean:
12 "make clean" + getCmdLine(dictionary)
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Segment.cpp 14 clean();
30 void CJBig2_Segment::clean() function in class:CJBig2_Segment
  /external/wpa_supplicant_8/src/
Makefile 6 clean:
7 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d clean; done
  /external/wpa_supplicant_8/src/drivers/
Makefile 4 clean:
  /external/zlib/src/contrib/blast/
Makefile 7 clean:
  /external/chromium_org/third_party/brotli/src/brotli/enc/
Makefile 9 clean :
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/
Makefile 6 clean:
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/
Makefile 6 clean:
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/
Makefile 19 clean:
  /external/iputils/Modules/
Makefile 11 clean:
  /external/jsmn/
Makefile 20 clean:
26 .PHONY: all clean test
  /external/libpng/
autogen.sh 25 clean=
33 --clean)
34 clean=1;;
83 # These are separate because 'maintainer-clean' does not remove them.
108 # Clean: remove everything (this is to help with testing)
109 if test -n "$clean"
164 # Clean in case configure files exist
  /external/llvm/autoconf/
AutoRegen.sh 8 clean() { function
25 want_autoconf_version_clean=$(clean $want_autoconf_version)
26 want_autoheader_version_clean=$(clean $want_autoheader_version)
27 want_aclocal_version_clean=$(clean $want_aclocal_version)

Completed in 894 milliseconds

1 2 3 4 56 7 8 91011>>