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/.
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 \
22 $(eval
$(call gb_Library_use_external
,abp
,boost_headers
))
24 $(eval
$(call gb_Library_use_sdk_api
,abp
))
26 $(eval
$(call gb_Library_add_exception_objects
,abp
,\
27 extensions
/source
/abpilot
/abpfinalpage \
28 extensions
/source
/abpilot
/abspage \
29 extensions
/source
/abpilot
/abspilot \
30 extensions
/source
/abpilot
/admininvokationimpl \
31 extensions
/source
/abpilot
/admininvokationpage \
32 extensions
/source
/abpilot
/datasourcehandling \
33 extensions
/source
/abpilot
/fieldmappingimpl \
34 extensions
/source
/abpilot
/fieldmappingpage \
35 extensions
/source
/abpilot
/moduleabp \
36 extensions
/source
/abpilot
/tableselectionpage \
37 extensions
/source
/abpilot
/typeselectionpage \
38 extensions
/source
/abpilot
/unodialogabp \
41 $(eval
$(call gb_Library_use_libraries
,abp
,\
58 # vim:set noet sw=4 ts=4: