blob: 7ea88de05591d953245b493c00c595e5b376d8b1 [file] [log] [blame]
Misha Brukman06030792004-06-17 15:49:36 +00001##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle2fab732003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnera539c032006-07-07 00:21:17 +00009
Chris Lattner0a92ebf2003-10-05 19:27:59 +000010LEVEL = ../..
Chris Lattnere62c1182002-12-02 01:23:04 +000011TOOLNAME = tblgen
Reid Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMSupport.a LLVMSystem.a
Chris Lattnera539c032006-07-07 00:21:17 +000013REQUIRES_EH := 1
Chris Lattner6c1ba312007-10-18 15:54:45 +000014REQUIRES_RTTI := 1
Chris Lattnere62c1182002-12-02 01:23:04 +000015
Chris Lattner13d5b712009-02-26 19:02:23 +000016# This tool has no plugins, optimize startup time.
17TOOL_NO_EXPORTS = 1
18
Chris Lattnere62c1182002-12-02 01:23:04 +000019include $(LEVEL)/Makefile.common
20