office-gobmx/sd/source/ui/slidesorter/view/makefile.mk
Kurt Zenker 8c60d5f917 INTEGRATION: CWS presenterview (1.7.8); FILE MERGED
2008/02/26 12:45:34 af 1.7.8.2: #i18486# Added SlsViewCacheContext.
2007/07/25 12:26:17 af 1.7.8.1: #i18486# Added HighlightObject.
2008-04-03 13:45:40 +00:00

71 lines
2.3 KiB
Makefile

#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.8 $
#
# last change: $Author: kz $ $Date: 2008-04-03 14:45:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# This library 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 for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#*************************************************************************
PRJ=..$/..$/..$/..
PROJECTPCH=sd
PROJECTPCHSOURCE=$(PRJ)$/util$/sd
PRJNAME=sd
TARGET=slsview
ENABLE_EXCEPTIONS=TRUE
AUTOSEG=true
PRJINC=..$/..
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
SLOFILES = \
$(SLO)$/SlsFontProvider.obj \
$(SLO)$/SlsHighlightObject.obj \
$(SLO)$/SlsPageNotificationObjectContact.obj\
$(SLO)$/SlsPageObject.obj \
$(SLO)$/SlsPageObjectViewContact.obj \
$(SLO)$/SlsPageObjectViewObjectContact.obj \
$(SLO)$/SlsLayouter.obj \
$(SLO)$/SlideSorterView.obj \
$(SLO)$/SlsViewCacheContext.obj \
$(SLO)$/SlsViewOverlay.obj
EXCEPTIONSFILES= \
$(SLO)$/SlsPageObjectViewObjectContact.obj
# --- Tagets -------------------------------------------------------
.INCLUDE : target.mk