libvips/libvips/colour/Makefile.am

54 lines
786 B
Makefile

noinst_LTLIBRARIES = libcolour.la
if ENABLE_LCMS
PROFILES = profiles.c
else
PROFILES =
endif
libcolour_la_SOURCES = \
$(PROFILES) \
profiles.h \
colour.c \
pcolour.h \
CMYK2XYZ.c \
XYZ2CMYK.c \
colourspace.c \
dE76.c \
dE00.c \
dECMC.c \
icc_transform.c \
Lab2XYZ.c \
Lab2LCh.c \
LCh2Lab.c \
LCh2UCS.c \
UCS2LCh.c \
XYZ2Lab.c \
XYZ2Yxy.c \
Yxy2XYZ.c \
float2rad.c \
rad2float.c \
Lab2LabQ.c \
LabQ2Lab.c \
LabS2Lab.c \
Lab2LabS.c \
LabS2LabQ.c \
LabQ2LabS.c \
LabQ2sRGB.c \
sRGB2scRGB.c \
sRGB2HSV.c \
HSV2sRGB.c \
scRGB2XYZ.c \
scRGB2BW.c \
XYZ2scRGB.c \
scRGB2sRGB.c
profiles.c:
./wrap-profiles.sh profiles profiles.c
EXTRA_DIST = \
profiles \
wrap-profiles.sh
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@