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:INCDIR
(Results
1 - 7
of
7
) sorted by relevance
/third_party/selinux/libsepol/include/
H
A
D
Makefile
3
INCDIR
= $(PREFIX)/include/sepol
macro
9
test -d $(DESTDIR)$(
INCDIR
) || install -m 755 -d $(DESTDIR)$(
INCDIR
)
10
test -d $(DESTDIR)$(
INCDIR
)/policydb || install -m 755 -d $(DESTDIR)$(
INCDIR
)/policydb
11
test -d $(DESTDIR)$(
INCDIR
)/cil || install -m 755 -d $(DESTDIR)$(
INCDIR
)/cil
12
install -m 644 $(wildcard sepol/*.h) $(DESTDIR)$(
INCDIR
)
13
install -m 644 $(wildcard sepol/policydb/*.h) $(DESTDIR)$(
INCDIR
)/policydb
14
install -m 644 $(wildcard $(CILDIR)/include/cil/*.h) $(DESTDIR)$(
INCDIR
)/ci
[all...]
/third_party/selinux/libselinux/include/
H
A
D
Makefile
3
INCDIR
= $(PREFIX)/include/selinux
macro
8
test -d $(DESTDIR)$(
INCDIR
) || install -m 755 -d $(DESTDIR)$(
INCDIR
)
9
install -m 644 $(wildcard selinux/*.h) $(DESTDIR)$(
INCDIR
)
/third_party/fsverity-utils/
H
A
D
Makefile
22
# Define
INCDIR
to override where to install headers, like './configure
78
INCDIR
?= $(PREFIX)/include
macro
263
install -d $(DESTDIR)$(LIBDIR)/pkgconfig $(DESTDIR)$(
INCDIR
) $(DESTDIR)$(BINDIR)
268
install -m644 include/libfsverity.h $(DESTDIR)$(
INCDIR
)
271
-e "s|@
INCDIR
@|$(
INCDIR
)|" \
286
rm -f $(DESTDIR)$(
INCDIR
)/libfsverity.h
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
Makefile
42
export
INCDIR
?= /usr/local/include/
macro
138
install -m 0644 -D ../src/common/wpa_ctrl.h $(DESTDIR)/$(
INCDIR
)/wpa_ctrl.h
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
Makefile
42
export
INCDIR
?= /usr/local/include
macro
136
install -m 0644 -D ../src/common/wpa_ctrl.h $(DESTDIR)/$(
INCDIR
)/wpa_ctrl.h
/third_party/ffmpeg/ffbuild/
H
A
D
library.mak
10
INCINSTDIR := $(
INCDIR
)/lib$(NAME)
/third_party/ffmpeg/
H
A
D
configure
7635
INCDIR
=\$(DESTDIR)$incdir
Completed in 12 milliseconds