OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INCDIR
(Results
1 - 4
of
4
) sorted by null
/external/libsepol/include/
Makefile
3
INCDIR
?= $(PREFIX)/include/sepol
8
test -d $(
INCDIR
) || install -m 755 -d $(
INCDIR
)
9
test -d $(
INCDIR
)/policydb || install -m 755 -d $(
INCDIR
)/policydb
10
install -m 644 $(wildcard sepol/*.h) $(
INCDIR
)
11
install -m 644 $(wildcard sepol/policydb/*.h) $(
INCDIR
)/policydb
/external/srtp/crypto/
Makefile
12
INCDIR
= -Iinclude -I$(srcdir)/include
18
COMPILE = $(CC) $(DEFS) $(
INCDIR
) $(CPPFLAGS) $(CFLAGS)
/external/ppp/pppd/
Makefile.linux
10
INCDIR
= $(DESTDIR)/include
217
mkdir -p $(
INCDIR
)/pppd
218
$(INSTALL) -c -m 644 $(HEADERS) $(
INCDIR
)/pppd
/external/srtp/
Makefile
34
INCDIR
= -Icrypto/include -I$(srcdir)/include -I$(srcdir)/crypto/include
40
COMPILE = $(CC) $(DEFS) $(
INCDIR
) $(CPPFLAGS) $(CFLAGS)
Completed in 626 milliseconds