office-gobmx/connectivity/Library_tdeabdrv1.mk
David Tardon 1cc9bbfd57 gbuild: drop empty use_packages calls
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f
Reviewed-on: https://gerrit.libreoffice.org/3503
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24 05:18:15 +00:00

71 lines
2.3 KiB
Makefile

# -*- 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) 2011 Peter Foley <pefoley2@verizon.net> (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,tdeabdrv1))
$(eval $(call gb_Library_set_include,tdeabdrv1,\
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_use_sdk_api,tdeabdrv1))
$(eval $(call gb_Library_use_externals,tdeabdrv1,\
tde \
))
$(eval $(call gb_Library_add_libs,tdeabdrv1,\
-ltdeabc \
))
$(eval $(call gb_Library_use_libraries,tdeabdrv1,\
cppu \
cppuhelper \
sal \
salhelper \
dbtools \
comphelper \
))
$(eval $(call gb_Library_add_exception_objects,tdeabdrv1,\
connectivity/source/drivers/kab/KColumns \
connectivity/source/drivers/kab/KTable \
connectivity/source/drivers/kab/KTables \
connectivity/source/drivers/kab/KCatalog \
connectivity/source/drivers/kab/KResultSet \
connectivity/source/drivers/kab/KStatement \
connectivity/source/drivers/kab/KPreparedStatement \
connectivity/source/drivers/kab/KDatabaseMetaData \
connectivity/source/drivers/kab/KConnection \
connectivity/source/drivers/kab/KResultSetMetaData \
connectivity/source/drivers/kab/kcondition \
connectivity/source/drivers/kab/korder \
connectivity/source/drivers/kab/kfields \
connectivity/source/drivers/kab/KDEInit \
))
# vim: set noet sw=4 ts=4: