office-gobmx/connectivity/Library_evoab.mk

60 lines
1.6 KiB
Makefile
Raw Normal View History

2011-12-22 15:34:35 -06:00
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
2011-12-22 15:34:35 -06:00
#
# 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/.
2011-12-22 15:34:35 -06:00
#
2012-04-14 02:53:48 -05:00
$(eval $(call gb_Library_Library,evoab))
2011-12-22 15:34:35 -06:00
2012-04-14 02:53:48 -05:00
$(eval $(call gb_Library_set_include,evoab,\
2012-03-27 08:12:14 -05:00
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
))
2012-04-14 02:53:48 -05:00
$(eval $(call gb_Library_use_externals,evoab,\
boost_headers \
2011-12-22 15:34:35 -06:00
gtk \
gobject \
))
2012-04-14 02:53:48 -05:00
$(eval $(call gb_Library_set_componentfile,evoab,connectivity/source/drivers/evoab2/evoab))
2011-12-22 15:34:35 -06:00
$(eval $(call gb_Library_use_sdk_api,evoab))
2011-12-22 15:34:35 -06:00
2012-04-14 02:53:48 -05:00
$(eval $(call gb_Library_use_libraries,evoab,\
2012-03-27 08:12:41 -05:00
comphelper \
2011-12-22 15:34:35 -06:00
cppu \
cppuhelper \
svl \
tl \
utl \
ucbhelper \
sal \
salhelper \
dbtools \
2012-03-27 07:51:20 -05:00
file \
$(gb_UWINAPI) \
2011-12-22 15:34:35 -06:00
))
2012-04-14 02:53:48 -05:00
$(eval $(call gb_Library_add_exception_objects,evoab,\
2011-12-22 15:34:35 -06:00
connectivity/source/drivers/evoab2/NDriver \
connectivity/source/drivers/evoab2/NTable \
connectivity/source/drivers/evoab2/NColumns \
connectivity/source/drivers/evoab2/NTables \
connectivity/source/drivers/evoab2/NCatalog \
connectivity/source/drivers/evoab2/NConnection \
connectivity/source/drivers/evoab2/NDatabaseMetaData \
connectivity/source/drivers/evoab2/NStatement \
connectivity/source/drivers/evoab2/NPreparedStatement \
connectivity/source/drivers/evoab2/NServices \
connectivity/source/drivers/evoab2/NResultSet \
connectivity/source/drivers/evoab2/NResultSetMetaData \
connectivity/source/drivers/evoab2/EApi \
))
# vim: set noet sw=4 ts=4: