merge the formfield patch from ooo-build
[ooovba.git] / oovbaapi / ooo / vba / excel / makefile.mk
blob4507b59551a5a1c01d91984f30be87adf7ce9e88
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.4 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
31 PRJ=..$/..$/..
33 PRJNAME=oovapi
35 TARGET=excel
36 PACKAGE=ooo$/vba$/Excel
38 # --- Settings -----------------------------------------------------
39 .INCLUDE : $(PRJ)$/util$/makefile.pmk
41 # ------------------------------------------------------------------------
44 IDLFILES= XGlobals.idl\
45 Globals.idl\
46 XApplication.idl\
47 XComment.idl\
48 XComments.idl\
49 XRange.idl\
50 XWorkbook.idl\
51 XWorkbooks.idl\
52 XWorksheet.idl\
53 XWorksheets.idl\
54 XFont.idl\
55 XOutline.idl\
56 XInterior.idl\
57 XWorksheetFunction.idl\
58 XWindow.idl\
59 XChartObject.idl\
60 XChartObjects.idl\
61 XChart.idl\
62 XCharts.idl\
63 XSeriesCollection.idl\
64 XSeries.idl\
65 XDialog.idl \
66 XPivotTables.idl \
67 XPivotTable.idl \
68 XPivotCache.idl \
69 XDialogs.idl \
70 XWindows.idl \
71 XBorder.idl \
72 XBorders.idl \
73 XCharacters.idl \
74 XValidation.idl\
75 XOLEObject.idl\
76 XOLEObjects.idl\
77 XPane.idl\
78 XTextFrame.idl\
79 XTitle.idl\
80 XChartTitle.idl\
81 XDataLabel.idl\
82 XDataLabels.idl\
83 XAxes.idl\
84 XAxis.idl\
85 XAxisTitle.idl\
86 XStyle.idl \
87 XStyles.idl \
88 XFormat.idl \
89 XFormatCondition.idl \
90 XFormatConditions.idl \
91 Range.idl\
92 XName.idl\
93 XNames.idl \
94 Workbook.idl \
95 Worksheet.idl \
96 Window.idl \
97 XHyperlink.idl \
98 Hyperlink.idl \
99 XPageSetup.idl \
100 XPageBreak.idl \
101 XHPageBreak.idl \
102 XHPageBreaks.idl \
103 XVPageBreak.idl \
104 XVPageBreaks.idl \
105 TextFrame.idl \
106 XMenuBar.idl \
107 XMenuBars.idl \
108 XMenu.idl \
109 XMenus.idl \
110 XMenuItem.idl \
111 XMenuItems.idl \
114 # ------------------------------------------------------------------
116 .INCLUDE : target.mk