Reverting back to original 1.8 version so I can manually merge in patch.
[llvm-complete.git] / lib / Support / bzip2 / Makefile
blobfc16c4def43c1d2f1eeeb25c2b18574974a9e5c4
1 ##===- lib/Support/bzip2/Makefile --------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMbzip2
11 BUILD_ARCHIVE = 1
12 SOURCES = blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
13 bzlib.c
14 EXTRA_DIST = bzlib.h bzlib_private.h CHANGES LICENSE README \
15 README.COMPILATION.PROBLEMS Y2K_INFO
17 include $(LEVEL)/Makefile.common