libvips/libvips/create/Makefile.am

39 lines
631 B
Makefile
Raw Normal View History

noinst_LTLIBRARIES = libcreate.la
2009-08-16 17:00:08 +02:00
libcreate_la_SOURCES = \
2016-07-24 12:46:42 +02:00
perlin.c \
2016-07-19 11:57:21 +02:00
worley.c \
create.c \
pcreate.h \
2013-10-20 17:10:22 +02:00
gaussmat.c \
logmat.c \
buildlut.c \
2013-09-05 10:11:23 +02:00
invertlut.c \
tonelut.c \
2013-07-03 22:39:28 +02:00
identity.c \
point.c \
point.h \
mask.c \
2014-01-04 15:38:30 +01:00
pmask.h \
mask_ideal.c \
mask_ideal_ring.c \
mask_ideal_band.c \
mask_butterworth.c \
mask_butterworth_ring.c \
mask_butterworth_band.c \
mask_gaussian.c \
mask_gaussian_ring.c \
2014-01-03 13:40:13 +01:00
mask_gaussian_band.c \
mask_fractal.c \
2014-01-04 15:38:30 +01:00
fractsurf.c \
2013-06-13 14:50:24 +02:00
eye.c \
2013-06-13 15:35:26 +02:00
grey.c \
xyz.c \
black.c \
text.c \
gaussnoise.c \
2013-06-13 19:46:41 +02:00
sines.c \
zone.c
2009-08-16 17:00:08 +02:00
2013-01-23 11:17:51 +01:00
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@