2003-11-05 06:43:36 +00:00
|
|
|
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
|
2003-10-20 22:26:57 +00: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-25 22:55:53 +00:00
|
|
|
LEVEL = ../../..
|
2004-10-27 23:18:45 +00:00
|
|
|
LIBRARYNAME = LLVMX86
|
2004-08-01 06:01:32 +00:00
|
|
|
TARGET = X86
|
2006-04-13 06:39:24 +00:00
|
|
|
EXTRA_DIST = README.txt
|
2003-08-03 15:48:14 +00:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-22 21:02:08 +00:00
|
|
|
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
|
|
|
|
X86GenRegisterInfo.inc X86GenInstrNames.inc \
|
2004-12-16 17:33:24 +00:00
|
|
|
X86GenInstrInfo.inc X86GenAsmWriter.inc \
|
2006-01-26 09:53:06 +00:00
|
|
|
X86GenAsmWriter1.inc X86GenDAGISel.inc \
|
|
|
|
X86GenSubtarget.inc
|
2003-08-03 15:48:14 +00:00
|
|
|
|
2004-10-22 21:02:08 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
2004-04-06 19:34:00 +00:00
|
|
|
|