diff options
Diffstat (limited to 'usr.bin/clang/clang-format')
-rw-r--r-- | usr.bin/clang/clang-format/Makefile | 7 | ||||
-rw-r--r-- | usr.bin/clang/clang-format/Makefile.depend | 23 |
2 files changed, 30 insertions, 0 deletions
diff --git a/usr.bin/clang/clang-format/Makefile b/usr.bin/clang/clang-format/Makefile new file mode 100644 index 000000000000..8b69ba5294cf --- /dev/null +++ b/usr.bin/clang/clang-format/Makefile @@ -0,0 +1,7 @@ +PROG_CXX= clang-format +MAN= + +SRCDIR= clang/tools/clang-format +SRCS+= ClangFormat.cpp + +.include "../clang.prog.mk" diff --git a/usr.bin/clang/clang-format/Makefile.depend b/usr.bin/clang/clang-format/Makefile.depend new file mode 100644 index 000000000000..87517ccd6b82 --- /dev/null +++ b/usr.bin/clang/clang-format/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/clang/libclang \ + lib/clang/libllvm \ + lib/libc \ + lib/libc++ \ + lib/libcompiler_rt \ + lib/libcxxrt \ + lib/libthr \ + lib/msun \ + lib/ncurses/ncursesw \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |