Searched refs:clean (Results 101 - 125 of 570) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/glx/
H A DMakefile19 clean:
/external/selinux/policycoreutils/mcstrans/man/
H A DMakefile10 clean:
/external/selinux/sepolgen/src/sepolgen/
H A DMakefile11 clean:
/external/selinux/sepolgen/tests/
H A DMakefile3 clean:
/external/icu/icu4c/source/samples/layout/
H A DMakefile.in19 ## Extra files to remove for 'make clean'
39 .PHONY : all all-local install install-local clean clean-local \
48 clean: clean-local
63 clean-local:
67 distclean-local: clean-local
104 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
/external/icu/icu4c/source/test/letest/
H A DMakefile.in16 ## Extra files to remove for 'make clean'
48 .PHONY : all all-local install install-local clean clean-local \
57 clean: clean-local
69 clean-local:
73 distclean-local: clean-local
104 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
/external/icu/icu4c/source/tools/genrb/
H A DMakefile.in26 ## Extra files to remove for 'make clean'
48 .PHONY : all all-local install install-local clean clean-local \
57 clean: clean-local
75 clean-local:
79 distclean-local: clean-local
108 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
/external/icu/icu4c/source/tools/icuinfo/
H A DMakefile.in17 ## Extra files to remove for 'make clean'
37 .PHONY : all all-local install install-local clean clean-local \
46 clean: clean-local
59 clean-local:
63 distclean-local: clean-local
102 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
/external/icu/icu4c/source/tools/makeconv/
H A DMakefile.in23 ## Extra files to remove for 'make clean'
37 .PHONY : all all-local install install-local clean clean-local \
46 clean: clean-local
64 clean-local:
68 distclean-local: clean-local
90 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
/external/icu/icu4c/source/test/
H A DMakefile.in27 ## Files to remove for 'make clean'
34 install-recursive clean clean-local clean-recursive distclean \
50 clean: clean-recursive clean-local
65 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive:
175 clean-local:
178 distclean-local: clean
[all...]
/external/libogg/win32/
H A DMakefile132 clean-libtool:
189 clean-generic:
194 maintainer-clean-generic:
197 clean: clean-am
199 clean-am: clean-generic clean-libtool mostlyclean-am
203 distclean-am: clean-am distclean-generic distclean-libtool
223 maintainer-clean
[all...]
/external/google-breakpad/src/third_party/libdisasm/swig/
H A DMakefile16 dummy: swig swig-python swig-ruby swig-perl swig-tcl install uninstall clean
66 clean:
67 cd python && make -f Makefile-swig clean
68 cd ruby && make -f Makefile-swig clean
69 cd perl && make -f Makefile-swig clean
70 cd tcl && make -f Makefile-swig clean
/external/lldb/include/lldb/Utility/
H A DCleanUp.h22 // - when the user explicitly calls clean.
95 clean();
118 // be cleaned up (see void CleanUp::clean()).
124 clean ();
153 clean() function in class:lldb_utility::CleanUp
228 clean();
251 // be cleaned up (see void CleanUp::clean()).
257 clean ();
286 clean() function in class:lldb_utility::CleanUp2
/external/mesa3d/src/glsl/glcpp/
H A Dpp.c103 char *clean = ralloc_strdup(ctx, ""); local
133 ralloc_strncat(&clean, shader, backslash - shader);
139 ralloc_strncat(&clean, shader, newline - shader + 1);
143 ralloc_strcat(&clean, "\n");
148 ralloc_strcat(&clean, shader);
149 return clean;
/external/mdnsresponder/
H A DMakefile14 # clean:
40 clean::
41 echo clean
/external/parameter-framework/parameter/
H A DElementLibrary.cpp40 clean();
43 void CElementLibrary::clean() function in class:CElementLibrary
/external/blktrace/doc/
H A DMakefile14 clean:
/external/fio/tools/plot/samples/
H A DMakefile1 all: clean m2sw1-128k-sdb-randwrite-para.results_bw.log io bandwidth
15 clean:
/external/icu/icu4c/source/config/
H A DpkgdataMakefile.in18 all : clean
38 clean :
/external/icu/icu4c/source/data/
H A DpkgdataMakefile.in18 all : clean
38 clean :
/external/icu/icu4c/source/extra/uconv/
H A DpkgdataMakefile.in19 all : clean
38 clean :
/external/icu/icu4c/source/test/testdata/
H A DpkgdataMakefile.in19 all : clean
38 clean :
/external/lldb/test/functionalities/fat_archives/
H A DMakefile1 all: clean
10 clean:
/external/lldb/test/functionalities/plugins/commands/
H A DMakefile10 clean:
/external/lldb/test/plugins/
H A Dbuilder_base.py88 def buildDefault(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
90 if clean:
92 getMake() + "clean" + getCmdLine(dictionary) + ";"
106 def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
108 if clean:
110 getMake() + "clean" + getCmdLine(dictionary)
131 getMake() + "clean" + getCmdLine(dictionary)],

Completed in 713 milliseconds

1234567891011>>