blob: 739a5b72e8167b8a5831bb79df7927ae8ff0208d [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
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