Impress: Implement getPartName.
[LibreOffice.git] / vbahelper / Library_vbahelper.mk
bloba96eee5c2ff491a1b79ebcc0ff37fc489e52b351
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,vbahelper))
22 # in case UNO services are exported: declare location of component file
23 #$(eval $(call gb_Library_set_componentfile,vbahelper,vbahelper/COMPONENT_FILE))
25 $(eval $(call gb_Library_add_defs,vbahelper,\
26 -DVBAHELPER_DLLIMPLEMENTATION \
29 $(eval $(call gb_Library_use_external,vbahelper,boost_headers))
31 $(eval $(call gb_Library_set_precompiled_header,vbahelper,$(SRCDIR)/vbahelper/inc/pch/precompiled_vbahelper))
33 $(eval $(call gb_Library_use_api,vbahelper,\
34 udkapi \
35 offapi \
36 oovbaapi \
39 # add libraries to be linked to vbahelper; again these names need to be given as
40 # specified in Repository.mk
41 $(eval $(call gb_Library_use_libraries,vbahelper,\
42 comphelper \
43 cppu \
44 cppuhelper \
45 msfilter \
46 sal \
47 sb \
48 sfx \
49 svl \
50 svt \
51 svxcore \
52 tk \
53 tl \
54 utl \
55 vcl \
56 $(gb_UWINAPI) \
59 # add all source files that shall be compiled with exceptions enabled
60 # the name is relative to $(SRCROOT) and must not contain an extension
61 $(eval $(call gb_Library_add_exception_objects,vbahelper,\
62 vbahelper/source/vbahelper/vbaapplicationbase \
63 vbahelper/source/vbahelper/vbacolorformat \
64 vbahelper/source/vbahelper/vbacommandbar \
65 vbahelper/source/vbahelper/vbacommandbarcontrol \
66 vbahelper/source/vbahelper/vbacommandbarcontrols \
67 vbahelper/source/vbahelper/vbacommandbarhelper \
68 vbahelper/source/vbahelper/vbacommandbars \
69 vbahelper/source/vbahelper/vbadialogbase \
70 vbahelper/source/vbahelper/vbadialogsbase \
71 vbahelper/source/vbahelper/vbadocumentbase \
72 vbahelper/source/vbahelper/vbadocumentsbase \
73 vbahelper/source/vbahelper/vbaeventshelperbase \
74 vbahelper/source/vbahelper/vbafillformat \
75 vbahelper/source/vbahelper/vbafontbase \
76 vbahelper/source/vbahelper/vbaglobalbase \
77 vbahelper/source/vbahelper/vbahelper \
78 vbahelper/source/vbahelper/vbalineformat \
79 vbahelper/source/vbahelper/vbapagesetupbase \
80 vbahelper/source/vbahelper/vbapictureformat \
81 vbahelper/source/vbahelper/vbapropvalue \
82 vbahelper/source/vbahelper/vbashape \
83 vbahelper/source/vbahelper/vbashaperange \
84 vbahelper/source/vbahelper/vbashapes \
85 vbahelper/source/vbahelper/vbatextframe \
86 vbahelper/source/vbahelper/vbawindowbase \
89 # vim: set noet sw=4 ts=4: