]> granicus.if.org Git - graphviz/commitdiff
new libtcldot_builtin.so.0.0.0
authorellson <devnull@localhost>
Thu, 25 May 2006 19:18:14 +0000 (19:18 +0000)
committerellson <devnull@localhost>
Thu, 25 May 2006 19:18:14 +0000 (19:18 +0000)
tclpkg/tcldot/Makefile.am
tclpkg/tcldot/tcldot.c

index a9b67eaf719893bf2f7fd44579a369aec0400577..95205441d41b67f2622981c3f2420dbacd368a97 100644 (file)
@@ -27,7 +27,7 @@ html = tcldot.html
 
 noinst_HEADERS = tcldot.h
 if WITH_TCL
-pkgtcl_LTLIBRARIES = libtcldot.la
+pkgtcl_LTLIBRARIES = libtcldot.la libtcldot_builtin.la
 man_MANS = $(man)
 pdf_DATA = $(pdf)
 html_DATA = $(html)
@@ -48,6 +48,18 @@ libtcldot_la_LIBADD = \
        $(top_builddir)/tclpkg/tclstubs/libtclstubs.la \
        $(top_builddir)/lib/gvc/libgvc.la @LIBGEN_LIBS@ @LIBLTDL@
 
+libtcldot_builtin_la_SOURCES = tcldot.c $(top_srcdir)/lib/gvc/dot_builtins.c $(CODEGENS) $(GDTCLFT)
+libtcldot_builtin_la_LDFLAGS = -no-undefined
+libtcldot_builtin_la_LIBADD = \
+       $(top_builddir)/tclpkg/tclhandle/libtclhandle.la \
+       $(top_builddir)/tclpkg/tclstubs/libtclstubs.la \
+       $(top_builddir)/lib/plugin/libgvplugin_dot_layout.la \
+       $(top_builddir)/lib/plugin/libgvplugin_neato_layout.la \
+       $(top_builddir)/lib/plugin/libgvplugin_gd.la \
+       $(top_builddir)/lib/plugin/libgvplugin_pangocairo.la \
+       $(top_builddir)/lib/gvc/libgvc_builtins.la \
+       @PANGOCAIRO_LIBS@ @GD_LIBS@ @ICONV_LIBS@ @FC_LIBS@ @FT_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @EXPAT_LIBS@ @Z_LIBS@ @LIBGEN_LIBS@ @LIBLTDL@ @SOCKET_LIBS@ @IPSEPCOLA_LIBS@
+
 if WITH_TCL
 all-local: pkgIndex.tcl
 
index 45a3cc6855a62ff252a107512935a94c4cfe47a8..40213d372c12289fb02fa1739e7824aee3079acb 100644 (file)
@@ -1693,3 +1693,8 @@ int Tcldot_SafeInit(Tcl_Interp * interp)
 {
     return Tcldot_Init(interp);
 }
+
+int Tcldot_builtin_Init(Tcl_Interp * interp)
+{
+    return Tcldot_Init(interp);
+}