OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPPSRCS
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/tests/
Makefile
47
CPPSRCS
=\
104
OBJS=$(
CPPSRCS
:.cpp=.o)
105
DEPS=$(
CPPSRCS
:.cpp=.d)
106
GCOV=$(
CPPSRCS
:.cpp=.gcov) $(
CPPSRCS
:.cpp=.gcda) $(
CPPSRCS
:.cpp=.gcno)
114
-include $(
CPPSRCS
:.cpp=.d)
/system/keymaster/
Makefile
63
CPPSRCS
=\
113
OBJS=$(
CPPSRCS
:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o)
114
DEPS=$(
CPPSRCS
:.cpp=.d) $(CCSRCS:.cc=.d) $(CSRCS:.c=.d)
278
-include $(
CPPSRCS
:.cpp=.d)
Completed in 37 milliseconds