llvm-6502/lib/Support/bzip2/Makefile
Reid Spencer bc98a64b2a Revise to LLVM makefile standards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18246 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-25 16:12:25 +00:00

17 lines
603 B
Makefile

##===- lib/Support/bzip2/Makefile --------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMbzip2
SOURCES= blocksort.c bzlib.c
SOURCES=blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
bzlib.c
CFLAGS=-fno-strength-reduce
include $(LEVEL)/Makefile.common