Files
loongoffice/framework/source/services/makefile.mk
Oliver Bolte f8c5ed41da INTEGRATION: CWS basemodelrefactoring (1.25.40); FILE MERGED
2007/04/10 20:06:59 mba 1.25.40.1: #i75726#: service DocumentProperties now obsolete
2007-07-17 12:26:12 +00:00

68 lines
2.5 KiB
Makefile

#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.26 $
#
# last change: $Author: obo $ $Date: 2007-07-17 13:26:12 $
#
# 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=..$/..
PRJNAME= framework
TARGET= fwk_services
USE_DEFFILE= TRUE
ENABLE_EXCEPTIONS= TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Generate -----------------------------------------------------
SLOFILES= \
$(SLO)$/desktop.obj \
$(SLO)$/frame.obj \
$(SLO)$/urltransformer.obj \
$(SLO)$/mediatypedetectionhelper.obj \
$(SLO)$/substitutepathvars.obj \
$(SLO)$/pathsettings.obj \
$(SLO)$/backingcomp.obj \
$(SLO)$/dispatchhelper.obj \
$(SLO)$/license.obj \
$(SLO)$/modulemanager.obj \
$(SLO)$/autorecovery.obj \
$(SLO)$/sessionlistener.obj \
$(SLO)$/taskcreatorsrv.obj \
$(SLO)$/uriabbreviation.obj
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk