blob: 688c832f5b74e307f1fef2b3a6851ca1d7c32cd5 [file] [log] [blame]
Reid Spencer5c911ab2004-11-12 20:38:45 +00001##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by Reid Spencer and is distributed under the
6# University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10LIBRARYNAME = LLVMLinker
Reid Spencera455cca2004-11-14 22:03:14 +000011BUILD_ARCHIVE := 1
12DONT_BUILD_RELINKED := 1
Reid Spencer5c911ab2004-11-12 20:38:45 +000013
14include $(LEVEL)/Makefile.common
15