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:SHLIBDIR
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/ffbuild/
H
A
D
library.mak
81
$(Q)mkdir -p "$(
SHLIBDIR
)"
82
$$(INSTALL) -m 755 $$< "$(
SHLIBDIR
)/$(SLIB_INSTALL_NAME)"
83
$$(STRIP) "$(
SHLIBDIR
)/$(SLIB_INSTALL_NAME)"
84
$(Q)$(foreach F,$(SLIB_INSTALL_LINKS),(cd "$(
SHLIBDIR
)" && $(LN_S) $(SLIB_INSTALL_NAME) $(F));)
85
$(if $(SLIB_INSTALL_EXTRA_SHLIB),$$(INSTALL) -m 644 $(SLIB_INSTALL_EXTRA_SHLIB:%=$(SUBDIR)%) "$(
SHLIBDIR
)")
103
-$(RM) "$(
SHLIBDIR
)/$(SLIBNAME_WITH_MAJOR)" \
104
"$(
SHLIBDIR
)/$(SLIBNAME)" \
105
"$(
SHLIBDIR
)/$(SLIBNAME_WITH_VERSION)"
106
-$(RM) $(SLIB_INSTALL_EXTRA_SHLIB:%="$(
SHLIBDIR
)/%")
/third_party/selinux/libsepol/src/
H
A
D
Makefile
5
SHLIBDIR
?= /lib
macro
90
test -d $(DESTDIR)$(
SHLIBDIR
) || install -m 755 -d $(DESTDIR)$(
SHLIBDIR
)
91
install -m 755 $(LIBSO) $(DESTDIR)$(
SHLIBDIR
)
94
$(LN) -sf --relative $(DESTDIR)$(
SHLIBDIR
)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
97
/sbin/restorecon $(DESTDIR)$(
SHLIBDIR
)/$(LIBSO)
/third_party/selinux/libselinux/src/
H
A
D
Makefile
13
SHLIBDIR
?= /lib
macro
183
test -d $(DESTDIR)$(
SHLIBDIR
) || install -m 755 -d $(DESTDIR)$(
SHLIBDIR
)
184
install -m 755 $(LIBSO) $(DESTDIR)$(
SHLIBDIR
)
187
ln -sf --relative $(DESTDIR)$(
SHLIBDIR
)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
199
/sbin/restorecon $(DESTDIR)$(
SHLIBDIR
)/$(LIBSO)
/third_party/ffmpeg/
H
A
D
configure
5523
install_name_dir_default='$(
SHLIBDIR
)'
7634
SHLIBDIR
=\$(DESTDIR)$shlibdir
Completed in 9 milliseconds