2003-10-20 22:29:16 +00:00
|
|
|
##===- runtime/GCCLibraries/crtend/Makefile ------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-05-14 13:09:41 +00:00
|
|
|
LEVEL = ../../..
|
2003-08-15 02:20:32 +00:00
|
|
|
BYTECODE_LIBRARY=1
|
|
|
|
DONT_BUILD_RELINKED=1
|
|
|
|
LIBRARYNAME=crtend
|
|
|
|
|
2003-09-15 19:20:11 +00:00
|
|
|
Source = $(notdir $(wildcard $(SourceDir)/*.cpp $(SourceDir)/*.c)) listend.ll
|
2003-05-14 13:09:41 +00:00
|
|
|
|
2003-09-15 19:22:36 +00:00
|
|
|
EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbol_list.lst
|
2003-05-22 19:50:30 +00:00
|
|
|
|
2003-08-15 02:20:32 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
|
|
|
|
$(LLVMGCCDIR)/bytecode-libs/crtend.o: $(LIBNAME_BC)
|
|
|
|
@cp $< $@
|
2003-05-14 13:09:41 +00:00
|
|
|
|
2003-08-15 02:20:32 +00:00
|
|
|
install:: $(LLVMGCCDIR)/bytecode-libs/crtend.o
|
2003-09-15 15:06:39 +00:00
|
|
|
@rm $(LLVMGCCDIR)/bytecode-libs/libcrtend.bc
|
|
|
|
|