33a622d978e03db1286a94cf3ea1f67973ce73b4
[oota-llvm.git] / runtime / GCCLibraries / crtend / Makefile
1 LEVEL = ../../..
2 BYTECODE_LIBRARY=1
3 DONT_BUILD_RELINKED=1
4 LIBRARYNAME=crtend
5
6 Source = $(notdir $(wildcard $(SourceDir)/*.cpp $(SourceDir)/*.c)) listend.ll
7
8 EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbol_list.lst
9
10 include $(LEVEL)/Makefile.common
11
12
13 $(LLVMGCCDIR)/bytecode-libs/crtend.o: $(LIBNAME_BC)
14         @cp $< $@
15
16 install:: $(LLVMGCCDIR)/bytecode-libs/crtend.o
17         @rm $(LLVMGCCDIR)/bytecode-libs/libcrtend.bc
18