xref: /aoo41x/main/sc/source/ui/vba/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..
29
30PRJNAME=sc
31TARGET=vbaobj
32ENABLE_EXCEPTIONS=TRUE
33VISIBILITY_HIDDEN=TRUE
34
35# --- Settings -----------------------------------------------------
36
37.INCLUDE :  settings.mk
38DLLPRE =
39
40.IF "$(L10N_framework)"==""
41INCPRE=$(INCCOM)$/$(TARGET)
42
43# ------------------------------------------------------------------
44
45SLOFILES= \
46		$(SLO)$/excelvbahelper.obj \
47		$(SLO)$/service.obj \
48		$(SLO)$/vbaapplication.obj \
49        $(SLO)$/vbaassistant.obj \
50        $(SLO)$/vbaaxes.obj \
51        $(SLO)$/vbaaxis.obj \
52        $(SLO)$/vbaaxistitle.obj \
53		$(SLO)$/vbaborders.obj \
54		$(SLO)$/vbacharacters.obj \
55		$(SLO)$/vbachart.obj \
56		$(SLO)$/vbachartobject.obj \
57		$(SLO)$/vbachartobjects.obj \
58        $(SLO)$/vbacharts.obj \
59        $(SLO)$/vbacharttitle.obj \
60		$(SLO)$/vbacomment.obj \
61		$(SLO)$/vbacomments.obj \
62        $(SLO)$/vbacondition.obj \
63		$(SLO)$/vbadialog.obj \
64		$(SLO)$/vbadialogs.obj \
65        $(SLO)$/vbaeventshelper.obj \
66		$(SLO)$/vbafont.obj \
67        $(SLO)$/vbaformat.obj \
68        $(SLO)$/vbaformatcondition.obj \
69        $(SLO)$/vbaformatconditions.obj \
70		$(SLO)$/vbaglobals.obj \
71        $(SLO)$/vbahyperlink.obj \
72        $(SLO)$/vbahyperlinks.obj \
73		$(SLO)$/vbainterior.obj \
74		$(SLO)$/vbaname.obj \
75		$(SLO)$/vbanames.obj \
76        $(SLO)$/vbaoleobject.obj \
77        $(SLO)$/vbaoleobjects.obj \
78		$(SLO)$/vbaoutline.obj \
79        $(SLO)$/vbapagebreak.obj \
80		$(SLO)$/vbapagebreaks.obj \
81		$(SLO)$/vbapagesetup.obj \
82		$(SLO)$/vbapalette.obj \
83        $(SLO)$/vbapane.obj \
84		$(SLO)$/vbapivotcache.obj \
85		$(SLO)$/vbapivottable.obj \
86		$(SLO)$/vbapivottables.obj \
87		$(SLO)$/vbarange.obj \
88		$(SLO)$/vbaseriescollection.obj \
89        $(SLO)$/vbasheetobject.obj \
90        $(SLO)$/vbasheetobjects.obj \
91        $(SLO)$/vbastyle.obj \
92        $(SLO)$/vbastyles.obj \
93        $(SLO)$/vbatextboxshape.obj \
94        $(SLO)$/vbatextframe.obj \
95		$(SLO)$/vbavalidation.obj \
96		$(SLO)$/vbawindow.obj \
97		$(SLO)$/vbawindows.obj \
98		$(SLO)$/vbaworkbook.obj \
99		$(SLO)$/vbaworkbooks.obj \
100		$(SLO)$/vbaworksheet.obj \
101		$(SLO)$/vbaworksheets.obj \
102		$(SLO)$/vbawsfunction.obj
103
104.ENDIF
105# --- Targets ------------------------------------------------------
106
107.INCLUDE :	target.mk
108
109