Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CLEAN_TARGETS
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ltp/
H
A
D
Makefile
32
#
CLEAN_TARGETS
: Targets which exist solely in clean.
58
CLEAN_TARGETS
+= include runtest scenario_groups testscripts
61
CLEAN_TARGETS
+= $(COMMON_TARGETS) lib libs
62
BOOTSTRAP_TARGETS := $(sort $(COMMON_TARGETS) $(
CLEAN_TARGETS
) $(INSTALL_TARGETS))
64
CLEAN_TARGETS
:= $(addsuffix -clean,$(
CLEAN_TARGETS
))
macro
102
$(filter-out include-clean,$(
CLEAN_TARGETS
))::
110
INCLUDE_CLEAN_RDEP_SUBJECT := $(
CLEAN_TARGETS
)
140
CLEAN_TARGETS
+= clean_install_dir
144
clean:: $(
CLEAN_TARGETS
)
[all...]
/third_party/ltp/testcases/network/lib6/
H
A
D
Makefile
12
CLEAN_TARGETS
+= $(LIB)
/third_party/ltp/testcases/misc/math/float/exp_log/
H
A
D
Makefile
27
CLEAN_TARGETS
:= *.ref*
macro
/third_party/ltp/testcases/misc/math/float/bessel/
H
A
D
Makefile
27
CLEAN_TARGETS
:= *.ref*
macro
/third_party/ltp/testcases/misc/math/float/power/
H
A
D
Makefile
27
CLEAN_TARGETS
:= *.ref*
macro
/third_party/ltp/testcases/misc/math/float/iperb/
H
A
D
Makefile
27
CLEAN_TARGETS
:= [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
macro
/third_party/ltp/testcases/misc/math/float/trigo/
H
A
D
Makefile
27
CLEAN_TARGETS
:= [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
macro
/third_party/ltp/testcases/commands/ldd/datafiles/
H
A
D
Makefile
27
CLEAN_TARGETS
+= *.obj $(LDD_SO_FILES)
/third_party/ltp/include/mk/
H
A
D
gitignore.mk
23
CLEAN_TARGETS
+= gitignore_clean
H
A
D
module.mk
48
CLEAN_TARGETS
+= .dep_modules *.mod built-in.a
H
A
D
env_post.mk
55
CLEAN_TARGETS
+= $(MAKE_TARGETS) $(HOST_MAKE_TARGETS) *.o *.pyc .cache.mk *.dwo .*.dwo
/third_party/ltp/testcases/network/
H
A
D
Makefile
12
CLEAN_TARGETS
+= $(DIR)
/third_party/ltp/lib/
H
A
D
Makefile
34
CLEAN_TARGETS
+= ltp-version.h cached-version
/third_party/ltp/docparse/
H
A
D
Makefile
31
CLEAN_TARGETS
:= *.css *.js *.txt
macro
Completed in 3 milliseconds