if PLATFORM_WIN32 no_undefined = -no-undefined libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la $(BABL_LIBS) endif op_libs = $(DEP_LIBS) $(libgegl) $(OPENCL_LIBS) GEGLHEADERS = $(wildcard $(top_srcdir)/gegl/*.h)\ $(wildcard $(top_srcdir)/gegl/buffer/*.h) AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir)/gegl \ -I$(top_srcdir)/gegl \ -I$(top_builddir)/gegl/buffer \ -I$(top_srcdir)/gegl/buffer \ -I$(top_builddir)/gegl/operation \ -I$(top_srcdir)/gegl/operation \ -I$(top_builddir)/gegl/property-types \ -I$(top_srcdir)/gegl/property-types \ -I$(top_builddir)/gegl/module \ -I$(top_srcdir)/gegl/module \ -I$(top_builddir)/gegl/opencl \ -I$(top_srcdir)/gegl/opencl AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS) AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined) ext_dir = $(libdir)/gegl-@GEGL_API_VERSION@