blob: fdb1c196feb5ae880a626467b77c9ab9e6d9ce69 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-link/Makefile ----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle2fab732003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner075a0b72001-10-13 07:06:23 +00009LEVEL = ../..
10
Misha Brukman3ef3beb2003-09-15 18:34:34 +000011TOOLNAME = llvm-link
Chris Lattner44dadff2007-05-06 09:29:57 +000012LINK_COMPONENTS = linker bitreader bitwriter
Chris Lattner075a0b72001-10-13 07:06:23 +000013
14include $(LEVEL)/Makefile.common