2000-10-11 03:51:20 -05:00
|
|
|
#*************************************************************************
|
2000-10-19 18:36:02 -05:00
|
|
|
#
|
|
|
|
# $RCSfile: makefile.rc,v $
|
|
|
|
#
|
2000-10-23 07:02:11 -05:00
|
|
|
# $Revision: 1.10 $
|
2000-10-19 18:36:02 -05:00
|
|
|
#
|
2000-10-23 07:02:11 -05:00
|
|
|
# last change: $Author: svesik $ $Date: 2000-10-23 13:02:11 $
|
2000-10-19 18:36:02 -05:00
|
|
|
#
|
|
|
|
# The Contents of this file are made available subject to the terms of
|
|
|
|
# either of the following licenses
|
|
|
|
#
|
|
|
|
# - GNU Lesser General Public License Version 2.1
|
|
|
|
# - Sun Industry Standards Source License Version 1.1
|
|
|
|
#
|
|
|
|
# Sun Microsystems Inc., October, 2000
|
|
|
|
#
|
|
|
|
# GNU Lesser General Public License Version 2.1
|
|
|
|
# =============================================
|
|
|
|
# Copyright 2000 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
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Sun Industry Standards Source License Version 1.1
|
|
|
|
# =================================================
|
|
|
|
# The contents of this file are subject to the Sun Industry Standards
|
|
|
|
# Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of the
|
|
|
|
# License at http://www.openoffice.org/license.html.
|
|
|
|
#
|
|
|
|
# Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
# See the License for the specific provisions governing your rights and
|
|
|
|
# obligations concerning the Software.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
#
|
|
|
|
# Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
#
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s): _______________________________________
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
2000-10-11 03:51:20 -05:00
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# mark this makefile as a recursive one
|
|
|
|
#
|
|
|
|
|
|
|
|
MAKEFILERC=yes
|
|
|
|
|
|
|
|
#
|
|
|
|
# implementation of cvs checkout
|
|
|
|
#
|
|
|
|
|
|
|
|
.IF "$(checkout)"==""
|
|
|
|
all_target: ALLTAR
|
|
|
|
.ELSE # "$(checkout)"==""
|
|
|
|
.IF "$(checkout)"=="true"
|
|
|
|
% : $(NULL)
|
|
|
|
_cvs co $@
|
|
|
|
.ELSE # "$(checkout)"=="true"
|
|
|
|
% : $(NULL)
|
|
|
|
_cvs co -r$(checkout) $@
|
|
|
|
.ENDIF # "$(checkout)"=="true"
|
|
|
|
all_subdirs : $(RC_SUBDIRS)
|
|
|
|
.ENDIF # "$(checkout)"==""
|
|
|
|
|
|
|
|
#
|
|
|
|
# macro RC_SUBDIRS handles iteration over
|
|
|
|
# all mandatory sub directories
|
|
|
|
#
|
|
|
|
|
|
|
|
RC_SUBDIRS = \
|
|
|
|
DocumentProperties \
|
|
|
|
UnoControls \
|
2000-10-22 14:10:59 -05:00
|
|
|
automation \
|
2000-10-11 03:51:20 -05:00
|
|
|
api \
|
|
|
|
basctl \
|
|
|
|
basic \
|
|
|
|
bridges \
|
|
|
|
chaos \
|
|
|
|
codemaker \
|
2000-10-19 18:36:02 -05:00
|
|
|
comphelper \
|
2000-10-11 03:51:20 -05:00
|
|
|
configmgr \
|
|
|
|
connectivity \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
cpputools \
|
|
|
|
dbaccess \
|
|
|
|
desktop \
|
|
|
|
eventattacher \
|
|
|
|
extensions \
|
|
|
|
external \
|
|
|
|
extras \
|
|
|
|
fileaccess \
|
|
|
|
forms \
|
|
|
|
framework \
|
|
|
|
goodies \
|
|
|
|
i18n \
|
|
|
|
idl \
|
|
|
|
inet \
|
2000-10-19 18:36:02 -05:00
|
|
|
instsetoo \
|
2000-10-11 03:51:20 -05:00
|
|
|
io \
|
|
|
|
javaunohelper \
|
|
|
|
jtools \
|
|
|
|
jurt \
|
2000-10-19 18:36:02 -05:00
|
|
|
jut \
|
2000-10-20 14:41:43 -05:00
|
|
|
ldapber \
|
2000-10-23 07:02:11 -05:00
|
|
|
lingu \
|
2000-10-11 03:51:20 -05:00
|
|
|
officecfg \
|
|
|
|
offmgr \
|
|
|
|
offuh \
|
|
|
|
rdbmaker \
|
|
|
|
registry \
|
|
|
|
remotebridges \
|
|
|
|
res \
|
|
|
|
rsc \
|
|
|
|
sal \
|
|
|
|
sandbox \
|
|
|
|
sax \
|
|
|
|
sc \
|
|
|
|
scaddins \
|
|
|
|
sch \
|
|
|
|
scp \
|
|
|
|
scptools \
|
|
|
|
sd \
|
|
|
|
sdb \
|
|
|
|
setup2 \
|
|
|
|
sfx2 \
|
|
|
|
sim2 \
|
2000-10-19 18:36:02 -05:00
|
|
|
sip \
|
2000-10-11 03:51:20 -05:00
|
|
|
sj2 \
|
|
|
|
so3 \
|
|
|
|
sot \
|
|
|
|
starmath \
|
|
|
|
std2 \
|
|
|
|
stoc \
|
|
|
|
store \
|
|
|
|
svtools \
|
|
|
|
svx \
|
|
|
|
sw \
|
|
|
|
toolkit \
|
|
|
|
tools \
|
|
|
|
transex3 \
|
|
|
|
ucbhelper \
|
|
|
|
unoidl \
|
|
|
|
unoil \
|
|
|
|
unotools \
|
|
|
|
unzip \
|
|
|
|
uui \
|
|
|
|
vcl \
|
|
|
|
vos \
|
|
|
|
wizards \
|
|
|
|
xml2cmp \
|
|
|
|
xmlhelp \
|
2000-10-19 18:36:02 -05:00
|
|
|
xmloff
|
2000-10-11 03:51:20 -05:00
|
|
|
|
|
|
|
#
|
|
|
|
# bootstrap target
|
|
|
|
#
|
|
|
|
|
|
|
|
bootstrap .PHONY :
|
|
|
|
@config_office/bootstrap
|
|
|
|
|
2000-10-19 18:36:02 -05:00
|
|
|
|
|
|
|
#
|
|
|
|
# configure target
|
|
|
|
#
|
|
|
|
|
|
|
|
configure .PHONY SETDIR=config_office :
|
|
|
|
@configure
|
2000-10-11 03:51:20 -05:00
|
|
|
|
|
|
|
#
|
|
|
|
# single directory targets for
|
|
|
|
# dependency handling between directories
|
|
|
|
#
|
|
|
|
|
|
|
|
DocumentProperties : svtools
|
2000-10-19 18:36:02 -05:00
|
|
|
UnoControls : cppuhelper tools
|
2000-10-11 03:51:20 -05:00
|
|
|
api : unoidl
|
|
|
|
basctl : svx
|
2000-10-19 18:36:02 -05:00
|
|
|
basic : goodies
|
|
|
|
bridges : cppuhelper jurt
|
2000-10-11 03:51:20 -05:00
|
|
|
chaos : inet svtools unzip
|
|
|
|
codemaker : api
|
2000-10-19 18:36:02 -05:00
|
|
|
comphelper : cppuhelper offuh tools
|
|
|
|
configmgr : javaunohelper offuh unoil unotools
|
2000-10-11 03:51:20 -05:00
|
|
|
connectivity : svtools
|
2000-10-19 18:36:02 -05:00
|
|
|
cppu : codemaker
|
2000-10-11 03:51:20 -05:00
|
|
|
cppuhelper : cppu
|
|
|
|
cpputools : cppuhelper
|
2000-10-19 18:36:02 -05:00
|
|
|
dbaccess : connectivity svx
|
2000-10-11 03:51:20 -05:00
|
|
|
desktop : sc sd sw
|
|
|
|
eventattacher : cppuhelper
|
2000-10-19 18:36:02 -05:00
|
|
|
extensions : rdbmaker svx
|
2000-10-23 03:07:19 -05:00
|
|
|
external: std2
|
2000-10-11 03:51:20 -05:00
|
|
|
forms : svx
|
|
|
|
framework : svtools
|
|
|
|
goodies : so3
|
2000-10-19 18:36:02 -05:00
|
|
|
i18n : bridges stoc svtools unotools
|
2000-10-11 03:51:20 -05:00
|
|
|
idl : tools
|
2000-10-20 14:41:43 -05:00
|
|
|
inet : tools ldapber
|
2000-10-19 18:36:02 -05:00
|
|
|
instsetoo : UnoControls chaos configmgr cpputools dbaccess desktop eventattacher extensions extras forms framework i18n io remotebridges sax scaddins scp wizards
|
|
|
|
io : rdbmaker xml2cmp
|
|
|
|
javaunohelper : bridges cppuhelper unoil
|
2000-10-11 03:51:20 -05:00
|
|
|
jurt : codemaker sandbox
|
2000-10-19 18:36:02 -05:00
|
|
|
jut : javaunohelper
|
|
|
|
offmgr : basctl sch sdb sim2 starmath uui
|
|
|
|
offuh : codemaker
|
2000-10-11 03:51:20 -05:00
|
|
|
rdbmaker : cppuhelper
|
|
|
|
registry : store
|
2000-10-19 18:36:02 -05:00
|
|
|
remotebridges : bridges rdbmaker xml2cmp
|
2000-10-11 03:51:20 -05:00
|
|
|
rsc : tools
|
2000-10-19 18:36:02 -05:00
|
|
|
sal : std2
|
|
|
|
sax : cppuhelper external
|
2000-10-11 03:51:20 -05:00
|
|
|
sc : offmgr
|
|
|
|
scaddins : cppuhelper
|
2000-10-19 18:36:02 -05:00
|
|
|
sch : basctl svx
|
2000-10-11 03:51:20 -05:00
|
|
|
scp : scptools
|
2000-10-19 18:36:02 -05:00
|
|
|
scptools : setup2
|
2000-10-11 03:51:20 -05:00
|
|
|
sd : offmgr sc
|
|
|
|
sdb : sfx2
|
2000-10-22 14:10:59 -05:00
|
|
|
setup2 : automation basic transex3 unoil unzip
|
2000-10-19 18:36:02 -05:00
|
|
|
sfx2 : idl setup2
|
2000-10-11 03:51:20 -05:00
|
|
|
sim2 : svx
|
2000-10-19 18:36:02 -05:00
|
|
|
sip : sd
|
|
|
|
sj2 : jtools sandbox svtools
|
2000-10-11 03:51:20 -05:00
|
|
|
so3 : inet sj2
|
|
|
|
sot : tools
|
|
|
|
starmath : svx
|
2000-10-19 18:36:02 -05:00
|
|
|
stoc : bridges rdbmaker xml2cmp
|
2000-10-11 03:51:20 -05:00
|
|
|
store : vos
|
2000-10-19 18:36:02 -05:00
|
|
|
svtools : toolkit ucbhelper unotools
|
2000-10-23 07:02:11 -05:00
|
|
|
svx : sfx2 xmloff lingu
|
2000-10-11 03:51:20 -05:00
|
|
|
sw : offmgr sd
|
|
|
|
toolkit : vcl
|
|
|
|
tools : external vos
|
|
|
|
transex3 : tools
|
|
|
|
ucbhelper : cppuhelper offuh
|
2000-10-19 18:36:02 -05:00
|
|
|
unoidl : registry
|
|
|
|
unoil : jurt
|
|
|
|
unotools : comphelper
|
2000-10-11 03:51:20 -05:00
|
|
|
uui : svtools
|
2000-10-19 18:36:02 -05:00
|
|
|
vcl : rsc sot ucbhelper unotools
|
|
|
|
vos : sal
|
2000-10-11 03:51:20 -05:00
|
|
|
wizards : offmgr
|
|
|
|
|
|
|
|
#
|
|
|
|
# central target makefile
|
|
|
|
#
|
|
|
|
|
|
|
|
.IF "$(checkout)"==""
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
.ENDIF #"$(checkout)"==""
|
|
|
|
|
|
|
|
#*************************************************************************
|
|
|
|
|