diff options
Diffstat (limited to 'usr.bin/xlint/lint1')
-rw-r--r-- | usr.bin/xlint/lint1/Makefile.depend | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/usr.bin/xlint/lint1/Makefile.depend b/usr.bin/xlint/lint1/Makefile.depend new file mode 100644 index 0000000..b252e82 --- /dev/null +++ b/usr.bin/xlint/lint1/Makefile.depend @@ -0,0 +1,32 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + bin/cat.host \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/msun \ + usr.bin/lex/lib \ + usr.bin/yacc.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +cgram.o: cgram.c +cgram.po: cgram.c +func.o: cgram.h +func.po: cgram.h +scan.o: cgram.h +scan.o: scan.c +scan.po: cgram.h +scan.po: scan.c +tree.o: cgram.h +tree.po: cgram.h +.endif |