oop, we no longer need vips-operators.h

This commit is contained in:
John Cupitt 2021-03-07 15:03:13 +00:00
parent b51f4dab28
commit 003a444158
2 changed files with 7 additions and 3920 deletions

View File

@ -5,9 +5,10 @@ pkginclude_HEADERS = \
VConnection8.h \
vips8
vips-operators.h:
echo "// headers for vips operations" > vips-operators.h; \
echo -n "// " >> vips-operators.h; \
date >> vips-operators.h; \
echo "// this file is generated automatically, do not edit!" >> vips-operators.h; \
./../../gen-operators.py -g h >> vips-operators.h
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

File diff suppressed because it is too large Load Diff