blob: 423f1bfac88e4723d2205eab00b2c828d236e10f [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 \
16 X86GenAsmWriter1.inc
Reid Spencer8c2c3152004-10-22 21:02:08 +000017
Chris Lattner72614082002-10-25 22:55:53 +000018include $(LEVEL)/Makefile.common
19