Skip to content
Makefile 873 B
Newer Older
##===- tools/llc/Makefile ------------------------------*- Makefile -*-===##
# 
#                     The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
# 
##===----------------------------------------------------------------------===##
LEVEL = ../..
Brian Gaeke's avatar
Brian Gaeke committed
           x86 \
           powerpc \
           selectiondag \
Chris Lattner's avatar
Chris Lattner committed
           regalloc \
           sched \
           select \
           codegen \
           target.a \
           livevar \
Brian Gaeke's avatar
Brian Gaeke committed
           scalaropts.a \
Chris Lattner's avatar
Chris Lattner committed
           bcreader \
Brian Gaeke's avatar
Brian Gaeke committed
           bcwriter \
Chris Lattner's avatar
Chris Lattner committed
           vmcore \