merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / form / makefile.mk
blobb1161cb2a14a0f2479e53cab68500dcc837aacaa
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 PRJ=..$/..$/..$/..
30 PRJNAME=offapi
32 TARGET=cssform
33 PACKAGE=com$/sun$/star$/form
35 # --- Settings -----------------------------------------------------
36 .INCLUDE : $(PRJ)$/util$/makefile.pmk
38 # ------------------------------------------------------------------------
40 IDLFILES=\
41 modules.idl\
42 DataAwareControlModel.idl\
43 DatabaseDeleteEvent.idl\
44 DatabaseParameterEvent.idl\
45 DataSelectionType.idl\
46 ErrorEvent.idl\
47 FormButtonType.idl\
48 FormComponent.idl\
49 FormComponents.idl\
50 FormComponentType.idl\
51 FormController.idl\
52 FormControllerDispatcher.idl\
53 FormControlModel.idl\
54 Forms.idl\
55 FormSubmitEncoding.idl\
56 FormSubmitMethod.idl\
57 ListSourceType.idl\
58 NavigationBarMode.idl\
59 PropertyBrowserController.idl\
60 TabulatorCycle.idl\
61 XApproveActionBroadcaster.idl\
62 XApproveActionListener.idl\
63 XBoundComponent.idl\
64 XBoundControl.idl\
65 XChangeBroadcaster.idl\
66 XChangeListener.idl\
67 XConfirmDeleteBroadcaster.idl\
68 XConfirmDeleteListener.idl\
69 XDatabaseParameterBroadcaster.idl\
70 XDatabaseParameterBroadcaster2.idl\
71 XDatabaseParameterListener.idl\
72 XDeleteListener.idl\
73 XErrorBroadcaster.idl\
74 XErrorListener.idl\
75 XForm.idl\
76 XFormComponent.idl\
77 XFormController.idl\
78 XFormControllerListener.idl\
79 XFormsSupplier.idl\
80 XFormsSupplier2.idl\
81 XGrid.idl\
82 XGridColumnFactory.idl\
83 XGridControl.idl\
84 XGridControlListener.idl\
85 XGridFieldDataSupplier.idl\
86 XGridPeer.idl\
87 XImageProducerSupplier.idl\
88 XInsertListener.idl\
89 XLoadListener.idl\
90 XPositioningListener.idl\
91 XReset.idl\
92 XResetListener.idl\
93 XRestoreListener.idl\
94 XSubmit.idl\
95 XSubmitListener.idl\
96 XUpdateBroadcaster.idl\
97 XUpdateListener.idl\
98 XLoadable.idl\
101 # ------------------------------------------------------------------
103 .INCLUDE : target.mk
104 .INCLUDE : $(PRJ)$/util$/target.pmk