gvpr_SOURCES = actions.c compile.c gvpr.c gprstate.c parse.c queue.c
gvpr_LDADD = $(top_builddir)/lib/expr/libexpr.la \
- $(top_builddir)/lib/ast/libast.la \
$(top_builddir)/lib/vmalloc/libvmalloc.la \
$(top_builddir)/lib/sfio/libsfio.la \
$(top_builddir)/lib/ingraphs/libingraphs.la \
$(top_builddir)/lib/agraph/libagraph.la @MATH_LIBS@
+gvpr_DEPENDENCIES = \
+ $(top_builddir)/lib/ast/libast.la
+
$(gvpr_OBJECTS): gdefs.h
mkdefs_SOURCES = mkdefs.c
CYGWIN=yes
DEFAULT_FONTPATH="C:/WINDOWS/FONTS;C:/WINNT/Fonts;C:/winnt/fonts"
PATHSEPARATOR=";"
+ AC_DEFINE(NO_POSTSCRIPT_ALIAS,1,[Alias PostScript font names to URW type 1 fonts])
;;
*mingw32* )
MINGW32=yes
html_DATA = $(html)
endif
-libgvgd_la_LDFLAGS = -version-info 2:0:0
+libgvgd_la_LDFLAGS = -version-info 2:0:0 -no-undefined
libgvgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c \
gd_gif_in.c gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c \
libgvc_la_SOURCES = ${libgvc_builtins_la_SOURCES} no_builtins.c
libgvc_builtins_la_LIBADD = \
+ $(top_builddir)/lib/cdt/libcdt.la \
$(top_builddir)/lib/common/libcommon.la \
$(top_builddir)/lib/graph/libgraph.la \
$(top_builddir)/lib/pathplan/libpathplan.la \
gvplugin_library_t *library;
regex_t re;
char *plugin_glob = "libgvplugin_*";
-#ifdef DARWIN_DYLIB
- /* Mac OS X / Darwin */
+#if defined(DARWIN_DYLIB)
char *plugin_re_beg = "[^0-9]\\.";
char *plugin_re_end = "\\.dylib$";
+#elif defined(__CYGWIN__)
+ plugin_glob = "cyggvplugin_*";
+ char *plugin_re_beg = "[^0-9]-";
+ char *plugin_re_end = "\\.dll$";
#else
/* Everyone else */
char *plugin_re_beg = "\\.so\\.";
return NULL;
}
sym = gmalloc(len + strlen(suffix) + 1);
- strcpy(sym, s+4); /* strip leading "/lib" */
- s = strchr(sym, '.'); /* strip trailing ".so.0" */
+ strcpy(sym, s+4); /* strip leading "/lib" or "/cyg" */
+#ifdef __CYGWIN__
+ s = strchr(sym, '-'); /* strip trailing "-1.dll" */
+#else
+ s = strchr(sym, '.'); /* strip trailing ".so.0" or ".dll" */
+#endif
strcpy(s,suffix); /* append "_LTX_library" */
ptr = lt_dlsym (hndl, sym);
libpack_la_SOURCES = ccomps.c pack.c
libpack_la_LIBADD = \
+ $(top_builddir)/lib/graph/libgraph.la
$(top_builddir)/lib/gvc/libgvc.la
.3.pdf: