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
=\
114
OBJS=$(
CPPSRCS
:.cpp=.o)
115
DEPS=$(
CPPSRCS
:.cpp=.d)
116
GCOV=$(
CPPSRCS
:.cpp=.gcov) $(
CPPSRCS
:.cpp=.gcda) $(
CPPSRCS
:.cpp=.gcno)
124
-include $(
CPPSRCS
:.cpp=.d)
/system/keymaster/
Makefile
63
CPPSRCS
=\
131
OBJS=$(
CPPSRCS
:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o)
132
DEPS=$(
CPPSRCS
:.cpp=.d) $(CCSRCS:.cc=.d) $(CSRCS:.c=.d)
391
-include $(
CPPSRCS
:.cpp=.d)
Completed in 44 milliseconds