office-gobmx/framework/source/uiconfiguration/makefile.mk
Kurt Zenker 130da5cbf2 CWS-TOOLING: integrate CWS fwk122
2009-10-06 09:16:04 +0200 mav  r276693 : #i10000# let be compiled on all platforms
2009-10-05 17:02:17 +0200 cd  r276688 : #i105343# Fix build problems under Linux/Mac
2009-10-05 16:23:29 +0200 cd  r276687 : #i105489# Remove uiconfigurationmanagerimpl.obj from makefile.mk
2009-10-05 15:17:05 +0200 cd  r276680 : #i105326# Fix crash when opening file with notes
2009-10-05 11:02:22 +0200 mav  r276665 : #i105343# allow the view shell to disconnect from listener
2009-10-02 11:33:45 +0200 cd  r276619 : #i105489# Revert changes done to aggregate sources due to too much regressions
2009-10-15 11:39:37 +00:00

58 lines
2.1 KiB
Makefile

#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.8 $
#
# This file is part of OpenOffice.org.
#
# 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.
#
# 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).
#
# 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.
#
#*************************************************************************
PRJ=..$/..
PRJNAME= framework
TARGET= fwk_uiconfiguration
USE_DEFFILE= TRUE
ENABLE_EXCEPTIONS= TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Generate -----------------------------------------------------
SLOFILES= \
$(SLO)$/uiconfigurationmanager.obj \
$(SLO)$/moduleuiconfigurationmanager.obj \
$(SLO)$/moduleuicfgsupplier.obj \
$(SLO)$/windowstateconfiguration.obj \
$(SLO)$/moduleimagemanager.obj \
$(SLO)$/imagemanager.obj \
$(SLO)$/imagemanagerimpl.obj \
$(SLO)$/graphicnameaccess.obj \
$(SLO)$/uicategorydescription.obj \
$(SLO)$/globalsettings.obj
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk