Branch libreoffice-5-0-4
[LibreOffice.git] / extensions / Library_dbp.mk
blob10019aa301c0857b6b86517032cbc00a7e95be70
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,dbp))
14 $(eval $(call gb_Library_set_componentfile,dbp,extensions/source/dbpilots/dbp))
16 $(eval $(call gb_Library_set_include,dbp,\
17 $$(INCLUDE) \
18 -I$(SRCDIR)/extensions/inc \
19 -I$(SRCDIR)/extensions/source/inc \
22 $(eval $(call gb_Library_add_defs,dbp,\
23 -DCOMPMOD_NAMESPACE=dbp \
26 $(eval $(call gb_Library_use_external,dbp,boost_headers))
28 $(eval $(call gb_Library_use_sdk_api,dbp))
30 $(eval $(call gb_Library_add_exception_objects,dbp,\
31 extensions/source/dbpilots/commonpagesdbp \
32 extensions/source/dbpilots/controlwizard \
33 extensions/source/dbpilots/dbpservices \
34 extensions/source/dbpilots/dbptools \
35 extensions/source/dbpilots/gridwizard \
36 extensions/source/dbpilots/groupboxwiz \
37 extensions/source/dbpilots/listcombowizard \
38 extensions/source/dbpilots/moduledbp \
39 extensions/source/dbpilots/optiongrouplayouter \
40 extensions/source/dbpilots/wizardservices \
43 $(eval $(call gb_Library_use_libraries,dbp,\
44 svt \
45 vcl \
46 tl \
47 svl \
48 sfx \
49 dbtools \
50 utl \
51 comphelper \
52 cppuhelper \
53 cppu \
54 sal \
55 salhelper \
56 i18nlangtag \
57 $(gb_UWINAPI) \
60 # vim:set noet sw=4 ts=4: