27 lines
438 B
Makefile
27 lines
438 B
Makefile
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
||
|
|
||
|
DIRDEPS = \
|
||
|
gnu/lib/libgcc \
|
||
|
include \
|
||
|
include/arpa \
|
||
|
include/xlocale \
|
||
|
lib/${CSU_DIR} \
|
||
|
lib/libc \
|
||
|
lib/libipsec \
|
||
|
lib/liby \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
lexer.o: lexer.c
|
||
|
lexer.o: y.tab.h
|
||
|
lexer.po: lexer.c
|
||
|
lexer.po: y.tab.h
|
||
|
parser.o: parser.c
|
||
|
parser.po: parser.c
|
||
|
.endif
|