fixes for external CUDD compatibility.

This commit is contained in:
Costa Vitor
2012-07-16 11:58:21 -05:00
parent a99412c48f
commit 8ba1de7250
7 changed files with 16858 additions and 5834 deletions

View File

@@ -40,7 +40,7 @@ CWD=$(PWD)
DYNAMIC =
CFLAGS = @CFLAGS@
INCLUDE = @CUDD_CPPFLAGS@
INCLUDE = -I@abs_top_builddir@ @CUDD_CPPFLAGS@
LINKFLAGS = -lm
LINKLIBS = @CUDD_LDFLAGS@

View File

@@ -192,7 +192,7 @@
#include <string.h>
#include <math.h>
#include <time.h>
#include "../../../config.h"
#include "config.h"
#if HAVE_UTIL_H
#include <util.h>
#endif

View File

@@ -40,7 +40,7 @@ CWD=$(PWD)
DYNAMIC =
CFLAGS = @CFLAGS@
INCLUDE = @CUDD_CPPFLAGS@
INCLUDE = -I@abs_top_builddir@ @CUDD_CPPFLAGS@
LINKFLAGS = -lm
LINKLIBS = @CUDD_LDFLAGS@

View File

@@ -191,7 +191,7 @@
#include <math.h>
#include <time.h>
#include "pqueue.h"
#include "../../../config.h"
#include "config.h"
#if HAVE_UTIL_H
#include <util.h>
#endif