libvips/libsrc/format/Makefile.am

27 lines
478 B
Makefile
Raw Normal View History

2008-05-22 18:00:59 +02:00
noinst_LTLIBRARIES = libformat.la
2008-05-22 17:28:52 +02:00
2008-05-22 18:00:59 +02:00
libformat_la_SOURCES = \
2008-05-22 17:28:52 +02:00
dbh.h \
2008-08-15 23:45:18 +02:00
format.c \
2008-05-22 18:00:59 +02:00
format_dispatch.c \
2008-05-22 17:28:52 +02:00
im_analyze2vips.c \
im_csv2vips.c \
im_exr2vips.c \
im_jpeg2vips.c \
im_magick2vips.c \
im_png2vips.c \
im_ppm2vips.c \
im_raw2vips.c \
2008-05-22 18:00:59 +02:00
im_tiff2vips.c \
2008-05-22 17:28:52 +02:00
im_tile_cache.c \
2008-05-22 18:00:59 +02:00
im_vips2csv.c \
2008-05-22 17:28:52 +02:00
im_vips2jpeg.c \
im_vips2png.c \
2008-05-22 18:00:59 +02:00
im_vips2ppm.c \
2008-08-15 10:40:05 +02:00
im_vips2tiff.c \
2009-03-02 18:42:26 +01:00
im_vips2raw.c \
matlab.c \
radiance.c
2008-05-22 17:28:52 +02:00
INCLUDES = -I${top_srcdir}/include @VIPS_CFLAGS@ @VIPS_INCLUDES@