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 # MODULE is the name of the module the makefile is located in
32 # LIB is the name of the library as it is found in Repository.mk
33 $(eval
$(call gb_Library_Library
,msforms
))
35 # in case UNO services are exported: declare location of component file
36 $(eval
$(call gb_Library_set_componentfile
,msforms
,vbahelper
/util
/msforms
))
38 $(eval
$(call gb_Library_use_external
,msforms
,boost_headers
))
40 $(eval
$(call gb_Library_use_api
,msforms
,\
46 # add libraries to be linked to LIB; again these names need to be given as
47 # specified in Repository.mk
48 $(eval
$(call gb_Library_use_libraries
,msforms
,\
66 # add all source files that shall be compiled with exceptions enabled
67 # the name is relative to $(SRCROOT) and must not contain an extension
68 $(eval
$(call gb_Library_add_exception_objects
,msforms
,\
69 vbahelper
/source
/msforms
/service \
70 vbahelper
/source
/msforms
/vbabutton \
71 vbahelper
/source
/msforms
/vbacheckbox \
72 vbahelper
/source
/msforms
/vbacombobox \
73 vbahelper
/source
/msforms
/vbacontrol \
74 vbahelper
/source
/msforms
/vbacontrols \
75 vbahelper
/source
/msforms
/vbaframe \
76 vbahelper
/source
/msforms
/vbaimage \
77 vbahelper
/source
/msforms
/vbalabel \
78 vbahelper
/source
/msforms
/vbalistbox \
79 vbahelper
/source
/msforms
/vbalistcontrolhelper \
80 vbahelper
/source
/msforms
/vbamultipage \
81 vbahelper
/source
/msforms
/vbanewfont \
82 vbahelper
/source
/msforms
/vbapages \
83 vbahelper
/source
/msforms
/vbaprogressbar \
84 vbahelper
/source
/msforms
/vbaradiobutton \
85 vbahelper
/source
/msforms
/vbascrollbar \
86 vbahelper
/source
/msforms
/vbaspinbutton \
87 vbahelper
/source
/msforms
/vbasystemaxcontrol \
88 vbahelper
/source
/msforms
/vbatextbox \
89 vbahelper
/source
/msforms
/vbatogglebutton \
90 vbahelper
/source
/msforms
/vbauserform \
93 # vim: set noet sw=4 ts=4: