/external/iproute2/lib/ |
Makefile | 17 clean:
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
PhysicsCollisionEventFactory.java | 55 event.clean();
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/ |
PhysicsCollisionEventFactory.java | 56 event.clean();
|
/external/libsepol/utils/ |
Makefile | 17 clean:
|
/external/openssl/crypto/store/ |
str_locl.h | 79 STORE_CLEANUP_FUNC_PTR clean; member in struct:store_method_st
|
/external/qemu/distrib/libpng-1.2.19/ |
Makefile | 23 clean-libpng:
|
/external/webkit/Source/ |
Makefile | 15 clean:
|
/external/wpa_supplicant_8/src/utils/ |
Makefile | 3 clean:
|
/frameworks/wilhelm/tools/mphtogen/ |
Makefile | 15 clean :
|
/build/core/ |
cleanspec.mk | 16 # Just bump this if you want to force a clean build. 19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE. 28 # Do not touch INTERNAL_CLEAN_BUILD_VERSION if you've added a clean step! 31 # If you don't need to do a full clean build but would like to touch 32 # a file or delete some intermediate files, add a clean step to the end 37 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 38 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 58 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates [all...] |
cleanbuild.mk | 18 # Builds up a list of clean steps. Creates a unique 25 define _add-clean-step 42 define add-clean-step 45 $(eval $(call _add-clean-step,$(1),true)),\ 46 $(eval $(call _add-clean-step,$(1)))) 49 # Defines INTERNAL_CLEAN_BUILD_VERSION and the individual clean steps. 55 # If the clean_steps.mk file is missing (usually after a clean build) 67 # The major clean version is out-of-date. Do a full clean, and 68 # don't even bother with the clean steps [all...] |
/external/bison/doc/ |
Makefile.am | 28 clean-local:
|
/external/blktrace/btreplay/ |
Makefile | 26 $(MAKE) -C doc clean 28 clean: docsclean
|
/external/icu4c/samples/legacy/ |
Makefile | 44 .PHONY: all clean distclean check report 49 distclean clean:
|
/external/icu4c/samples/udata/ |
Makefile | 50 .PHONY: all clean distclean check report 52 distclean clean:
|
/external/icu4c/samples/uresb/ |
Makefile | 44 .PHONY: all clean distclean check report 46 distclean clean:
|
/external/iproute2/testsuite/ |
Makefile | 25 clean: 28 distclean: clean
|
/external/ppp/pppd/plugins/ |
Makefile.sol2 | 26 clean:
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/applicationdata/ |
Element.java | 176 public void clean()
method in class:Element 182 child.clean();
|
ElementUtils.java | 78 * @param rootElement the root node to be clean.
80 public static void clean(Element rootElement)
method in class:ElementUtils 82 rootElement.clean();
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.good | 183 clean ?? 192 clean ?? clean-{WHAT} 195 clean-unix ?? 198 clean-windows ??
|
mac-mf.inp | 183 clean:: 192 clean:: clean-$(WHAT) 195 clean-unix:: 198 clean-windows::
|
/external/bison/tests/ |
Makefile | 312 clean-generic: 318 maintainer-clean-generic: 322 clean: clean-am 324 clean-am: clean-generic clean-local mostlyclean-am 328 distclean-am: clean-am distclean-generic 350 maintainer-clean: maintainer-clean-a [all...] |
/external/icu4c/extra/uconv/ |
Makefile.in | 39 ## Extra files to remove for 'make clean' 79 .PHONY : all all-local install install-local clean clean-local \ 89 clean: clean-local 104 clean-local: resclean 109 @#-$(INVOKE) $(TOOLBINDIR)/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst 112 distclean-local: clean-local
|
/external/zlib/src/nintendods/ |
Makefile | 86 .PHONY: $(BUILD) clean all 101 clean: 102 @echo clean ...
|