1# Autogenerated - do NOT edit! 2 3DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} 4 5DEP_MACHINE := ${.PARSEFILE:E} 6 7DIRDEPS = \ 8 gnu/lib/libstdc++ \ 9 gnu/lib/libsupc++ \ 10 include \ 11 include/xlocale \ 12 lib/${CSU_DIR} \ 13 lib/libc \ 14 lib/libutil \ 15 lib/msun \ 16 17 18.include <dirdeps.mk> 19 20.if ${DEP_RELDIR} == ${_DEP_RELDIR} 21# local dependencies - needed for -jN in clean tree 22parse.o: parse.c 23parse.po: parse.c 24token.o: token.c 25token.o: y.tab.h 26token.po: token.c 27token.po: y.tab.h 28.endif 29