merge the formfield patch from ooo-build
[ooovba.git] / vcl / aqua / source / a11y / makefile.mk
blob5b76331eee5cdb804750c08281eac6bb1a9d4f42
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.2 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..
34 PRJNAME=vcl
35 TARGET=sala11y
36 .INCLUDE : $(PRJ)$/util$/makefile.pmk
38 ENABLE_EXCEPTIONS=TRUE
40 # --- Settings -----------------------------------------------------
42 .INCLUDE : settings.mk
43 .INCLUDE : $(PRJ)$/util$/makefile2.pmk
45 # --- Files --------------------------------------------------------
47 .IF "$(GUIBASE)"!="aqua"
49 dummy:
50 @echo "Nothing to build for GUIBASE $(GUIBASE)"
52 .ELSE # "$(GUIBASE)"!="aqua"
54 SLOFILES= \
55 $(SLO)$/aqua11ywrapper.obj \
56 $(SLO)$/aqua11yfactory.obj \
57 $(SLO)$/aqua11yfocuslistener.obj \
58 $(SLO)$/aqua11yfocustracker.obj \
59 $(SLO)$/aqua11ylistener.obj \
60 $(SLO)$/aqua11yrolehelper.obj \
61 $(SLO)$/aqua11yactionwrapper.obj \
62 $(SLO)$/aqua11ycomponentwrapper.obj \
63 $(SLO)$/aqua11yselectionwrapper.obj \
64 $(SLO)$/aqua11ytablewrapper.obj \
65 $(SLO)$/aqua11ytextattributeswrapper.obj \
66 $(SLO)$/aqua11ytextwrapper.obj \
67 $(SLO)$/aqua11yutil.obj \
68 $(SLO)$/aqua11yvaluewrapper.obj \
69 $(SLO)$/aqua11ywrapperbutton.obj \
70 $(SLO)$/aqua11ywrappercheckbox.obj \
71 $(SLO)$/aqua11ywrappercombobox.obj \
72 $(SLO)$/aqua11ywrappergroup.obj \
73 $(SLO)$/aqua11ywrapperlist.obj \
74 $(SLO)$/aqua11ywrapperradiobutton.obj \
75 $(SLO)$/aqua11ywrapperradiogroup.obj \
76 $(SLO)$/aqua11ywrapperrow.obj \
77 $(SLO)$/aqua11ywrapperscrollarea.obj \
78 $(SLO)$/aqua11ywrapperscrollbar.obj \
79 $(SLO)$/aqua11ywrappersplitter.obj \
80 $(SLO)$/aqua11ywrapperstatictext.obj \
81 $(SLO)$/aqua11ywrappertabgroup.obj \
82 $(SLO)$/aqua11ywrappertextarea.obj \
83 $(SLO)$/aqua11ywrappertoolbar.obj \
84 $(SLO)$/documentfocuslistener.obj
86 .ENDIF # "$(GUIBASE)"!="aqua"
88 # --- Targets ------------------------------------------------------
90 .INCLUDE : target.mk
92 .INCLUDE : $(PRJ)$/util$/target.pmk