#i3114# change to YACCTARGET

This commit is contained in:
Hans-Joachim Lankenau 2002-03-06 12:25:45 +00:00
parent 85fb7bba2b
commit 1f0910c48b
3 changed files with 10 additions and 18 deletions

View file

@ -9,7 +9,7 @@ mkdir: %_DEST%\inc%_EXT%\connectivity
mkdir: %_DEST%\inc%_EXT%\connectivity\sdbcx
hedabu: ..\inc\connectivity\*.hxx %_DEST%\inc%_EXT%\connectivity\*.hxx
hedabu: ..\%__SRC%\inc\connectivity\sqlbison.hxx %_DEST%\inc%_EXT%\connectivity\sqlbison.hxx
hedabu: ..\%__SRC%\inc\sqlbison.hxx %_DEST%\inc%_EXT%\connectivity\sqlbison.hxx
hedabu: ..\inc\connectivity\sdbcx\*.hxx %_DEST%\inc%_EXT%\connectivity\sdbcx\*.hxx

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.8 $
# $Revision: 1.9 $
#
# last change: $Author: hjs $ $Date: 2001-08-10 13:09:05 $
# last change: $Author: hjs $ $Date: 2002-03-06 13:18:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -67,12 +67,14 @@ TARGET=sql
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
YACCTARGET= $(MISC)$/sqlbison.cxx
YACCFILES= sqlbison.y
YACCFLAGS=-v -d -l -pSQLyy -bsql -o
SLOFILES = \
$(SLO)$/sqlNoException.obj \
$(SLO)$/sqlbison.obj \
@ -94,13 +96,3 @@ EXCEPTIONSFILES = \
$(MISC)$/sqlflex.cxx: sqlflex.l
+flex -i -8 -PSQLyy -L -o$(MISC)$/sqlflex.cxx sqlflex.l
$(MISC)$/sqlbison.cxx: sqlbison.y
+bison -v -d -pSQLyy -l -bsql -o$(MISC)$/sqlbison.cxx sqlbison.y
-$(MKDIR) $(OUT)$/inc$/connectivity
+$(COPY) $(MISC)$/sqlbison.cxx.h $(OUT)$/inc$/connectivity$/sqlbison.hxx
$(SLO)$/sqlbison.obj : $(MISC)$/sqlbison.cxx
$(SLO)$/sqlflex.obj : $(MISC)$/sqlflex.cxx
sqliterator.cxx: $(MISC)$/sqlbison.cxx

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sqlnode.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: oj $ $Date: 2001-10-29 10:23:32 $
* last change: $Author: hjs $ $Date: 2002-03-06 13:18:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -67,7 +67,7 @@
#include <internalnode.hxx>
#endif
#define YYBISON 1
#include <connectivity/sqlbison.hxx>
#include <sqlbison.hxx>
#ifndef _CONNECTIVITY_SQLPARSE_HXX
#include <connectivity/sqlparse.hxx>
#endif