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