lok: avoid ILibreOfficeKitNotifier null ptr de-reference on shutdown.
[LibreOffice.git] / connectivity / Library_macabdrv1.mk
blob1baf464a6055ccc46e3f709ee35c1c12f27f863b
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,macabdrv1))
13 $(eval $(call gb_Library_use_external,macabdrv1,boost_headers))
15 $(eval $(call gb_Library_use_sdk_api,macabdrv1))
17 $(eval $(call gb_Library_use_system_darwin_frameworks,macabdrv1,\
18 Carbon \
19 AddressBook \
22 $(eval $(call gb_Library_use_libraries,macabdrv1,\
23 comphelper \
24 cppu \
25 cppuhelper \
26 dbtools \
27 sal \
28 salhelper \
31 $(eval $(call gb_Library_set_include,macabdrv1,\
32 $$(INCLUDE) \
33 -I$(SRCDIR)/connectivity/inc \
34 -I$(SRCDIR)/connectivity/source/inc \
35 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
38 $(eval $(call gb_Library_add_exception_objects,macabdrv1,\
39 connectivity/source/drivers/macab/MacabColumns \
40 connectivity/source/drivers/macab/MacabTable \
41 connectivity/source/drivers/macab/MacabTables \
42 connectivity/source/drivers/macab/MacabCatalog \
43 connectivity/source/drivers/macab/MacabResultSet \
44 connectivity/source/drivers/macab/MacabStatement \
45 connectivity/source/drivers/macab/MacabPreparedStatement \
46 connectivity/source/drivers/macab/MacabDatabaseMetaData \
47 connectivity/source/drivers/macab/MacabConnection \
48 connectivity/source/drivers/macab/MacabResultSetMetaData \
49 connectivity/source/drivers/macab/macabcondition \
50 connectivity/source/drivers/macab/macaborder \
51 connectivity/source/drivers/macab/MacabRecord \
52 connectivity/source/drivers/macab/MacabRecords \
53 connectivity/source/drivers/macab/MacabHeader \
54 connectivity/source/drivers/macab/MacabGroup \
55 connectivity/source/drivers/macab/MacabAddressBook \
58 # vim: set noet sw=4 ts=4: