From 20ac4e369935566d2069619a69b4a9f972cf9150 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 26 Oct 2004 03:12:11 +0000 Subject: [PATCH] Add EXTRA_DIST for additional files to be distributed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17233 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Makefile | 2 ++ runtime/GC/Makefile | 1 + runtime/libprofile/Makefile | 3 ++- tools/Makefile | 2 ++ tools/llvmc/Makefile | 1 + utils/Burg/Makefile | 2 ++ 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/System/Makefile b/lib/System/Makefile index 7272d922a71..e40fe4bca02 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -10,4 +10,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMsystem BUILD_ARCHIVE = 1 +EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32 + include $(LEVEL)/Makefile.common diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile index 98b62fb7e76..b57dc859074 100644 --- a/runtime/GC/Makefile +++ b/runtime/GC/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. PARALLEL_DIRS := SemiSpace +EXTRA_DIST := gc_exported_symbols.lst include $(LEVEL)/Makefile.common # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index 87badfec026..d496168c2c7 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile @@ -11,7 +11,8 @@ BYTECODE_LIBRARY=1 SHARED_LIBRARY=1 #DONT_BUILD_RELINKED=1 LIBRARYNAME=profile_rt -EXPORTED_SYMBOL_FILE = $(SourceDir)/exported_symbols.lst +EXTRA_DIST = exported_symbols.lst +EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst include $(LEVEL)/Makefile.common diff --git a/tools/Makefile b/tools/Makefile index 42d8fce32ca..7f872cc61a4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,6 +12,8 @@ PARALLEL_DIRS := llvmc llvm-as llvm-dis opt gccas llc llvm-link lli gccld \ llvm-stub analyze extract bugpoint llvm-nm llvm-prof llvm-db \ llvm-ar llvm-bcanalyzer llee +EXTRA_DIST := Makefile.JIT + include $(LEVEL)/Makefile.config ifeq ($(ARCH), Sparc) diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 71f04292736..d760e72686e 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. TOOLNAME = llvmc USEDLIBS = bcreader vmcore support.a LLVMsystem.a CONFIG_FILES = st ll +EXTRA_DIST = st ll include $(LEVEL)/Makefile.common diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 96a9e9ef676..bada1d63d36 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -10,6 +10,8 @@ LEVEL = ../.. TOOLNAME = burg BUILT_SOURCES = gram.tab.c +EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr + include $(LEVEL)/Makefile.common gram.tab.c gram.tab.h: gram.yc