2014-10-20 12:50:34 +02:00
|
|
|
pkginclude_HEADERS = \
|
2014-10-27 14:41:44 +01:00
|
|
|
VError8.h \
|
|
|
|
VImage8.h \
|
2015-01-30 22:19:58 +01:00
|
|
|
VInterpolate8.h \
|
2019-12-30 18:49:41 +01:00
|
|
|
VConnection8.h \
|
2020-08-17 11:58:49 +02:00
|
|
|
vips8
|
2014-10-20 12:50:34 +02:00
|
|
|
|
2021-03-07 16:03:13 +01:00
|
|
|
vips-operators:
|
|
|
|
echo "// headers for vips operations" > vips-operators; \
|
|
|
|
echo "// paste this file into VImage8.h, do not leave in repo" > vips-operators; \
|
|
|
|
echo -n "// " >> vips-operators; \
|
|
|
|
date >> vips-operators; \
|
|
|
|
echo "// this file is generated automatically, do not edit!" >> vips-operators; \
|
|
|
|
./../../gen-operators.py -g h >> vips-operators
|