blob: 17a5c42a575ed4cc9e5a42493388ad59fff47b92 [file] [log] [blame]
Misha Brukman7f1affe2003-11-05 06:43:36 +00001##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
John Criswelle488e932003-10-20 22:26:57 +00002#
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##===----------------------------------------------------------------------===##
Chris Lattner72614082002-10-25 22:55:53 +00009LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000010LIBRARYNAME = LLVMX86
Reid Spencer8c2c3152004-10-22 21:02:08 +000011TARGET = X86
Reid Spencer37585522006-04-13 06:39:24 +000012EXTRA_DIST = README.txt
Reid Spencer8c2c3152004-10-22 21:02:08 +000013# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
15 X86GenRegisterInfo.inc X86GenInstrNames.inc \
Chris Lattner84b85c82004-12-16 17:33:24 +000016 X86GenInstrInfo.inc X86GenAsmWriter.inc \
Evan Cheng97c7fc32006-01-26 09:53:06 +000017 X86GenAsmWriter1.inc X86GenDAGISel.inc \
18 X86GenSubtarget.inc
Reid Spencer8c2c3152004-10-22 21:02:08 +000019
Chris Lattner72614082002-10-25 22:55:53 +000020include $(LEVEL)/Makefile.common
21