Remove debug code emitter from the JIT
[oota-llvm.git] / runtime / libpng / Makefile.am
1 #===-- runtime/libpng/Makefile.am --------------------------*- Makefile -*--===#
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Reid Spencer and is distributed under the 
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 #===------------------------------------------------------------------------===#
9
10 lib_LIBRARIES = libpng.a
11 libpng_a_SOURCES = example.c png.c pngerror.c pnggccrd.c pngget.c pngmem.c \
12                    pngpread.c pngread.c pngrio.c pngrtran.c pngrutil.c \
13                    pngset.c pngtest.c pngtrans.c pngvcrd.c pngwio.c pngwrite.c \
14                    pngwtran.c pngwutil.c
15
16 CPPFLAGS = -I../zlib
17
18 BYTECODE_LIBRARY = libpng.a
19
20 include $(top_srcdir)/Makefile_config