xref: /trunk/main/forms/source/component/makefile.mk (revision fc9fd3f14a55d77b35643a64034752a178b2a5b0)
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=..$/..
29PRJINC=..
30PRJNAME=forms
31TARGET=component
32
33ENABLE_EXCEPTIONS=TRUE
34
35# --- Settings ----------------------------------
36
37.INCLUDE : settings.mk
38.INCLUDE: $(PRJ)$/makefile.pmk
39
40# --- Types -------------------------------------
41
42INCPRE+=$(SOLARINCDIR)$/offuh
43
44# --- Files -------------------------------------
45
46.IF "$(COM)"=="GCC"
47NOOPTFILES= $(SLO)$/EventThread.obj
48.ENDIF
49
50SLOFILES=   $(SLO)$/Grid.obj \
51            $(SLO)$/Columns.obj \
52            $(SLO)$/DatabaseForm.obj \
53            $(SLO)$/GroupManager.obj \
54            $(SLO)$/FormsCollection.obj \
55            $(SLO)$/EventThread.obj \
56            $(SLO)$/File.obj \
57            $(SLO)$/Edit.obj \
58            $(SLO)$/EditBase.obj \
59            $(SLO)$/Numeric.obj \
60            $(SLO)$/Pattern.obj \
61            $(SLO)$/Currency.obj \
62            $(SLO)$/Date.obj \
63            $(SLO)$/Time.obj \
64            $(SLO)$/FormattedField.obj \
65            $(SLO)$/FormattedFieldWrapper.obj \
66            $(SLO)$/ListBox.obj \
67            $(SLO)$/ComboBox.obj \
68            $(SLO)$/GroupBox.obj \
69            $(SLO)$/Hidden.obj \
70            $(SLO)$/CheckBox.obj \
71            $(SLO)$/RadioButton.obj \
72            $(SLO)$/FixedText.obj \
73            $(SLO)$/FormComponent.obj \
74            $(SLO)$/clickableimage.obj \
75            $(SLO)$/Button.obj \
76            $(SLO)$/ImageButton.obj \
77            $(SLO)$/ImageControl.obj \
78            $(SLO)$/errorbroadcaster.obj \
79            $(SLO)$/cloneable.obj \
80            $(SLO)$/Filter.obj \
81            $(SLO)$/entrylisthelper.obj \
82            $(SLO)$/scrollbar.obj \
83            $(SLO)$/spinbutton.obj \
84            $(SLO)$/navigationbar.obj \
85            $(SLO)$/formcontrolfont.obj \
86            $(SLO)$/refvaluecomponent.obj \
87            $(SLO)$/imgprod.obj \
88            $(SLO)$/findpos.obj \
89            $(SLO)$/propertybaghelper.obj \
90            $(SLO)$/cachedrowset.obj \
91
92# --- Targets ----------------------------------
93
94.INCLUDE : target.mk
95
96