xref: /aoo41x/main/connectivity/version.mk (revision cdf0e10c)
1*cdf0e10cSrcweir#*************************************************************************
2*cdf0e10cSrcweir#
3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir#
5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir#
7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir#
9*cdf0e10cSrcweir# This file is part of OpenOffice.org.
10*cdf0e10cSrcweir#
11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir#
15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir#
21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir#
26*cdf0e10cSrcweir#*************************************************************************
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir# ----------------------------ADO settings------------------------------------#
29*cdf0e10cSrcweir# target
30*cdf0e10cSrcweirADO_TARGET=ado
31*cdf0e10cSrcweir
32*cdf0e10cSrcweir# ----------------------------ODBC BASE settings-----------------------------------#
33*cdf0e10cSrcweir# target
34*cdf0e10cSrcweirODBC2_TARGET=odbcbase
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir# ----------------------------ODBC settings-----------------------------------#
37*cdf0e10cSrcweir# target
38*cdf0e10cSrcweirODBC_TARGET=odbc
39*cdf0e10cSrcweir
40*cdf0e10cSrcweir# ----------------------------JDBC settings-----------------------------------#
41*cdf0e10cSrcweir# target
42*cdf0e10cSrcweirJDBC_TARGET=jdbc
43*cdf0e10cSrcweir
44*cdf0e10cSrcweir# ----------------------------dbtools settings-----------------------------------#
45*cdf0e10cSrcweir# target
46*cdf0e10cSrcweirDBTOOLS_TARGET=dbtools
47*cdf0e10cSrcweir
48*cdf0e10cSrcweir# -----------------------DRIVER MANAGER settings--------------------------------#
49*cdf0e10cSrcweir# target
50*cdf0e10cSrcweirSDBC_TARGET=sdbc
51*cdf0e10cSrcweir
52*cdf0e10cSrcweir# the major
53*cdf0e10cSrcweirSDBC_MAJOR=2
54*cdf0e10cSrcweir# the minor
55*cdf0e10cSrcweirSDBC_MINOR=0
56*cdf0e10cSrcweir# the micro
57*cdf0e10cSrcweirSDBC_MICRO=0
58*cdf0e10cSrcweir
59*cdf0e10cSrcweir
60*cdf0e10cSrcweir# -----------------------Connection Pool settings--------------------------------#
61*cdf0e10cSrcweir# target
62*cdf0e10cSrcweirDBPOOL_TARGET=dbpool
63*cdf0e10cSrcweir
64*cdf0e10cSrcweir# the major
65*cdf0e10cSrcweirDBPOOL_MAJOR=2
66*cdf0e10cSrcweir# the minor
67*cdf0e10cSrcweirDBPOOL_MINOR=0
68*cdf0e10cSrcweir# the micro
69*cdf0e10cSrcweirDBPOOL_MICRO=0
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir
72*cdf0e10cSrcweir# ----------------------------DBASE settings-----------------------------------#
73*cdf0e10cSrcweir# target
74*cdf0e10cSrcweirDBASE_TARGET=dbase
75*cdf0e10cSrcweir
76*cdf0e10cSrcweir# ----------------------------MOZAB settings-----------------------------------#
77*cdf0e10cSrcweir# the major
78*cdf0e10cSrcweirMOZAB_MAJOR=2
79*cdf0e10cSrcweir# the minor
80*cdf0e10cSrcweirMOZAB_MINOR=0
81*cdf0e10cSrcweir# the micro
82*cdf0e10cSrcweirMOZAB_MICRO=0
83*cdf0e10cSrcweir
84*cdf0e10cSrcweir# ----------------------------MySQL settings-----------------------------------#
85*cdf0e10cSrcweir# target
86*cdf0e10cSrcweirMYSQL_TARGET=mysql
87*cdf0e10cSrcweir
88*cdf0e10cSrcweir
89*cdf0e10cSrcweir# ----------------------------Evoab settings-----------------------------------#
90*cdf0e10cSrcweir# target
91*cdf0e10cSrcweirEVOAB_TARGET=evoab
92*cdf0e10cSrcweir
93*cdf0e10cSrcweir# ----------------------------Kab settings-------------------------------------#
94*cdf0e10cSrcweir# target
95*cdf0e10cSrcweirKAB_TARGET=kab
96*cdf0e10cSrcweir
97*cdf0e10cSrcweir# the major
98*cdf0e10cSrcweirKAB_MAJOR=1
99*cdf0e10cSrcweir# the minor
100*cdf0e10cSrcweirKAB_MINOR=0
101*cdf0e10cSrcweir# the micro
102*cdf0e10cSrcweirKAB_MICRO=0
103*cdf0e10cSrcweir
104*cdf0e10cSrcweir
105*cdf0e10cSrcweir# ----------------------------Macab settings-------------------------------------#
106*cdf0e10cSrcweir# target
107*cdf0e10cSrcweirMACAB_TARGET=macab
108*cdf0e10cSrcweir
109*cdf0e10cSrcweir# the major
110*cdf0e10cSrcweirMACAB_MAJOR=1
111*cdf0e10cSrcweir# the minor
112*cdf0e10cSrcweirMACAB_MINOR=0
113*cdf0e10cSrcweir# the micro
114*cdf0e10cSrcweirMACAB_MICRO=0
115*cdf0e10cSrcweir
116*cdf0e10cSrcweir# ----------------------------HSQLDB settings-----------------------------------#
117*cdf0e10cSrcweir# target
118*cdf0e10cSrcweirHSQLDB_TARGET=hsqldb
119*cdf0e10cSrcweir
120