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
,\
18 -I
$(SRCDIR
)/extensions
/inc \
19 -I
$(SRCDIR
)/extensions
/source
/inc \
23 ifneq ($(WITH_MOZILLA
),NO
)
24 ifneq ($(SYSTEM_MOZILLA
),YES
)
25 $(eval
$(call gb_Library_add_defs
,abp
,\
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
,\
75 # vim:set noet sw=4 ts=4: