Address PR274 - '[JIT] Programs cannot resolve the fstat function'
[oota-llvm.git] / runtime / zlib / Makefile
1 ##===- runtime/libdummy/Makefile ------------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
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 BYTECODE_LIBRARY=1
11 BUILD_ARCHIVE=1
12 DONT_BUILD_RELINKED=1
13 LIBRARYNAME=z
14
15 Source = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
16          zutil.c inflate.c infback.c inftrees.c inffast.c
17
18 include $(LEVEL)/Makefile.common