libvips/Makefile.am

58 lines
958 B
Makefile
Raw Normal View History

2010-01-08 15:28:40 +01:00
# turn on Python if we can
2007-08-29 18:23:50 +02:00
if HAVE_PYTHON
2009-08-16 17:00:08 +02:00
P_COMPILE_DIR = swig
2007-08-29 18:23:50 +02:00
P_DIST_DIR =
else
P_COMPILE_DIR =
2009-08-16 17:00:08 +02:00
P_DIST_DIR = swig
2007-08-29 18:23:50 +02:00
endif
2014-10-14 15:56:49 +02:00
# turn on vips8 Python if we can
if ENABLE_PYVIPS8
2014-10-14 15:56:49 +02:00
P8_COMPILE_DIR = python
P8_DIST_DIR =
else
P8_COMPILE_DIR =
P8_DIST_DIR = python
endif
2007-08-29 18:23:50 +02:00
SUBDIRS = \
2009-08-16 17:00:08 +02:00
libvips \
libvipsCC \
cplusplus \
2009-08-16 17:00:08 +02:00
tools \
2007-08-29 18:23:50 +02:00
po \
man \
2009-08-16 17:00:08 +02:00
doc \
test \
$(P_COMPILE_DIR) \
$(P8_COMPILE_DIR)
2007-08-29 18:23:50 +02:00
EXTRA_DIST = \
2009-08-16 17:00:08 +02:00
m4 \
2007-08-29 18:23:50 +02:00
benchmark \
bootstrap.sh \
vips.pc.in \
vipsCC.pc.in \
vips-cpp.pc.in \
libvips.supp \
2007-08-29 18:23:50 +02:00
acinclude.m4 \
depcomp \
2014-11-23 15:02:38 +01:00
README.md \
$(P_DIST_DIR) \
$(P8_DIST_DIR)
2007-08-29 18:23:50 +02:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = vips.pc vipsCC.pc vips-cpp.pc
2007-08-29 18:23:50 +02:00
dist-hook:
# make sure we don't get any .svn dirs from EXTRA_DIST
# also "fred" gets left around occasionally
2007-08-29 18:23:50 +02:00
-find $(distdir) -name .svn -exec rm -rf {} \;
-find $(distdir) -name fred -exec rm {} \;
2007-08-29 18:23:50 +02:00
2011-06-20 19:00:01 +02:00
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-introspection