summaryrefslogtreecommitdiff
path: root/connectivity/Library_mozabdrv.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-05 17:59:36 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:24:38 +0200
commitc678a4cbf2006a43d38cc0b5ca6651870f816597 (patch)
treeb0cd0f8b469f02620f69b28173d5eab56d990121 /connectivity/Library_mozabdrv.mk
parent727fe75571ede7854078c09de513f554d581fb3f (diff)
connectivity: convert mozab (hopefully .-)
Diffstat (limited to 'connectivity/Library_mozabdrv.mk')
-rw-r--r--connectivity/Library_mozabdrv.mk90
1 files changed, 90 insertions, 0 deletions
diff --git a/connectivity/Library_mozabdrv.mk b/connectivity/Library_mozabdrv.mk
new file mode 100644
index 000000000000..8c18217b0189
--- /dev/null
+++ b/connectivity/Library_mozabdrv.mk
@@ -0,0 +1,90 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Library_Library,mozabdrv))
+
+$(eval $(call gb_Library_set_include,mozabdrv,\
+ -I$(dir $(call gb_YaccTarget_get_target,connectivity/source/parse/sqlbison)) \
+ -I$(SRCDIR)/connectivity/source/drivers/mozab/bootstrap \
+ -I$(SRCDIR)/connectivity/source/drivers/mozab/mozillasrc \
+ -I$(SRCDIR)/connectivity/source/drivers/mozab \
+ -I$(SRCDIR)/connectivity/source/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_api,mozabdrv,\
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_Library_add_linked_libs,mozabdrv,\
+ comphelper \
+ cppu \
+ cppuhelper \
+ dbtools \
+ sal \
+ salhelper \
+ $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_use_externals,mozabdrv,\
+ mozilla \
+))
+
+$(eval $(call gb_Library_add_exception_objects,mozabdrv,\
+ connectivity/source/drivers/mozab/MCatalog \
+ connectivity/source/drivers/mozab/MColumnAlias \
+ connectivity/source/drivers/mozab/MColumns \
+ connectivity/source/drivers/mozab/MConfigAccess \
+ connectivity/source/drivers/mozab/MConnection \
+ connectivity/source/drivers/mozab/MDatabaseMetaData \
+ connectivity/source/drivers/mozab/MPreparedStatement \
+ connectivity/source/drivers/mozab/MResultSet \
+ connectivity/source/drivers/mozab/MResultSetMetaData \
+ connectivity/source/drivers/mozab/MStatement \
+ connectivity/source/drivers/mozab/MTable \
+ connectivity/source/drivers/mozab/MTables \
+ connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap \
+ connectivity/source/drivers/mozab/bootstrap/MNSFolders \
+ connectivity/source/drivers/mozab/bootstrap/MNSINIParser \
+ connectivity/source/drivers/mozab/bootstrap/MNSInit \
+ connectivity/source/drivers/mozab/bootstrap/MNSProfile \
+ connectivity/source/drivers/mozab/bootstrap/MNSProfileDirServiceProvider \
+ connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover \
+ connectivity/source/drivers/mozab/bootstrap/MNSProfileManager \
+ connectivity/source/drivers/mozab/bootstrap/MNSRunnable \
+ connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper \
+ connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap \
+ connectivity/source/drivers/mozab/mozillasrc/MNSMozabProxy \
+ connectivity/source/drivers/mozab/mozillasrc/MNSTerminateListener \
+ connectivity/source/drivers/mozab/mozillasrc/MNameMapper \
+ connectivity/source/drivers/mozab/mozillasrc/MQuery \
+ connectivity/source/drivers/mozab/mozillasrc/MQueryHelper \
+ connectivity/source/drivers/mozab/mozillasrc/MTypeConverter \
+))
+
+# vim: set noet sw=4 ts=4: