#include <stddef.h>
#include <maze.h>
#include "fPQ.h"
-#include <memory.h>
-#include <geomprocs.h>
-#include <globals.h>
-#include <render.h>
+#include "memory.h"
+#include "geomprocs.h"
+#include "globals.h"
+#include "render.h"
/* #define DEBUG */
pdfdir = $(pkgdatadir)/doc/pdf
pkgconfigdir = $(libdir)/pkgconfig
+if WITH_WIN32
+AM_CPPFLAGS = -O0
+endif
+
pkginclude_HEADERS = pathgeom.h pathplan.h
noinst_HEADERS = pathutil.h solvers.h tri.h vis.h vispath.h
*/
#define PDFMAX 14400 /* Maximum size of PDF page */
-extern void epsf_define(GVJ_t * job);
-extern char *ps_string(char *ins, int latin);
-extern void cat_libfile(GVJ_t * job, const char **arglib, const char **stdlib);
-
typedef enum { FORMAT_PS, FORMAT_PS2, FORMAT_EPS } format_type;
static int isLatin1;
*/
#define PDFMAX 14400 /* Maximum size of PDF page */
-extern "C" {
- extern void epsf_define(GVJ_t * job);
- extern void cat_libfile(GVJ_t * job, const char **arglib, const char **stdlib);
-}
-
typedef enum { FORMAT_PS, FORMAT_PS2, FORMAT_EPS } format_type;
//static int isLatin1;