1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
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 #*************************************************************************
37 ENABLE_EXCEPTIONS
=TRUE
39 # --- Settings -----------------------------------------------------
41 .INCLUDE
: settings.mk
42 .INCLUDE
: $(PRJ
)$/util
$/makefile.pmk
44 # --- Files --------------------------------------------------------
46 LIB1TARGET
= $(SLB
)$/$(TARGET
)-core.lib
48 $(SLO
)$/AccessibleStringWrap.obj
50 LIB2TARGET
= $(SLB
)$/$(TARGET
).lib
52 $(SLO
)$/charmapacc.obj \
53 $(SLO
)$/svxrectctaccessiblecontext.obj \
54 $(SLO
)$/GraphCtlAccessibleContext.obj \
55 $(SLO
)$/ChildrenManager.obj \
56 $(SLO
)$/ChildrenManagerImpl.obj \
57 $(SLO
)$/DescriptionGenerator.obj \
58 $(SLO
)$/AccessibleContextBase.obj \
59 $(SLO
)$/AccessibleComponentBase.obj \
60 $(SLO
)$/AccessibleSelectionBase.obj \
61 $(SLO
)$/AccessibleShape.obj \
62 $(SLO
)$/AccessibleGraphicShape.obj \
63 $(SLO
)$/AccessibleOLEShape.obj \
64 $(SLO
)$/AccessibleShapeInfo.obj \
65 $(SLO
)$/AccessibleShapeTreeInfo.obj \
66 $(SLO
)$/AccessibleTextHelper.obj \
67 $(SLO
)$/AccessibleEmptyEditSource.obj \
68 $(SLO
)$/AccessibleTextEventQueue.obj \
69 $(SLO
)$/AccessibleStaticTextBase.obj \
70 $(SLO
)$/AccessibleParaManager.obj \
71 $(SLO
)$/AccessibleEditableTextPara.obj \
72 $(SLO
)$/AccessibleImageBullet.obj \
73 $(SLO
)$/ShapeTypeHandler.obj \
74 $(SLO
)$/SvxShapeTypes.obj \
75 $(SLO
)$/AccessibleControlShape.obj \
76 $(SLO
)$/DGColorNameLookUp.obj \
77 $(SLO
)$/AccessibleFrameSelector.obj
79 SLOFILES
= $(LIB1OBJFILES
) $(LIB2OBJFILES
)
81 SRS2NAME
= accessibility
82 SRC2FILES
= accessibility.src
84 # --- Tagets -------------------------------------------------------