blob: ba0e157ec385b1e22155ec9bdda7c5cd8d4f647b [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
12NO_INSTALL = 1;
13USEDLIBS = LLVMSupport.a LLVMSystem.a
Dan Gohmanf17a25c2007-07-18 16:29:46 +000014REQUIRES_EH := 1
Chris Lattner755aa5e2007-10-18 15:54:45 +000015REQUIRES_RTTI := 1
Dan Gohmanf17a25c2007-07-18 16:29:46 +000016
Chris Lattnerfb2e3012009-02-26 19:02:23 +000017# This tool has no plugins, optimize startup time.
18TOOL_NO_EXPORTS = 1
19
Dan Gohmanf17a25c2007-07-18 16:29:46 +000020include $(LEVEL)/Makefile.common
21