Bump version to 4.2-24
[LibreOffice.git] / extensions / Library_abp.mk
blobb8b15ac87bd614fffdb983eff13f21da79256c23
1 # -*- Mode: makefile; 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/.
12 $(eval $(call gb_Library_Library,abp))
14 $(eval $(call gb_Library_set_componentfile,abp,extensions/source/abpilot/abp))
16 $(eval $(call gb_Library_set_include,abp,\
17 $$(INCLUDE) \
18 -I$(SRCDIR)/extensions/inc \
19 -I$(SRCDIR)/extensions/source/inc \
22 ifeq ($(OS),WNT)
23 ifneq ($(WITH_MOZILLA),NO)
24 ifneq ($(SYSTEM_MOZILLA),YES)
25 $(eval $(call gb_Library_add_defs,abp,\
26 -DWITH_MOZILLA \
28 endif
29 endif
30 endif
32 $(eval $(call gb_Library_add_defs,abp,\
33 -DCOMPMOD_NAMESPACE=abp \
34 -DCOMPMOD_RESPREFIX=abp \
37 $(eval $(call gb_Library_use_external,abp,boost_headers))
39 $(eval $(call gb_Library_use_sdk_api,abp))
41 $(eval $(call gb_Library_add_exception_objects,abp,\
42 extensions/source/abpilot/abpfinalpage \
43 extensions/source/abpilot/abpservices \
44 extensions/source/abpilot/abspage \
45 extensions/source/abpilot/abspilot \
46 extensions/source/abpilot/admininvokationimpl \
47 extensions/source/abpilot/admininvokationpage \
48 extensions/source/abpilot/datasourcehandling \
49 extensions/source/abpilot/fieldmappingimpl \
50 extensions/source/abpilot/fieldmappingpage \
51 extensions/source/abpilot/moduleabp \
52 extensions/source/abpilot/tableselectionpage \
53 extensions/source/abpilot/typeselectionpage \
54 extensions/source/abpilot/unodialogabp \
57 $(eval $(call gb_Library_use_libraries,abp,\
58 comphelper \
59 cppuhelper \
60 cppu \
61 sal \
62 sfx \
63 svl \
64 svt \
65 svxcore \
66 svx \
67 tk \
68 tl \
69 utl \
70 vcl \
71 i18nlangtag \
72 $(gb_UWINAPI) \
75 # vim:set noet sw=4 ts=4: