summaryrefslogtreecommitdiff
path: root/utils/not/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/not/Makefile')
-rw-r--r--utils/not/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/utils/not/Makefile b/utils/not/Makefile
new file mode 100644
index 0000000000..fef4802229
--- /dev/null
+++ b/utils/not/Makefile
@@ -0,0 +1,21 @@
+##===- utils/not/Makefile ----------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+TOOLNAME = not
+USEDLIBS = LLVMSupport.a LLVMSystem.a
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
+# Don't install this utility
+NO_INSTALL = 1
+
+include $(LEVEL)/Makefile.common
+