blob: efa2c35f40858ec87300e10d3aea66b5332e3d4a [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##===----------------------------------------------------------------------===##
Chris Lattnerf36aeed2005-10-24 02:26:13 +00009
Reid Spencer5c911ab2004-11-12 20:38:45 +000010LEVEL = ../..
11LIBRARYNAME = LLVMLinker
Reid Spencera455cca2004-11-14 22:03:14 +000012BUILD_ARCHIVE := 1
Reid Spencer5c911ab2004-11-12 20:38:45 +000013
14include $(LEVEL)/Makefile.common
15