summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/Makefile
blob: 33a622d978e03db1286a94cf3ea1f67973ce73b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LEVEL = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=crtend

Source = $(notdir $(wildcard $(SourceDir)/*.cpp $(SourceDir)/*.c)) listend.ll

EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbol_list.lst

include $(LEVEL)/Makefile.common


$(LLVMGCCDIR)/bytecode-libs/crtend.o: $(LIBNAME_BC)
	@cp $< $@

install:: $(LLVMGCCDIR)/bytecode-libs/crtend.o
	@rm $(LLVMGCCDIR)/bytecode-libs/libcrtend.bc