26 lines
413 B
Makefile
26 lines
413 B
Makefile
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
gnu/lib/csu \
|
|
gnu/lib/libgcc \
|
|
include \
|
|
include/arpa \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
lib/libcompiler_rt \
|
|
usr.bin/lex/lib \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
parse.o: parse.c
|
|
parse.po: parse.c
|
|
scan.o: scan.c
|
|
scan.o: y.tab.h
|
|
scan.po: scan.c
|
|
scan.po: y.tab.h
|
|
.endif
|