blob: 9c513d1ff65d3553d457d4d0cb6cff62edf633fe [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
12# Make sure that tblgen is run, first thing.
13BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
14 X86GenRegisterInfo.inc X86GenInstrNames.inc \
Chris Lattner84b85c82004-12-16 17:33:24 +000015 X86GenInstrInfo.inc X86GenAsmWriter.inc \
Evan Cheng97c7fc32006-01-26 09:53:06 +000016 X86GenAsmWriter1.inc X86GenDAGISel.inc \
17 X86GenSubtarget.inc
Reid Spencer8c2c3152004-10-22 21:02:08 +000018
Chris Lattner72614082002-10-25 22:55:53 +000019include $(LEVEL)/Makefile.common
20