OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPAT_SRCS
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
config.mk
14
COMPAT_SRCS
+= compat/arc4random.c
15
COMPAT_SRCS
+= compat/closefrom.c
16
COMPAT_SRCS
+= compat/strlcpy.c
Makefile
13
OBJS+= ${SRCS:.c=.o} ${
COMPAT_SRCS
:.c=.o}
68
.depend: ${SRCS} ${
COMPAT_SRCS
}
69
${CC} ${CPPFLAGS} -MM ${SRCS} ${
COMPAT_SRCS
} > .depend
117
if test -n "${
COMPAT_SRCS
}"; then \
119
cp ${
COMPAT_SRCS
} /tmp/${DISTPREFIX}/compat; \
120
cp $$(${CC} ${CPPFLAGS} -MM ${
COMPAT_SRCS
} | \
Completed in 392 milliseconds