2011-03-15 23:25:49 +01:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
2011-01-08 16:16:20 +01:00
|
|
|
|
2011-09-02 23:30:08 +02:00
|
|
|
libwebpdecode_la_SOURCES = bits.h vp8i.h bits.c frame.c \
|
|
|
|
quant.c tree.c vp8.c webp.c idec.c alpha.c \
|
|
|
|
layer.c io.c buffer.c thread.c
|
2011-01-08 16:16:20 +01:00
|
|
|
libwebpdecode_la_LDFLAGS = -version-info 0:0:0
|
2011-05-05 00:17:54 +02:00
|
|
|
libwebpdecode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
2011-01-08 16:16:20 +01:00
|
|
|
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h ../webp/types.h
|
|
|
|
libwebpdecodeincludedir = $(includedir)/webp
|
|
|
|
|
2011-09-02 23:30:08 +02:00
|
|
|
noinst_HEADERS = bits.h vp8i.h webpi.h thread.h
|
2011-02-19 08:33:46 +01:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libwebpdecode.la
|
|
|
|
# uncomment the following line (and comment the above) if you want
|
|
|
|
# to install libwebpdecode library.
|
|
|
|
#lib_LTLIBRARIES = libwebpdecode.la
|