diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-18 00:37:58 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-18 00:37:58 +0000 |
commit | adbdbd2fff21519f0d418a20255dfd18a2381dbc (patch) | |
tree | 231cc5009695c7d8f6f998df9decaa24d1d1807c /usr.bin/clang/llvm-diff/Makefile.depend | |
parent | c3bdbeb715ff15c724f3a79d2518e5b80bc10250 (diff) | |
parent | 217f6f397b0a9e44a806ef74dea7a54178242d00 (diff) | |
download | FreeBSD-src-adbdbd2fff21519f0d418a20255dfd18a2381dbc.zip FreeBSD-src-adbdbd2fff21519f0d418a20255dfd18a2381dbc.tar.gz |
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/clang/llvm-diff/Makefile.depend')
-rw-r--r-- | usr.bin/clang/llvm-diff/Makefile.depend | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/usr.bin/clang/llvm-diff/Makefile.depend b/usr.bin/clang/llvm-diff/Makefile.depend new file mode 100644 index 0000000..609342a --- /dev/null +++ b/usr.bin/clang/llvm-diff/Makefile.depend @@ -0,0 +1,27 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/clang/libllvmasmparser \ + lib/clang/libllvmbitreader \ + lib/clang/libllvmcore \ + lib/clang/libllvmirreader \ + lib/clang/libllvmsupport \ + lib/libc \ + lib/libc++ \ + lib/libcompiler_rt \ + lib/libthr \ + lib/msun \ + lib/ncurses/ncursesw \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |