Bump for 3.6-28
[LibreOffice.git] / connectivity / Library_ado.mk
bloba4f2f41d543167199e82ba42cceb8b7462bc3260
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,ado))
30 $(eval $(call gb_Library_set_componentfile,ado,connectivity/source/drivers/ado/ado))
32 $(eval $(call gb_Library_set_include,ado,\
33 -I$(SRCDIR)/connectivity/source/inc \
34 $$(INCLUDE) \
37 $(eval $(call gb_Library_use_api,ado,\
38 offapi \
39 udkapi \
42 ifeq ($(COM),GCC)
43 $(eval $(call gb_Library_add_cxxflags,ado,\
44 -fpermissive \
46 endif
48 $(eval $(call gb_Library_use_libraries,ado,\
49 cppu \
50 cppuhelper \
51 sal \
52 salhelper \
53 ole32 \
54 oleaut32 \
55 uuid \
56 dbtools \
57 comphelper \
58 $(gb_STDLIBS) \
61 $(eval $(call gb_Library_add_exception_objects,ado,\
62 connectivity/source/drivers/ado/ADatabaseMetaDataImpl \
63 connectivity/source/drivers/ado/Aolevariant \
64 connectivity/source/drivers/ado/ADatabaseMetaData \
65 connectivity/source/drivers/ado/AColumn \
66 connectivity/source/drivers/ado/AColumns \
67 connectivity/source/drivers/ado/AIndex \
68 connectivity/source/drivers/ado/AIndexes \
69 connectivity/source/drivers/ado/AKey \
70 connectivity/source/drivers/ado/AKeys \
71 connectivity/source/drivers/ado/AUser \
72 connectivity/source/drivers/ado/AUsers \
73 connectivity/source/drivers/ado/AGroup \
74 connectivity/source/drivers/ado/AGroups \
75 connectivity/source/drivers/ado/ACatalog \
76 connectivity/source/drivers/ado/AView \
77 connectivity/source/drivers/ado/AViews \
78 connectivity/source/drivers/ado/ATable \
79 connectivity/source/drivers/ado/ATables \
80 connectivity/source/drivers/ado/ACallableStatement \
81 connectivity/source/drivers/ado/ADatabaseMetaDataResultSetMetaData \
82 connectivity/source/drivers/ado/ADatabaseMetaDataResultSet \
83 connectivity/source/drivers/ado/AResultSet \
84 connectivity/source/drivers/ado/AConnection \
85 connectivity/source/drivers/ado/AStatement \
86 connectivity/source/drivers/ado/APreparedStatement \
87 connectivity/source/drivers/ado/AResultSetMetaData \
88 connectivity/source/drivers/ado/ADriver \
89 connectivity/source/drivers/ado/Aservices \
90 connectivity/source/drivers/ado/Awrapado \
91 connectivity/source/drivers/ado/adoimp \
94 # vim: set noet sw=4 ts=4: