xref: /AOO41X/main/oovbaapi/ooo/vba/msforms/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
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=oovbapi
26
27TARGET=msforms
28PACKAGE=ooo$/vba$/msforms
29
30# --- Settings -----------------------------------------------------
31.INCLUDE :  $(PRJ)$/util$/makefile.pmk
32
33# ------------------------------------------------------------------------
34
35IDLFILES=\
36    MSFormReturnTypes.idl \
37    XCheckBox.idl \
38    XComboBox.idl \
39    XCommandButton.idl \
40    XControl.idl \
41    XFrame.idl \
42    XLabel.idl \
43    XNewFont.idl \
44    XTextBox.idl \
45    XRadioButton.idl \
46    XShape.idl \
47    XShapes.idl \
48    XLineFormat.idl \
49    XColorFormat.idl \
50    XFillFormat.idl \
51    XPictureFormat.idl \
52    XShapeRange.idl \
53    XTextBoxShape.idl \
54    XUserForm.idl \
55    XListBox.idl \
56    XToggleButton.idl \
57    XScrollBar.idl \
58    XProgressBar.idl \
59    XMultiPage.idl \
60    XPages.idl \
61    XSpinButton.idl \
62    XImage.idl \
63    XControls.idl \
64    XTextFrame.idl \
65
66# ------------------------------------------------------------------
67
68.INCLUDE :  target.mk
69