2003-11-05 07:43:36 +01:00
|
|
|
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
|
2003-10-21 00:26:57 +02:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-10-26 00:55:53 +02:00
|
|
|
LEVEL = ../../..
|
2004-10-28 01:18:45 +02:00
|
|
|
LIBRARYNAME = LLVMX86
|
2004-08-01 08:01:32 +02:00
|
|
|
TARGET = X86
|
2006-10-28 02:48:27 +02:00
|
|
|
|
2003-08-03 17:48:14 +02:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-22 23:02:08 +02:00
|
|
|
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
|
|
|
|
X86GenRegisterInfo.inc X86GenInstrNames.inc \
|
2004-12-16 18:33:24 +01:00
|
|
|
X86GenInstrInfo.inc X86GenAsmWriter.inc \
|
2006-10-06 11:17:41 +02:00
|
|
|
X86GenAsmWriter1.inc X86GenDAGISel.inc \
|
2007-02-27 23:12:19 +01:00
|
|
|
X86GenCallingConv.inc X86GenSubtarget.inc
|
2003-08-03 17:48:14 +02:00
|
|
|
|
2004-10-22 23:02:08 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|