Make sure to get the headers from zlib correctly
[oota-llvm.git] / runtime / libpng / 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=png
14 CPPFLAGS += -I../zlib
15
16 Source = png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
17                pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
18                pngwtran.c pngmem.c pngerror.c pngpread.c
19
20 include $(LEVEL)/Makefile.common