1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
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.
14#
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).
20#
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.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..$/..
29
30PRJNAME=offapi
31
32TARGET=cssfcomp
33PACKAGE=com$/sun$/star$/form$/component
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41	CheckBox.idl\
42	ComboBox.idl\
43	CommandButton.idl\
44	CurrencyField.idl\
45	DatabaseCheckBox.idl\
46	DatabaseComboBox.idl\
47	DatabaseCurrencyField.idl\
48	DatabaseDateField.idl\
49	DatabaseImageControl.idl\
50	DatabaseListBox.idl\
51	DatabaseNumericField.idl\
52	DatabasePatternField.idl\
53	DatabaseRadioButton.idl\
54	DatabaseTextField.idl\
55	DatabaseFormattedField.idl\
56	DatabaseTimeField.idl\
57	DataForm.idl\
58	DateField.idl\
59	FileControl.idl\
60	FixedText.idl\
61	Form.idl\
62	GridControl.idl\
63	GroupBox.idl\
64	HiddenControl.idl\
65	HTMLForm.idl\
66	ImageButton.idl\
67	ListBox.idl\
68	NumericField.idl\
69	PatternField.idl\
70	RadioButton.idl\
71	TextField.idl\
72	FormattedField.idl\
73	TimeField.idl\
74    NavigationToolBar.idl\
75	ScrollBar.idl\
76	SpinButton.idl\
77    SubmitButton.idl\
78	RichTextControl.idl\
79
80# ------------------------------------------------------------------
81
82.INCLUDE :  target.mk
83.INCLUDE :  $(PRJ)$/util$/target.pmk
84