2009-09-24 06:23:57 +00:00
|
|
|
##===- utils/not/Makefile ----------------------------------*- Makefile -*-===##
|
2010-11-29 18:16:10 +00:00
|
|
|
#
|
2009-09-24 06:23:57 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2010-11-29 18:16:10 +00:00
|
|
|
#
|
2009-09-24 06:23:57 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = not
|
2010-11-29 18:16:10 +00:00
|
|
|
USEDLIBS = LLVMSupport.a
|
2009-09-24 06:23:57 +00:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
|
|
|
TOOL_NO_EXPORTS = 1
|
|
|
|
|
|
|
|
# Don't install this utility
|
|
|
|
NO_INSTALL = 1
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|