blob: 5bec6c762cae23e689bf71ff2ac9e770de40cfde [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-link/Makefile ----------------------------*- Makefile -*-===##
2#
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 Lattner075a0b72001-10-13 07:06:23 +00009LEVEL = ../..
10
Misha Brukman3ef3beb2003-09-15 18:34:34 +000011TOOLNAME = llvm-link
Chris Lattner56d27012002-07-23 17:52:38 +000012USEDLIBS = bcreader bcwriter transformutils.a vmcore support.a
Chris Lattner075a0b72001-10-13 07:06:23 +000013
14include $(LEVEL)/Makefile.common