libvips/cplusplus/include/vips/Makefile.am

18 lines
444 B
Makefile
Raw Normal View History

2014-10-20 12:50:34 +02:00
pkginclude_HEADERS = \
2014-10-27 14:41:44 +01:00
VError8.h \
VImage8.h \
VInterpolate8.h \
2014-10-20 12:50:34 +02:00
vips8 \
vips-operators.h
vips-operators.h:
2014-10-27 19:17:49 +01:00
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; \
echo "" >> vips-operators.h; \
./gen-operators-h.py >> vips-operators.h
EXTRA_DIST = \
gen-operators-h.py