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_use_api
,vbahelper
,\
37 # add libraries to be linked to vbahelper; again these names need to be given as
38 # specified in Repository.mk
39 $(eval
$(call gb_Library_use_libraries
,vbahelper
,\
57 # add all source files that shall be compiled with exceptions enabled
58 # the name is relative to $(SRCROOT) and must not contain an extension
59 $(eval
$(call gb_Library_add_exception_objects
,vbahelper
,\
60 vbahelper
/source
/vbahelper
/vbaapplicationbase \
61 vbahelper
/source
/vbahelper
/vbacolorformat \
62 vbahelper
/source
/vbahelper
/vbacommandbar \
63 vbahelper
/source
/vbahelper
/vbacommandbarcontrol \
64 vbahelper
/source
/vbahelper
/vbacommandbarcontrols \
65 vbahelper
/source
/vbahelper
/vbacommandbarhelper \
66 vbahelper
/source
/vbahelper
/vbacommandbars \
67 vbahelper
/source
/vbahelper
/vbadialogbase \
68 vbahelper
/source
/vbahelper
/vbadialogsbase \
69 vbahelper
/source
/vbahelper
/vbadocumentbase \
70 vbahelper
/source
/vbahelper
/vbadocumentsbase \
71 vbahelper
/source
/vbahelper
/vbaeventshelperbase \
72 vbahelper
/source
/vbahelper
/vbafillformat \
73 vbahelper
/source
/vbahelper
/vbafontbase \
74 vbahelper
/source
/vbahelper
/vbaglobalbase \
75 vbahelper
/source
/vbahelper
/vbahelper \
76 vbahelper
/source
/vbahelper
/vbalineformat \
77 vbahelper
/source
/vbahelper
/vbapagesetupbase \
78 vbahelper
/source
/vbahelper
/vbapictureformat \
79 vbahelper
/source
/vbahelper
/vbapropvalue \
80 vbahelper
/source
/vbahelper
/vbashape \
81 vbahelper
/source
/vbahelper
/vbashaperange \
82 vbahelper
/source
/vbahelper
/vbashapes \
83 vbahelper
/source
/vbahelper
/vbatextframe \
84 vbahelper
/source
/vbahelper
/vbawindowbase \
87 # vim: set noet sw=4 ts=4: