2002-02-05 07:39:38 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# $Revision: 1.17 $
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
2008-04-10 13:05:58 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2002-02-05 07:39:38 -06:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
PRJ=..$/..$/..
|
|
|
|
|
|
|
|
PROJECTPCH=sd
|
|
|
|
PROJECTPCHSOURCE=$(PRJ)$/util$/sd
|
|
|
|
PRJNAME=sd
|
|
|
|
TARGET=accessibility
|
2002-04-11 07:31:15 -05:00
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
2002-02-05 07:39:38 -06:00
|
|
|
AUTOSEG=true
|
2005-07-14 04:11:36 -05:00
|
|
|
PRJINC=..$/slidesorter
|
2002-02-05 07:39:38 -06:00
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
.INCLUDE : $(PRJ)$/util$/makefile.pmk
|
|
|
|
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
2002-03-06 09:56:04 -06:00
|
|
|
SLOFILES = \
|
2002-04-18 11:54:21 -05:00
|
|
|
$(SLO)$/AccessibleDocumentViewBase.obj \
|
|
|
|
$(SLO)$/AccessibleDrawDocumentView.obj \
|
2002-04-26 04:44:53 -05:00
|
|
|
$(SLO)$/AccessibleOutlineView.obj \
|
2002-03-06 09:56:04 -06:00
|
|
|
$(SLO)$/AccessiblePresentationShape.obj \
|
|
|
|
$(SLO)$/AccessiblePresentationGraphicShape.obj \
|
|
|
|
$(SLO)$/AccessiblePresentationOLEShape.obj \
|
2002-04-15 03:29:14 -05:00
|
|
|
$(SLO)$/AccessibleViewForwarder.obj \
|
2002-04-16 05:04:54 -05:00
|
|
|
$(SLO)$/AccessibleOutlineEditSource.obj \
|
2002-04-15 09:31:19 -05:00
|
|
|
$(SLO)$/AccessiblePageShape.obj \
|
2005-07-14 04:11:36 -05:00
|
|
|
$(SLO)$/AccessibleScrollPanel.obj \
|
|
|
|
$(SLO)$/AccessibleSlideSorterView.obj \
|
|
|
|
$(SLO)$/AccessibleSlideSorterObject.obj \
|
|
|
|
$(SLO)$/AccessibleTaskPane.obj \
|
|
|
|
$(SLO)$/AccessibleTreeNode.obj \
|
2002-03-06 09:56:04 -06:00
|
|
|
$(SLO)$/SdShapeTypes.obj
|
|
|
|
|
2002-02-05 07:39:38 -06:00
|
|
|
|
|
|
|
EXCEPTIONSFILES=
|
|
|
|
|
2002-08-12 09:41:24 -05:00
|
|
|
SRS2NAME = accessibility
|
|
|
|
SRC2FILES = accessibility.src
|
|
|
|
|
2002-02-05 07:39:38 -06:00
|
|
|
# --- Tagets -------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|