aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/llvm-xray
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/llvm-xray')
-rw-r--r--usr.bin/clang/llvm-xray/Makefile16
-rw-r--r--usr.bin/clang/llvm-xray/Makefile.depend23
2 files changed, 39 insertions, 0 deletions
diff --git a/usr.bin/clang/llvm-xray/Makefile b/usr.bin/clang/llvm-xray/Makefile
new file mode 100644
index 000000000000..43f596b32c0b
--- /dev/null
+++ b/usr.bin/clang/llvm-xray/Makefile
@@ -0,0 +1,16 @@
+PROG_CXX= llvm-xray
+MAN=
+
+SRCDIR= llvm/tools/llvm-xray
+SRCS+= func-id-helper.cpp
+SRCS+= llvm-xray.cpp
+SRCS+= xray-account.cpp
+SRCS+= xray-color-helper.cpp
+SRCS+= xray-converter.cpp
+SRCS+= xray-extract.cpp
+SRCS+= xray-graph-diff.cpp
+SRCS+= xray-graph.cpp
+SRCS+= xray-registry.cpp
+SRCS+= xray-stacks.cpp
+
+.include "../llvm.prog.mk"
diff --git a/usr.bin/clang/llvm-xray/Makefile.depend b/usr.bin/clang/llvm-xray/Makefile.depend
new file mode 100644
index 000000000000..73df5dd192a7
--- /dev/null
+++ b/usr.bin/clang/llvm-xray/Makefile.depend
@@ -0,0 +1,23 @@
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/clang/libllvm \
+ lib/libc \
+ lib/libc++ \
+ lib/libcompiler_rt \
+ lib/libcxxrt \
+ lib/libthr \
+ lib/libz \
+ lib/msun \
+ lib/ncurses/ncursesw \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif