2004-06-17 15:49:36 +00:00
|
|
|
##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
|
2010-05-05 04:13:08 +00:00
|
|
|
#
|
2003-10-20 22:29:16 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:07:17 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2010-05-05 04:13:08 +00:00
|
|
|
#
|
2003-10-20 22:29:16 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
2006-07-07 00:21:17 +00:00
|
|
|
|
2003-10-05 19:27:59 +00:00
|
|
|
LEVEL = ../..
|
2002-12-02 01:23:04 +00:00
|
|
|
TOOLNAME = tblgen
|
2010-11-29 18:16:10 +00:00
|
|
|
USEDLIBS = LLVMSupport.a
|
2006-07-07 00:21:17 +00:00
|
|
|
REQUIRES_EH := 1
|
2007-10-18 15:54:45 +00:00
|
|
|
REQUIRES_RTTI := 1
|
2002-12-02 01:23:04 +00:00
|
|
|
|
2009-02-26 19:02:23 +00:00
|
|
|
# This tool has no plugins, optimize startup time.
|
|
|
|
TOOL_NO_EXPORTS = 1
|
|
|
|
|
2002-12-02 01:23:04 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|