Added LLVM copyright to Makefiles.
[oota-llvm.git] / runtime / GCCLibraries / crtend / Makefile
1 ##===- runtime/GCCLibraries/crtend/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 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 BYTECODE_LIBRARY=1
11 DONT_BUILD_RELINKED=1
12 LIBRARYNAME=crtend
13
14 Source = $(notdir $(wildcard $(SourceDir)/*.cpp $(SourceDir)/*.c)) listend.ll
15
16 EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbol_list.lst
17
18 include $(LEVEL)/Makefile.common
19
20
21 $(LLVMGCCDIR)/bytecode-libs/crtend.o: $(LIBNAME_BC)
22         @cp $< $@
23
24 install:: $(LLVMGCCDIR)/bytecode-libs/crtend.o
25         @rm $(LLVMGCCDIR)/bytecode-libs/libcrtend.bc
26