blob: bdaf28c5e8ac330a6e9a97ca720d7fe0e45589d1 [file] [log] [blame]
Misha Brukmane5b358c2003-11-05 06:43:36 +00001##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
John Criswell4436c492003-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 Lattnerd92fb002002-10-25 22:55:53 +00009LEVEL = ../../..
10LIBRARYNAME = x86
Reid Spencer30d8bae2004-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 \
15 X86GenInstrInfo.inc X86GenATTAsmWriter.inc \
16 X86GenIntelAsmWriter.inc
17
Chris Lattnerd92fb002002-10-25 22:55:53 +000018include $(LEVEL)/Makefile.common
19