From a81f8197ebec0e47c8a4fc44e7a40f8a7ea3d135 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 12 Nov 2004 20:38:45 +0000 Subject: [PATCH] Makefile for lib/Linker llvm-svn: 17695 --- llvm/lib/Linker/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 llvm/lib/Linker/Makefile diff --git a/llvm/lib/Linker/Makefile b/llvm/lib/Linker/Makefile new file mode 100644 index 000000000000..3fb638a845d6 --- /dev/null +++ b/llvm/lib/Linker/Makefile @@ -0,0 +1,13 @@ +##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by Reid Spencer and is distributed under the +# University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## +LEVEL = ../.. +LIBRARYNAME = LLVMLinker + +include $(LEVEL)/Makefile.common +