blob: 87115eac81a6e618d9480d97f2bba55dcca08092 [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 \
15 X86GenInstrInfo.inc X86GenATTAsmWriter.inc \
16 X86GenIntelAsmWriter.inc
17
Chris Lattner72614082002-10-25 22:55:53 +000018include $(LEVEL)/Makefile.common
19