after the plugins so that plugins are available to be statically linked.
tclpkg/ is suitable, but now it is misnamed since it is not just tcl anymore .... oh well.
It has the advantage that gv can share the same pkgIndex.tcl construction mechanism
for its tcl binding.
HAVE_PERL=1
PERL_ARCHLIB=`perl -e 'use Config; print $Config{archlib};'`
PERL_INCLUDES=-I$PERL_ARCHLIB/CORE
- PERL_LIBS=-L$PERL_ARCHLIB/CORE -lperl
+ PERL_LIBS="-L$PERL_ARCHLIB/CORE -lperl"
fi
AC_SUBST(HAVE_PERL)
AC_SUBST(PERL_INCLUDES)
HAVE_RUBY=0
else
HAVE_RUBY=1
- RUBY_INCLUDES=-I`ruby $(top_srcdir)/config_ruby.rb INCLUDES`
+ RUBY_INCLUDES=-I`ruby $TOP_DIR/config_ruby.rb INCLUDES`
RUBY_LIBS=-lruby
fi
AC_SUBST(HAVE_RUBY)
lib/ingraphs/Makefile
lib/gvc/Makefile
lib/gvc/libgvc.pc
- lib/gvapi/Makefile
plugin/Makefile
plugin/cairo/Makefile
plugin/gd/Makefile
tclpkg/tclpathplan/demo/pathplan_data/Makefile
tclpkg/tkspline/Makefile
tclpkg/tkspline/demo/Makefile
+ tclpkg/gv/Makefile
graphviz.spec
ast_common.h
)
## Process this file with automake to produce Makefile.in
SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast circogen \
- dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr gvapi
+ dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr
EXTRA_DIST = Makefile.old
pkgindexdir = $(libdir)/@PACKAGE@
pkgindex_DATA = pkgIndex.tcl
-SUBDIRS = tclstubs tkstubs tclhandle gdtclft tcldot tclpathplan tkspline
+SUBDIRS = tclstubs tkstubs tclhandle gdtclft tcldot tclpathplan tkspline gv
pkgIndex.tcl: @TCL_PKGINDEX@ @TK_PKGINDEX@
echo "# end" >end
--- /dev/null
+/* $Id$ $Revision$ */
+/* vim:set shiftwidth=4 ts=8: */
+
+/**********************************************************
+* This software is part of the graphviz package *
+* http://www.graphviz.org/ *
+* *
+* Copyright (c) 1994-2004 AT&T Corp. *
+* and is licensed under the *
+* Common Public License, Version 1.0 *
+* by AT&T Corp. *
+* *
+* Information and Software Systems Research *
+* AT&T Research, Florham Park NJ *
+**********************************************************/
+
+#include "render.h"