xref: /AOO41X/main/offapi/com/sun/star/form/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
23
24PRJ=..$/..$/..$/..
25
26PRJNAME=offapi
27
28TARGET=cssform
29PACKAGE=com$/sun$/star$/form
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35
36IDLFILES=\
37    modules.idl\
38    DataAwareControlModel.idl\
39    DatabaseDeleteEvent.idl\
40    DatabaseParameterEvent.idl\
41    DataSelectionType.idl\
42    ErrorEvent.idl\
43    FormButtonType.idl\
44    FormComponent.idl\
45    FormComponents.idl\
46    FormComponentType.idl\
47    FormController.idl\
48    FormControllerDispatcher.idl\
49    FormControlModel.idl\
50    Forms.idl\
51    FormSubmitEncoding.idl\
52    FormSubmitMethod.idl\
53    ListSourceType.idl\
54    NavigationBarMode.idl\
55    PropertyBrowserController.idl\
56    TabulatorCycle.idl\
57    XApproveActionBroadcaster.idl\
58    XApproveActionListener.idl\
59    XBoundComponent.idl\
60    XBoundControl.idl\
61    XChangeBroadcaster.idl\
62    XChangeListener.idl\
63    XConfirmDeleteBroadcaster.idl\
64    XConfirmDeleteListener.idl\
65    XDatabaseParameterBroadcaster.idl\
66    XDatabaseParameterBroadcaster2.idl\
67    XDatabaseParameterListener.idl\
68    XDeleteListener.idl\
69    XErrorBroadcaster.idl\
70    XErrorListener.idl\
71    XForm.idl\
72    XFormComponent.idl\
73    XFormController.idl\
74    XFormControllerListener.idl\
75    XFormsSupplier.idl\
76    XFormsSupplier2.idl\
77    XGrid.idl\
78    XGridColumnFactory.idl\
79    XGridControl.idl\
80    XGridControlListener.idl\
81    XGridFieldDataSupplier.idl\
82    XGridPeer.idl\
83    XImageProducerSupplier.idl\
84    XInsertListener.idl\
85    XLoadListener.idl\
86    XPositioningListener.idl\
87    XReset.idl\
88    XResetListener.idl\
89    XRestoreListener.idl\
90    XSubmit.idl\
91    XSubmitListener.idl\
92    XUpdateBroadcaster.idl\
93    XUpdateListener.idl\
94    XLoadable.idl\
95
96
97# ------------------------------------------------------------------
98
99.INCLUDE :  target.mk
100.INCLUDE :  $(PRJ)$/util$/target.pmk
101