summaryrefslogtreecommitdiff
path: root/svtools/source/svsql
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-11-14 10:02:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-11-14 10:02:57 +0000
commit06e6426c69211ce124f60eb1f6ebfa0bd7a5b6eb (patch)
treec2bc0b3b65d3966f0cc4ad5fd06d925eb9315509 /svtools/source/svsql
parent51021665488b54a0b7b8cfc3566a83836cdb7604 (diff)
#65293#: removed everything with the exception of converter.obj
Diffstat (limited to 'svtools/source/svsql')
-rw-r--r--svtools/source/svsql/makefile.mk48
1 files changed, 3 insertions, 45 deletions
diff --git a/svtools/source/svsql/makefile.mk b/svtools/source/svsql/makefile.mk
index a805348e8e4f..a772bf44298b 100644
--- a/svtools/source/svsql/makefile.mk
+++ b/svtools/source/svsql/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:59:06 $
+# last change: $Author: hr $ $Date: 2000-11-14 11:02:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,52 +73,10 @@ TARGET=svsql
# --- Files --------------------------------------------------------
-UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb
-UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-
-# Every source directory generates headers in a own output directory to
-# enable parallel building of the source directories within a project!
-UNOUCROUT=$(OUT)$/inc$/$(PRJNAME)$/$(TARGET)
-INCPRE+=$(UNOUCROUT)
-
-UNOTYPES = com.sun.star.util.XNumberFormatsSupplier \
- com.sun.star.util.XNumberFormatter \
- com.sun.star.util.XNumberFormatTypes \
- com.sun.star.util.Date \
- com.sun.star.data.DatabaseFieldType \
- com.sun.star.data.DatabaseInfo \
- com.sun.star.data.XDatabaseDescriptor \
- com.sun.star.sdbc.XDatabaseMetaData \
- com.sun.star.lang.Locale \
- com.sun.star.beans.XPropertySet \
- com.sun.star.uno.TypeClass
-
-SRCFILES = svsql.src
-
SLOFILES = \
- $(SLO)$/sdbbison.obj \
- $(SLO)$/sdbflex.obj \
- $(SLO)$/sdbsql.obj \
- $(SLO)$/sdbnode.obj \
$(SLO)$/converter.obj
-EXCEPTIONSFILES= \
- $(SLO)$/sdbbison.obj \
- $(SLO)$/sdbsql.obj
-
-all: \
- $(MISC)$/sdbflex.cxx \
- $(MISC)$/sdbbison.cxx \
- ALLTAR
-
# --- Targets -------------------------------------------------------
-.INCLUDE : target.mk
-
-$(MISC)$/sdbflex.cxx: sdblex.l
- +flex -i -8 -PSQLyy -L -o$(MISC)$/sdbflex.cxx sdblex.l
+.INCLUDE : target.mk
-$(MISC)$/sdbbison.cxx: sdbyacc.y
- +bison -v -d -pSQLyy -l -bsql -o$(MISC)$/sdbbison.cxx sdbyacc.y
- -$(MKDIR) $(OUT)$/inc$/svtools
- +$(COPY) $(MISC)$/sdbbison.cxx.h $(OUT)$/inc$/svtools$/sdbbison.hxx