Update of /cvsroot/monetdb/pathfinder/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28097

Modified Files:
        Makefile.ag xquery.mx 
Log Message:
fixing includes and makefile for compilation


U xquery.mx
Index: xquery.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/backends/monet5/xquery.mx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xquery.mx   9 Apr 2009 09:37:41 -0000       1.1
+++ xquery.mx   9 Apr 2009 15:37:44 -0000       1.2
@@ -52,7 +52,7 @@
 #ifndef _XQUERY_H
 #define _XQUERY_H
 
-#define DEBUG_XQR
+#define DEBUG_XQ
 
 #ifdef WIN32
 #ifndef LIBXQUERY
@@ -67,6 +67,5 @@
 #endif /* _XQUERY_H */
 
 @c
-#include "mal_config.h"
-#include "mal_exception.h"
+#include "pf_config.h"
 #include "xquery.h"

U Makefile.ag
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/backends/monet5/Makefile.ag,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.ag 9 Apr 2009 09:37:41 -0000       1.1
+++ Makefile.ag 9 Apr 2009 15:37:44 -0000       1.2
@@ -25,7 +25,7 @@
 # Rights Reserved.
 #
 
-INCLUDES = ../compiler/include ../runtime $(MONETDB5_INCS) $(MONETDB_INCS) 
$(LIBXML2_CFLAGS)
+INCLUDES = ../../compiler/include ../../runtime $(MONETDB5_INCS) 
$(MONETDB_INCS) $(LIBXML2_CFLAGS)
 PF_LIBS = $(LIBXML2_LDADD) $(LIBXML2_LIBS) $(DL_LIBS)
 
 lib__xquery = {
@@ -36,7 +36,7 @@
        LIBS = \
                $(PF_LIBS) \
                $(MONETDB5_MODS) -l_optimizer -l_bat5 \
-               ../runtime/libserialize ../runtime/libpf \
+               ../../runtime/libserialize ../../runtime/libpf \
                $(MONETDB_LIBS) $(MONETDB5_LIBS) -lmonetdb5 -lbat -lstream \
                $(READLINE_LIBS) $(PTHREAD_LIBS)
 }


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to