[llvm-commits] CVS: llvm/lib/Support/bzip2/Makefile

Reid Spencer reid at x10sys.com
Sat Dec 4 14:34:32 PST 2004



Changes in directory llvm/lib/Support/bzip2:

Makefile updated: 1.2 -> 1.3
---
Log message:

Distribute headers and license files too

---
Diffs of the changes:  (+5 -3)

Index: llvm/lib/Support/bzip2/Makefile
diff -u llvm/lib/Support/bzip2/Makefile:1.2 llvm/lib/Support/bzip2/Makefile:1.3
--- llvm/lib/Support/bzip2/Makefile:1.2	Thu Nov 25 10:12:25 2004
+++ llvm/lib/Support/bzip2/Makefile	Sat Dec  4 16:34:21 2004
@@ -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






More information about the llvm-commits mailing list