office-gobmx/connectivity/version.mk
Oliver Bolte 9c9ef83907 INTEGRATION: CWS ause066 (1.13.102); FILE MERGED
2006/08/30 11:15:13 hjs 1.13.102.2: #i69093# cleanup variable usage
2006/08/30 10:21:48 oj 1.13.102.1: remove unused defines from version.mk
2006-09-15 12:53:10 +00:00

202 lines
4 KiB
Makefile

#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: version.mk,v $
#
# $Revision: 1.14 $
#
# last change: $Author: obo $ $Date: 2006-09-15 13:53:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#*************************************************************************
# ----------------------------ADO settings------------------------------------#
# target
ADO_TARGET=ado
# the major
ADO_MAJOR=2
# the minor
ADO_MINOR=0
# the micro
ADO_MICRO=0
# ----------------------------ODBC BASE settings-----------------------------------#
# target
ODBC2_TARGET=odbcbase
# the major
ODBC2_MAJOR=2
# the minor
ODBC2_MINOR=0
# the micro
ODBC2_MICRO=0
# ----------------------------ODBC settings-----------------------------------#
# target
ODBC_TARGET=odbc
# the major
ODBC_MAJOR=2
# the minor
ODBC_MINOR=0
# the micro
ODBC_MICRO=0
# ----------------------------JDBC settings-----------------------------------#
# target
JDBC_TARGET=jdbc
# the major
JDBC_MAJOR=2
# the minor
JDBC_MINOR=0
# the micro
JDBC_MICRO=0
# ----------------------------ADABAS settings-----------------------------------#
# target
ADABAS_TARGET=adabas
# the major
ADABAS_MAJOR=2
# the minor
ADABAS_MINOR=0
# the micro
ADABAS_MICRO=0
# ----------------------------dbtools settings-----------------------------------#
# target
DBTOOLS_TARGET=dbtools
# the major
DBTOOLS_MAJOR=2
# the minor
DBTOOLS_MINOR=0
# the micro
DBTOOLS_MICRO=0
# -----------------------DRIVER MANAGER settings--------------------------------#
# target
SDBC_TARGET=sdbc
# the major
SDBC_MAJOR=2
# the minor
SDBC_MINOR=0
# the micro
SDBC_MICRO=0
# -----------------------Connection Pool settings--------------------------------#
# target
DBPOOL_TARGET=dbpool
# the major
DBPOOL_MAJOR=2
# the minor
DBPOOL_MINOR=0
# the micro
DBPOOL_MICRO=0
# ----------------------------DBASE settings-----------------------------------#
# target
DBASE_TARGET=dbase
# the major
DBASE_MAJOR=2
# the minor
DBASE_MINOR=0
# the micro
DBASE_MICRO=0
# ----------------------------MOZAB settings-----------------------------------#
# the major
MOZAB_MAJOR=2
# the minor
MOZAB_MINOR=0
# the micro
MOZAB_MICRO=0
# ----------------------------MySQL settings-----------------------------------#
# target
MYSQL_TARGET=mysql
# the major
MYSQL_MAJOR=2
# the minor
MYSQL_MINOR=0
# the micro
MYSQL_MICRO=0
# ----------------------------Evoab settings-----------------------------------#
# target
EVOAB_TARGET=evoab
# the major
EVOAB_MAJOR=1
# the minor
EVOAB_MINOR=0
# the micro
EVOAB_MICRO=0
# ----------------------------Kab settings-------------------------------------#
# target
KAB_TARGET=kab
# the major
KAB_MAJOR=1
# the minor
KAB_MINOR=0
# the micro
KAB_MICRO=0
# ----------------------------HSQLDB settings-----------------------------------#
# target
HSQLDB_TARGET=hsqldb
# the major
HSQLDB_MAJOR=2
# the minor
HSQLDB_MINOR=0
# the micro
HSQLDB_MICRO=0