~ubuntu-branches/ubuntu/quantal/llvm-3.1/quantal

« back to all changes in this revision

Viewing changes to lib/Target/X86/Makefile

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-03-29 19:09:51 UTC
  • Revision ID: package-import@ubuntu.com-20120329190951-aq83ivog4cg8bxun
Tags: upstream-3.1~svn153643
ImportĀ upstreamĀ versionĀ 3.1~svn153643

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
 
2
#
 
3
#                     The LLVM Compiler Infrastructure
 
4
#
 
5
# This file is distributed under the University of Illinois Open Source
 
6
# License. See LICENSE.TXT for details.
 
7
#
 
8
##===----------------------------------------------------------------------===##
 
9
 
 
10
LEVEL = ../../..
 
11
LIBRARYNAME = LLVMX86CodeGen
 
12
TARGET = X86
 
13
 
 
14
# Make sure that tblgen is run, first thing.
 
15
BUILT_SOURCES = X86GenRegisterInfo.inc X86GenInstrInfo.inc \
 
16
                X86GenAsmWriter.inc X86GenAsmMatcher.inc \
 
17
                X86GenAsmWriter1.inc X86GenDAGISel.inc  \
 
18
                X86GenDisassemblerTables.inc X86GenFastISel.inc \
 
19
                X86GenCallingConv.inc X86GenSubtargetInfo.inc \
 
20
                X86GenEDInfo.inc
 
21
 
 
22
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils
 
23
 
 
24
include $(LEVEL)/Makefile.common