Files
libreoffice/sw/source/core/doc/makefile.mk

103 lines
3.1 KiB
Makefile
Raw Normal View History

2000-09-18 23:08:29 +00:00
#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
2000-09-18 23:08:29 +00:00
#
# $RCSfile: makefile.mk,v $
2000-09-18 23:08:29 +00:00
#
# $Revision: 1.16 $
2000-09-18 23:08:29 +00:00
#
# last change: $Author: vg $ $Date: 2007-02-28 15:40:53 $
2000-09-18 23:08:29 +00:00
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
2000-09-18 23:08:29 +00:00
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
2000-09-18 23:08:29 +00:00
#
# 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.
2000-09-18 23:08:29 +00:00
#
# 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.
2000-09-18 23:08:29 +00:00
#
# 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
2000-09-18 23:08:29 +00:00
#
#*************************************************************************
PRJ=..$/..$/..
PRJNAME=sw
TARGET=doc
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/inc$/swpre.mk
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/inc$/sw.mk
# --- Files --------------------------------------------------------
SLOFILES = \
$(SLO)$/SwStyleNameMapper.obj \
2000-09-18 23:08:29 +00:00
$(SLO)$/acmplwrd.obj \
$(SLO)$/dbgoutsw.obj \
2000-09-18 23:08:29 +00:00
$(SLO)$/doc.obj \
$(SLO)$/docbasic.obj \
$(SLO)$/docbm.obj \
$(SLO)$/docchart.obj \
$(SLO)$/doccomp.obj \
$(SLO)$/doccorr.obj \
$(SLO)$/docdde.obj \
$(SLO)$/docdesc.obj \
$(SLO)$/docdraw.obj \
$(SLO)$/docedt.obj \
$(SLO)$/docfld.obj \
$(SLO)$/docfly.obj \
$(SLO)$/docfmt.obj \
$(SLO)$/docftn.obj \
$(SLO)$/doclay.obj \
$(SLO)$/docglbl.obj \
$(SLO)$/docglos.obj \
$(SLO)$/docnew.obj \
$(SLO)$/docnum.obj \
$(SLO)$/docredln.obj \
2001-01-23 19:27:21 +00:00
$(SLO)$/docruby.obj \
2000-09-18 23:08:29 +00:00
$(SLO)$/docsort.obj \
$(SLO)$/docstat.obj \
$(SLO)$/doctxm.obj \
$(SLO)$/extinput.obj \
$(SLO)$/fmtcol.obj \
$(SLO)$/ftnidx.obj \
$(SLO)$/gctable.obj \
$(SLO)$/lineinfo.obj \
$(SLO)$/notxtfrm.obj \
$(SLO)$/number.obj \
$(SLO)$/poolfmt.obj \
$(SLO)$/sortopt.obj \
$(SLO)$/swserv.obj \
$(SLO)$/swstylemanager.obj \
$(SLO)$/tblafmt.obj \
2000-09-18 23:08:29 +00:00
$(SLO)$/tblcpy.obj \
$(SLO)$/tblrwcl.obj \
$(SLO)$/visiturl.obj \
$(SLO)$/htmltbl.obj \
$(SLO)$/docxforms.obj \
$(SLO)$/headerfooterhelper.obj
2000-09-18 23:08:29 +00:00
EXCEPTIONSFILES = \
$(SLO)$/doclay.obj \
$(SLO)$/docnew.obj
2000-09-18 23:08:29 +00:00
# --- Tagets -------------------------------------------------------
.INCLUDE : target.mk