1 ##===- lib/Support/bzip2/Makefile --------------------------*- Makefile -*-===##
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.
8 ##===----------------------------------------------------------------------===##
10 LIBRARYNAME
= LLVMbzip2
12 SOURCES
= blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
14 EXTRA_DIST
= bzlib.h bzlib_private.h CHANGES LICENSE README \
15 README.COMPILATION.PROBLEMS Y2K_INFO
17 include $(LEVEL
)/Makefile.common