Copy the gcc's stdlibs to solver even if not packaging them
[LibreOffice.git] / vbahelper / Library_vbahelper.mk
blobeee707dbbe0e7106d4d84de425c05515829d7f73
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,vbahelper))
31 $(eval $(call gb_Library_add_package_headers,vbahelper,vbahelper_inc))
33 # in case UNO services are exported: declare location of component file
34 #$(eval $(call gb_Library_set_componentfile,vbahelper,vbahelper/COMPONENT_FILE))
36 # add any additional include paths for this library here
37 $(eval $(call gb_Library_set_include,vbahelper,\
38 $$(INCLUDE) \
41 $(eval $(call gb_Library_add_defs,vbahelper,\
42 -DVBAHELPER_DLLIMPLEMENTATION \
45 $(eval $(call gb_Library_add_api,vbahelper,\
46 udkapi \
47 offapi \
48 oovbaapi \
51 # add libraries to be linked to vbahelper; again these names need to be given as
52 # specified in Repository.mk
53 $(eval $(call gb_Library_add_linked_libs,vbahelper,\
54 comphelper \
55 cppu \
56 cppuhelper \
57 msfilter \
58 sal \
59 sb \
60 sfx \
61 svl \
62 svt \
63 svxcore \
64 tk \
65 tl \
66 utl \
67 vcl \
68 $(gb_STDLIBS) \
71 # add all source files that shall be compiled with exceptions enabled
72 # the name is relative to $(SRCROOT) and must not contain an extension
73 $(eval $(call gb_Library_add_exception_objects,vbahelper,\
74 vbahelper/source/vbahelper/vbaapplicationbase \
75 vbahelper/source/vbahelper/vbacolorformat \
76 vbahelper/source/vbahelper/vbacommandbar \
77 vbahelper/source/vbahelper/vbacommandbarcontrol \
78 vbahelper/source/vbahelper/vbacommandbarcontrols \
79 vbahelper/source/vbahelper/vbacommandbarhelper \
80 vbahelper/source/vbahelper/vbacommandbars \
81 vbahelper/source/vbahelper/vbadialogbase \
82 vbahelper/source/vbahelper/vbadialogsbase \
83 vbahelper/source/vbahelper/vbadocumentbase \
84 vbahelper/source/vbahelper/vbadocumentsbase \
85 vbahelper/source/vbahelper/vbaeventshelperbase \
86 vbahelper/source/vbahelper/vbafillformat \
87 vbahelper/source/vbahelper/vbafontbase \
88 vbahelper/source/vbahelper/vbaglobalbase \
89 vbahelper/source/vbahelper/vbahelper \
90 vbahelper/source/vbahelper/vbalineformat \
91 vbahelper/source/vbahelper/vbapagesetupbase \
92 vbahelper/source/vbahelper/vbapictureformat \
93 vbahelper/source/vbahelper/vbapropvalue \
94 vbahelper/source/vbahelper/vbashape \
95 vbahelper/source/vbahelper/vbashaperange \
96 vbahelper/source/vbahelper/vbashapes \
97 vbahelper/source/vbahelper/vbatextframe \
98 vbahelper/source/vbahelper/vbawindowbase \
101 # vim: set noet sw=4 ts=4: