blob: 7ea88de05591d953245b493c00c595e5b376d8b1 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnere692fc82007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = tblgen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012USEDLIBS = LLVMSupport.a LLVMSystem.a
Dan Gohmanf17a25c2007-07-18 16:29:46 +000013REQUIRES_EH := 1
Chris Lattner755aa5e2007-10-18 15:54:45 +000014REQUIRES_RTTI := 1
Dan Gohmanf17a25c2007-07-18 16:29:46 +000015
Chris Lattnerfb2e3012009-02-26 19:02:23 +000016# This tool has no plugins, optimize startup time.
17TOOL_NO_EXPORTS = 1
18
Dan Gohmanf17a25c2007-07-18 16:29:46 +000019include $(LEVEL)/Makefile.common
20