1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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 # for platforms supporting PCH: declare the location of the pch file
34 # this is the name of the cxx file (without extension)
35 #$(eval $(call gb_Library_add_precompiled_header,vbahelper,$(SRCDIR)/vbahelper/PCH_FILE))
37 # in case UNO services are exported: declare location of component file
38 #$(eval $(call gb_Library_set_componentfile,vbahelper,vbahelper/COMPONENT_FILE))
40 # add any additional include paths for this library here
41 $(eval
$(call gb_Library_set_include
,vbahelper
,\
45 $(eval
$(call gb_Library_add_defs
,vbahelper
,\
46 -DVBAHELPER_DLLIMPLEMENTATION \
49 $(eval
$(call gb_Library_add_api
,vbahelper
,\
55 # add libraries to be linked to vbahelper; again these names need to be given as
56 # specified in Repository.mk
57 $(eval
$(call gb_Library_add_linked_libs
,vbahelper
,\
75 # add all source files that shall be compiled with exceptions enabled
76 # the name is relative to $(SRCROOT) and must not contain an extension
77 $(eval
$(call gb_Library_add_exception_objects
,vbahelper
,\
78 vbahelper
/source
/vbahelper
/vbaapplicationbase \
79 vbahelper
/source
/vbahelper
/vbacolorformat \
80 vbahelper
/source
/vbahelper
/vbacommandbar \
81 vbahelper
/source
/vbahelper
/vbacommandbarcontrol \
82 vbahelper
/source
/vbahelper
/vbacommandbarcontrols \
83 vbahelper
/source
/vbahelper
/vbacommandbarhelper \
84 vbahelper
/source
/vbahelper
/vbacommandbars \
85 vbahelper
/source
/vbahelper
/vbadialogbase \
86 vbahelper
/source
/vbahelper
/vbadialogsbase \
87 vbahelper
/source
/vbahelper
/vbadocumentbase \
88 vbahelper
/source
/vbahelper
/vbadocumentsbase \
89 vbahelper
/source
/vbahelper
/vbaeventshelperbase \
90 vbahelper
/source
/vbahelper
/vbafillformat \
91 vbahelper
/source
/vbahelper
/vbafontbase \
92 vbahelper
/source
/vbahelper
/vbaglobalbase \
93 vbahelper
/source
/vbahelper
/vbahelper \
94 vbahelper
/source
/vbahelper
/vbalineformat \
95 vbahelper
/source
/vbahelper
/vbapagesetupbase \
96 vbahelper
/source
/vbahelper
/vbapictureformat \
97 vbahelper
/source
/vbahelper
/vbapropvalue \
98 vbahelper
/source
/vbahelper
/vbashape \
99 vbahelper
/source
/vbahelper
/vbashaperange \
100 vbahelper
/source
/vbahelper
/vbashapes \
101 vbahelper
/source
/vbahelper
/vbatextframe \
102 vbahelper
/source
/vbahelper
/vbawindowbase \
105 # vim: set noet sw=4 ts=4: