llvm-6502/runtime/GCCLibraries/crtend/Makefile
2003-09-15 15:06:39 +00:00

19 lines
375 B
Makefile

LEVEL = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=crtend
Source = $(wildcard *.cpp) $(wildcard *.c) listend.ll
EXPORTED_SYMBOL_FILE = 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