Revert "reduce symbol visibility in sw"
[LibreOffice.git] / connectivity / Library_evoab.mk
blob12f69771797b500c0b07ea3d643d66b809d0fdbf
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,evoab))
13 $(eval $(call gb_Library_set_include,evoab,\
14 -I$(SRCDIR)/connectivity/inc \
15 -I$(SRCDIR)/connectivity/source/inc \
16 $$(INCLUDE) \
17 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
20 $(eval $(call gb_Library_use_externals,evoab,\
21 boost_headers \
22 gobject \
25 $(eval $(call gb_Library_set_componentfile,evoab,connectivity/source/drivers/evoab2/evoab,services))
27 $(eval $(call gb_Library_use_sdk_api,evoab))
29 $(eval $(call gb_Library_use_libraries,evoab,\
30 comphelper \
31 cppu \
32 cppuhelper \
33 i18nlangtag \
34 svl \
35 tl \
36 utl \
37 ucbhelper \
38 sal \
39 salhelper \
40 dbtools \
41 file \
44 $(eval $(call gb_Library_add_exception_objects,evoab,\
45 connectivity/source/drivers/evoab2/NDriver \
46 connectivity/source/drivers/evoab2/NTable \
47 connectivity/source/drivers/evoab2/NColumns \
48 connectivity/source/drivers/evoab2/NTables \
49 connectivity/source/drivers/evoab2/NCatalog \
50 connectivity/source/drivers/evoab2/NConnection \
51 connectivity/source/drivers/evoab2/NDatabaseMetaData \
52 connectivity/source/drivers/evoab2/NStatement \
53 connectivity/source/drivers/evoab2/NPreparedStatement \
54 connectivity/source/drivers/evoab2/NResultSet \
55 connectivity/source/drivers/evoab2/NResultSetMetaData \
56 connectivity/source/drivers/evoab2/EApi \
59 # vim: set noet sw=4 ts=4: