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-6.8.2/
Makefile
24
OBJS+= ${SRCS:.c=.o} ${
COMPAT_SRCS
:.c=.o} ${CRYPT_SRCS:.c=.o}
122
.depend: ${SRCS} ${
COMPAT_SRCS
} ${CRYPT_SRCS}
123
${CC} ${CPPFLAGS} -MM ${SRCS} ${
COMPAT_SRCS
} ${CRYPT_SRCS} > .depend
206
if test -n "${
COMPAT_SRCS
}"; then \
208
cp ${
COMPAT_SRCS
} /tmp/${DISTPREFIX}/compat; \
209
cp $$(${CC} ${CPPFLAGS} -DDEPGEN -MM ${
COMPAT_SRCS
} | \
/external/dhcpcd-6.8.2/test/
Makefile
14
T_COMPAT_SRCS= ${
COMPAT_SRCS
:compat/%=../compat/%}
Completed in 599 milliseconds