llvm-6502/tools/llvm-ld/Makefile
2004-09-13 21:15:19 +00:00

17 lines
598 B
Makefile

##===- tools/llvm-ld/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 = ../..
TOOLNAME = llvm-ld
USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
target.a bcreader bcwriter vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common