aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/bzip2
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-04 22:34:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-04 22:34:21 +0000
commit3d2162f95084ca5c9033b733a1663f7e59aaa2e0 (patch)
tree708433e0e6d64328f8b5901c45c69b9592f8de6c /lib/Support/bzip2
parent345235ca5ccbf8fe864ab29bd2d73b7fb958a63c (diff)
downloadexternal_llvm-3d2162f95084ca5c9033b733a1663f7e59aaa2e0.zip
external_llvm-3d2162f95084ca5c9033b733a1663f7e59aaa2e0.tar.gz
external_llvm-3d2162f95084ca5c9033b733a1663f7e59aaa2e0.tar.bz2
Distribute headers and license files too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/bzip2')
-rw-r--r--lib/Support/bzip2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Support/bzip2/Makefile b/lib/Support/bzip2/Makefile
index 056476d..23bcb15 100644
--- a/lib/Support/bzip2/Makefile
+++ b/lib/Support/bzip2/Makefile
@@ -8,9 +8,11 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMbzip2
-SOURCES= blocksort.c bzlib.c
-SOURCES=blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
- bzlib.c
+SOURCES = blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
+ bzlib.c
+EXTRA_DIST = bzlib.h bzlib_private.h CHANGES LICENSE README \
+ README.COMPILATION.PROBLEMS Y2K_INFO
+
CFLAGS=-fno-strength-reduce
include $(LEVEL)/Makefile.common