summaryrefslogtreecommitdiff
path: root/connectivity/Library_firebird_sdbc.mk
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-11 06:48:30 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-16 16:40:11 +0200
commit304ab4488ccbb3737f046a87ac2a5d924edcaa08 (patch)
treeb064708f418749ad0256a1fdc27f32ca3b986b30 /connectivity/Library_firebird_sdbc.mk
parent99dfc2632754330f49f3fd2bb9eefbb9c6f10ad7 (diff)
Rename firebird-sdbc to firebird_sdbc to compile with latest master.
Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952
Diffstat (limited to 'connectivity/Library_firebird_sdbc.mk')
-rw-r--r--connectivity/Library_firebird_sdbc.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/connectivity/Library_firebird_sdbc.mk b/connectivity/Library_firebird_sdbc.mk
new file mode 100644
index 000000000000..b05870ff21d1
--- /dev/null
+++ b/connectivity/Library_firebird_sdbc.mk
@@ -0,0 +1,50 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Library_Library,firebird_sdbc))
+
+$(eval $(call gb_Library_use_sdk_api,firebird_sdbc))
+
+$(eval $(call gb_Library_use_externals,firebird_sdbc,\
+ libfbembed \
+))
+
+$(eval $(call gb_Library_set_include,firebird_sdbc,\
+ -I$(SRCDIR)/connectivity/source/inc \
+ $$(INCLUDE) \
+ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
+))
+
+$(eval $(call gb_Library_use_libraries,firebird_sdbc, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ dbtools \
+ sal \
+ salhelper \
+ utl \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_Library_set_componentfile,firebird_sdbc,connectivity/source/drivers/firebird/firebird_sdbc))
+
+$(eval $(call gb_Library_add_exception_objects,firebird_sdbc,\
+ connectivity/source/drivers/firebird/propertyids \
+ connectivity/source/drivers/firebird/FConnection \
+ connectivity/source/drivers/firebird/FDatabaseMetaData \
+ connectivity/source/drivers/firebird/FDriver \
+ connectivity/source/drivers/firebird/FPreparedStatement \
+ connectivity/source/drivers/firebird/FResultSet \
+ connectivity/source/drivers/firebird/FResultSetMetaData \
+ connectivity/source/drivers/firebird/FServices \
+ connectivity/source/drivers/firebird/FStatement \
+))
+
+# vim: set noet sw=4 ts=4: