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