blob: f37f166c6c7be247e947b3ac2a9ca13c50aa6909 [file] [log] [blame]
Daniel Dunbar48f7ce82009-09-24 06:23:57 +00001##===- utils/not/Makefile ----------------------------------*- Makefile -*-===##
Michael J. Spencer1f6efa32010-11-29 18:16:10 +00002#
Daniel Dunbar48f7ce82009-09-24 06:23:57 +00003# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Michael J. Spencer1f6efa32010-11-29 18:16:10 +00007#
Daniel Dunbar48f7ce82009-09-24 06:23:57 +00008##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = not
Michael J. Spencer1f6efa32010-11-29 18:16:10 +000012USEDLIBS = LLVMSupport.a
Daniel Dunbar48f7ce82009-09-24 06:23:57 +000013
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