xref: /aoo4110/main/oovbaapi/ooo/vba/word/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=word
28PACKAGE=ooo$/vba$/word
29
30# --- Settings -----------------------------------------------------
31.INCLUDE :  $(PRJ)$/util$/makefile.pmk
32
33# ------------------------------------------------------------------------
34
35
36IDLFILES= XGlobals.idl\
37	XApplication.idl \
38	XDocument.idl \
39	XWindow.idl \
40	XSystem.idl \
41	XRange.idl \
42	XBookmark.idl \
43	XBookmarks.idl \
44	XVariable.idl \
45	XVariables.idl \
46	XView.idl \
47	XPane.idl \
48	XPanes.idl \
49	XOptions.idl \
50	XSelection.idl \
51 	XTemplate.idl \
52	XParagraphFormat.idl \
53	XAutoTextEntries.idl \
54	XAutoTextEntry.idl \
55	XParagraphs.idl \
56	XParagraph.idl \
57	XFind.idl \
58	XReplacement.idl \
59	XStyle.idl \
60	XStyles.idl \
61    XFont.idl \
62    XTable.idl \
63    XTables.idl \
64    XField.idl \
65    XFields.idl \
66    XBorder.idl \
67    XBorders.idl \
68    XDocuments.idl \
69    XHeaderFooter.idl \
70    XAddins.idl \
71    XAddin.idl \
72    XDialogs.idl \
73    XDialog.idl \
74	XWrapFormat.idl \
75	XPageSetup.idl \
76	XSection.idl \
77	XSections.idl \
78
79# ------------------------------------------------------------------
80
81.INCLUDE :  target.mk
82
83