2011-03-15 23:25:49 +01:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
2011-01-08 16:16:20 +01:00
|
|
|
|
2011-06-11 00:10:18 +02:00
|
|
|
libwebpdecode_la_SOURCES = bits.h vp8i.h yuv.h bits.c dsp.c dsp_sse2.c frame.c \
|
2011-05-03 02:19:00 +02:00
|
|
|
quant.c tree.c vp8.c webp.c yuv.c idec.c alpha.c \
|
|
|
|
layer.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-03-09 04:23:16 +01:00
|
|
|
noinst_HEADERS = bits.h vp8i.h webpi.h yuv.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
|