Update of /cvsroot/monetdb/geom/NT
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22301/geom/NT

Modified Files:
        Makefile rules.msc 
Log Message:

With MonetDB4 support for SQL & GEOM being history,
there is no need to have MonetDB5 as conditional back-end;
MonetDB5 now is the mandatory, default, "hard-wired" back-end.

For convenience, the changes are wrapped in CVS tags
"explicit_MonetDB5" & "implicit_MonetDB5".


U rules.msc
Index: rules.msc
===================================================================
RCS file: /cvsroot/monetdb/geom/NT/rules.msc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rules.msc   29 Oct 2008 18:51:59 -0000      1.11
+++ rules.msc   29 Oct 2008 23:05:53 -0000      1.12
@@ -41,12 +41,8 @@
 MONETDB_LIBS=/libpath:"$(MONETDB_PREFIX)\lib"
 MONETDB_MODS=/libpath:"$(MONETDB_PREFIX)\lib\MonetDB"
 
-!IFDEF HAVE_MONETDB5
 MONETDB5_INCLUDEDIR=$(MONETDB5_PREFIX)\include\MonetDB5
 
 MONETDB5_INCS=-I"$(MONETDB5_INCLUDEDIR)" -I"$(MONETDB5_INCLUDEDIR)\atoms" 
-I"$(MONETDB5_INCLUDEDIR)\compiler" -I"$(MONETDB5_INCLUDEDIR)\kernel" 
-I"$(MONETDB5_INCLUDEDIR)\mal" -I"$(MONETDB5_INCLUDEDIR)\mil" 
-I"$(MONETDB5_INCLUDEDIR)\optimizer" -I"$(MONETDB5_INCLUDEDIR)\scheduler"
 MONETDB5_LIBS=/libpath:"$(MONETDB5_PREFIX)\lib"
 MONETDB5_MODS=/libpath:"$(MONETDB5_PREFIX)\lib\MonetDB5"
-!ELSE
-MONETDB5_INCS=
-!ENDIF

U Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/monetdb/geom/NT/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile    30 Jul 2008 07:05:51 -0000      1.7
+++ Makefile    29 Oct 2008 23:05:53 -0000      1.8
@@ -9,22 +9,14 @@
 
 !INCLUDE "$(TOPDIR)\rules.msc"
 
-!IFDEF HAVE_MONETDB5
-RUNMSERVER5 = RunMserver5.bat
-M5INSTALLER = install-m5installer
-!ELSE
-RUNMSERVER5 =
-M5INSTALLER =
-!ENDIF
-
-all: "$(SRCDIR)\Makefile.msc" all-msc unistd.h RunMserver.bat $(RUNMSERVER5) 
RunMtest.bat RunMapprove.bat
+all: "$(SRCDIR)\Makefile.msc" all-msc unistd.h RunMserver.bat RunMserver5.bat 
RunMtest.bat RunMapprove.bat
        $(MAKE) /nologo /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" 
"bits=$(bits)" all
 
 check: "$(SRCDIR)\Makefile.msc" RunMtest.bat
        $(MAKE) /nologo /i /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" 
"bits=$(bits)" check
        call RunMtest.bat
 
-install: targetdirs all $(M5INSTALLER)
+install: targetdirs all install-m5installer
        $(MAKE) /nologo /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" 
"bits=$(bits)" install
 
 !IFDEF BITS32


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to