gvpack_SOURCES = gvpack.c plugins.c
-if DISABLE_GVRENDER
gvpack_LDADD = \
$(top_builddir)/lib/common/libcommon.la \
$(top_builddir)/lib/gvc/libgvc.la \
$(top_builddir)/lib/ingraphs/libingraphs.la \
$(top_builddir)/lib/graph/libgraph.la \
$(top_builddir)/plugin/layout/libgvplugin_layout.la
-else
-gvpack_LDADD = \
- $(top_builddir)/lib/common/libcommon.la \
- $(top_builddir)/lib/gvc/libgvc.la \
- $(top_builddir)/lib/ingraphs/libingraphs.la \
- $(top_builddir)/lib/graph/libgraph.la \
- $(top_builddir)/plugin/text/libgvplugin_text.la \
- $(top_builddir)/plugin/layout/libgvplugin_layout.la
-endif
-
dijkstra_SOURCES = dijkstra.c
/* Define if you don't want on-demand plugin loading */
#define DISABLE_LTDL 1
-/* Set if you want the new gvrender codegens */
-#define ENABLE_GVRENDER 1
-
/* Define if you want the gd renderers (png, gif, etc ) */
#define GD_RENDER 1
fi
AM_CONDITIONAL(DISABLE_CODEGENS, [test "x$enable_codegens" = "xno"])
-dnl -----------------------------------
-dnl gvrender plugins
-
-AC_ARG_ENABLE(gvrender,
- [AC_HELP_STRING([--disable-gvrender], [don't build gvrender plugins])])
-if test "x$enable_gvrender" = "xno"; then
- AC_DEFINE(DISABLE_GVRENDER,1,[Define if you don't want the new gvrender codegens])
-fi
-AM_CONDITIONAL(DISABLE_GVRENDER, [test "x$enable_gvrender" = "xno"])
-
dnl -----------------------------------
dnl ElectricFence support for debugging
/* Set to 0 if you don't want the old codegens */
#define ENABLE_CODEGENS 1
-/* Set to 1 if you want the new gvrender codegens */
-#define ENABLE_GVRENDER 0
-
/* Define if you don't want on-demand plugin loading */
#define DISABLE_LTDL 1