Move the exception handling runtime stuff into this directory
[oota-llvm.git] / runtime / GCCLibraries / crtend / Makefile
1 LEVEL = ../../..
2 BYTECODE_LIBRARY=1
3 DONT_BUILD_RELINKED=1
4 LIBRARYNAME=crtend
5
6 Source = $(wildcard *.cpp) $(wildcard *.c) listend.ll
7
8 EXPORTED_SYMBOL_FILE = 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