xref: /aoo4110/main/oovbaapi/ooo/vba/excel/makefile.mk (revision b1cdbd2c)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23PRJ=..$/..$/..
24
25PRJNAME=oovapi
26
27TARGET=excel
28PACKAGE=ooo$/vba$/excel
29
30# --- Settings -----------------------------------------------------
31.INCLUDE :  $(PRJ)$/util$/makefile.pmk
32
33# ------------------------------------------------------------------------
34
35
36IDLFILES= XGlobals.idl\
37	Globals.idl\
38	SheetObject.idl\
39	SheetObjects.idl\
40	XApplication.idl\
41	XComment.idl\
42	XComments.idl\
43	XRange.idl\
44	XWorkbook.idl\
45	XWorkbooks.idl\
46	XWorksheet.idl\
47	XWorksheets.idl\
48	XFont.idl\
49	XOutline.idl\
50	XInterior.idl\
51	XWorksheetFunction.idl\
52	XWindow.idl\
53	XChartObject.idl\
54	XChartObjects.idl\
55	XChart.idl\
56	XCharts.idl\
57	XSeriesCollection.idl\
58	XSeries.idl\
59	XDialog.idl \
60	XPivotTables.idl \
61	XPivotTable.idl \
62	XPivotCache.idl \
63	XDialogs.idl \
64	XWindows.idl \
65	XBorder.idl \
66	XBorders.idl \
67	XCharacters.idl \
68	XValidation.idl\
69	XOLEObject.idl\
70	XOLEObjects.idl\
71	XPane.idl\
72	XTextFrame.idl\
73	XTitle.idl\
74	XChartTitle.idl\
75	XDataLabel.idl\
76	XDataLabels.idl\
77	XAxes.idl\
78	XAxis.idl\
79	XAxisTitle.idl\
80	XStyle.idl \
81	XStyles.idl \
82	XFormat.idl \
83	XFormatCondition.idl \
84	XFormatConditions.idl \
85	Range.idl\
86	XName.idl\
87	XNames.idl \
88	Workbook.idl \
89	Worksheet.idl \
90	Window.idl \
91 	XHyperlink.idl \
92 	Hyperlink.idl \
93 	XHyperlinks.idl \
94 	XPageSetup.idl \
95 	XPageBreak.idl \
96 	XHPageBreak.idl \
97 	XHPageBreaks.idl \
98 	XVPageBreak.idl \
99 	XVPageBreaks.idl \
100 	TextFrame.idl \
101
102
103# ------------------------------------------------------------------
104
105.INCLUDE :  target.mk
106
107