2007/05/30 08:58:29 os 1.15.126.7: exception files list completed 2007/05/29 11:21:17 os 1.15.126.6: RESYNC: (1.16-1.19); FILE MERGED 2007/04/13 11:15:13 tl 1.15.126.5: #i69287# warning-free code 2007/04/11 10:32:20 os 1.15.126.4: RESYNC: (1.15-1.16); FILE MERGED 2007/04/03 12:59:36 tl 1.15.126.3: #i69287# warning-free code 2007/03/12 14:59:38 ama 1.15.126.2: i69287#: warning free code 2007/03/12 14:39:19 ama 1.15.126.1: i69287#: warning free code
101 lines
3.0 KiB
Makefile
101 lines
3.0 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# $RCSfile: makefile.mk,v $
|
|
#
|
|
# $Revision: 1.20 $
|
|
#
|
|
# last change: $Author: hr $ $Date: 2007-09-27 08:38: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=..$/..$/..
|
|
|
|
PRJNAME=sw
|
|
TARGET=doc
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
.INCLUDE : $(PRJ)$/inc$/swpre.mk
|
|
.INCLUDE : settings.mk
|
|
.INCLUDE : $(PRJ)$/inc$/sw.mk
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
EXCEPTIONSFILES = \
|
|
$(SLO)$/SwStyleNameMapper.obj \
|
|
$(SLO)$/acmplwrd.obj \
|
|
$(SLO)$/doc.obj \
|
|
$(SLO)$/docdraw.obj \
|
|
$(SLO)$/docfmt.obj \
|
|
$(SLO)$/doclay.obj \
|
|
$(SLO)$/docxforms.obj \
|
|
$(SLO)$/docnew.obj \
|
|
$(SLO)$/docnum.obj \
|
|
$(SLO)$/docsort.obj \
|
|
$(SLO)$/doctxm.obj \
|
|
$(SLO)$/number.obj \
|
|
$(SLO)$/swstylemanager.obj \
|
|
$(SLO)$/tblcpy.obj \
|
|
$(SLO)$/tblrwcl.obj
|
|
|
|
SLOFILES = $(EXCEPTIONSFILES) \
|
|
$(SLO)$/dbgoutsw.obj \
|
|
$(SLO)$/docbasic.obj \
|
|
$(SLO)$/docbm.obj \
|
|
$(SLO)$/docchart.obj \
|
|
$(SLO)$/doccomp.obj \
|
|
$(SLO)$/doccorr.obj \
|
|
$(SLO)$/docdde.obj \
|
|
$(SLO)$/docdesc.obj \
|
|
$(SLO)$/docedt.obj \
|
|
$(SLO)$/docfld.obj \
|
|
$(SLO)$/docfly.obj \
|
|
$(SLO)$/docftn.obj \
|
|
$(SLO)$/docglbl.obj \
|
|
$(SLO)$/docglos.obj \
|
|
$(SLO)$/docredln.obj \
|
|
$(SLO)$/docruby.obj \
|
|
$(SLO)$/docstat.obj \
|
|
$(SLO)$/extinput.obj \
|
|
$(SLO)$/fmtcol.obj \
|
|
$(SLO)$/ftnidx.obj \
|
|
$(SLO)$/gctable.obj \
|
|
$(SLO)$/lineinfo.obj \
|
|
$(SLO)$/notxtfrm.obj \
|
|
$(SLO)$/poolfmt.obj \
|
|
$(SLO)$/sortopt.obj \
|
|
$(SLO)$/swserv.obj \
|
|
$(SLO)$/tblafmt.obj \
|
|
$(SLO)$/visiturl.obj \
|
|
$(SLO)$/htmltbl.obj \
|
|
$(SLO)$/headerfooterhelper.obj
|
|
|
|
# --- Tagets -------------------------------------------------------
|
|
|
|
.INCLUDE : target.mk
|
|
|