2003-07-14 10:02:37 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# $Revision: 1.12 $
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# 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.
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# 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).
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
2008-04-11 03:44:34 -05:00
|
|
|
# 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.
|
2003-07-14 10:02:37 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
PRJ=..
|
|
|
|
PRJNAME=scriptinginstaller
|
|
|
|
TARGET=scriptinginstaller
|
2003-08-21 09:48:08 -05:00
|
|
|
no_common_build_zip=true
|
2003-07-14 10:02:37 -05:00
|
|
|
|
2003-08-21 09:48:08 -05:00
|
|
|
.INCLUDE : settings.mk
|
2003-07-14 10:02:37 -05:00
|
|
|
|
2004-03-09 05:06:44 -06:00
|
|
|
.IF "$(SOLAR_JAVA)"!=""
|
2003-08-21 09:48:08 -05:00
|
|
|
ZIP1FLAGS=-r
|
|
|
|
ZIP1TARGET=ScriptsJava
|
2004-04-15 02:31:05 -05:00
|
|
|
ZIP1DIR=$(OUT)$/class$/examples
|
2003-08-21 09:48:08 -05:00
|
|
|
ZIP1LIST=java
|
2004-03-09 05:06:44 -06:00
|
|
|
.ENDIF
|
2003-07-14 10:02:37 -05:00
|
|
|
|
2003-08-21 09:48:08 -05:00
|
|
|
ZIP2FLAGS=-r
|
|
|
|
ZIP2TARGET=ScriptsBeanShell
|
2005-01-27 08:25:54 -06:00
|
|
|
ZIP2LIST=beanshell/HelloWorld beanshell/Highlight beanshell/WordCount beanshell/Capitalise beanshell/MemoryUsage
|
2003-08-21 09:48:08 -05:00
|
|
|
|
|
|
|
ZIP3FLAGS=-r
|
|
|
|
ZIP3TARGET=ScriptsJavaScript
|
|
|
|
ZIP3LIST=javascript
|
|
|
|
|
|
|
|
ZIP4FLAGS=-r
|
2004-02-10 09:03:47 -06:00
|
|
|
ZIP4TARGET=ScriptsPython
|
2005-02-11 09:32:05 -06:00
|
|
|
ZIP4LIST=python/HelloWorld.py python/Capitalise.py python/pythonSamples
|
2004-02-10 09:03:47 -06:00
|
|
|
|
|
|
|
ZIP5FLAGS=-r
|
|
|
|
ZIP5TARGET=scriptbindinglib
|
2004-04-15 02:31:05 -05:00
|
|
|
ZIP5DIR=$(PRJ)$/workben$/bindings
|
2004-12-23 04:44:35 -06:00
|
|
|
ZIP5LIST=*.xlb Highlight.xdl
|
2003-08-21 09:48:08 -05:00
|
|
|
|
|
|
|
.INCLUDE : target.mk
|