blob: f37f166c6c7be247e947b3ac2a9ca13c50aa6909 [file] [log] [blame]
John Bauman89401822014-05-06 15:04:28 -04001##===- utils/not/Makefile ----------------------------------*- Makefile -*-===##
John Bauman19bac1e2014-05-06 15:23:49 -04002#
John Bauman89401822014-05-06 15:04:28 -04003# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Bauman19bac1e2014-05-06 15:23:49 -04007#
John Bauman89401822014-05-06 15:04:28 -04008##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = not
John Bauman19bac1e2014-05-06 15:23:49 -040012USEDLIBS = LLVMSupport.a
John Bauman89401822014-05-06 15:04:28 -040013
14# This tool has no plugins, optimize startup time.
15TOOL_NO_EXPORTS = 1
16
17# Don't install this utility
18NO_INSTALL = 1
19
20include $(LEVEL)/Makefile.common
21