Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / connectivity / Library_mozabdrv.mk
blob14dd78783a82de1e9e46076f16c52db7ed4cfa3c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (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,mozabdrv))
30 $(eval $(call gb_Library_set_include,mozabdrv,\
31 -I$(SRCDIR)/connectivity/source/drivers/mozab \
32 -I$(SRCDIR)/connectivity/source/inc \
33 $$(INCLUDE) \
36 $(eval $(call gb_Library_use_api,mozabdrv,\
37 offapi \
38 udkapi \
41 $(eval $(call gb_Library_use_libraries,mozabdrv,\
42 comphelper \
43 cppu \
44 cppuhelper \
45 dbtools \
46 sal \
47 salhelper \
48 $(gb_STDLIBS) \
51 $(eval $(call gb_Library_use_externals,mozabdrv,\
52 mozilla \
55 $(eval $(call gb_Library_add_exception_objects,mozabdrv,\
56 connectivity/source/drivers/mozab/MCatalog \
57 connectivity/source/drivers/mozab/MColumnAlias \
58 connectivity/source/drivers/mozab/MColumns \
59 connectivity/source/drivers/mozab/MConfigAccess \
60 connectivity/source/drivers/mozab/MConnection \
61 connectivity/source/drivers/mozab/MDatabaseMetaData \
62 connectivity/source/drivers/mozab/MPreparedStatement \
63 connectivity/source/drivers/mozab/MResultSet \
64 connectivity/source/drivers/mozab/MResultSetMetaData \
65 connectivity/source/drivers/mozab/MStatement \
66 connectivity/source/drivers/mozab/MTable \
67 connectivity/source/drivers/mozab/MTables \
68 connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap \
69 connectivity/source/drivers/mozab/bootstrap/MNSFolders \
70 connectivity/source/drivers/mozab/bootstrap/MNSINIParser \
71 connectivity/source/drivers/mozab/bootstrap/MNSInit \
72 connectivity/source/drivers/mozab/bootstrap/MNSProfile \
73 connectivity/source/drivers/mozab/bootstrap/MNSProfileDirServiceProvider \
74 connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover \
75 connectivity/source/drivers/mozab/bootstrap/MNSProfileManager \
76 connectivity/source/drivers/mozab/bootstrap/MNSRunnable \
77 connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper \
78 connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap \
79 connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy \
80 connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener \
81 connectivity/source/drivers/mozab/mozillasrc/MNameMapper \
82 connectivity/source/drivers/mozab/mozillasrc/MQuery \
83 connectivity/source/drivers/mozab/mozillasrc/MQueryHelper \
84 connectivity/source/drivers/mozab/mozillasrc/MTypeConverter \
87 # vim: set noet sw=4 ts=4: