blob: 6e55c53df0ec200d62cfde50bd9349301e87b4f5 [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
17include $(LEVEL)/Makefile.common
18