Files
libreoffice/scripting/examples/java/makefile.mk
Jens-Heiner Rechtien 9f6c9ae804 INTEGRATION: CWS morejava (1.4.14); FILE MERGED
2005/08/29 14:22:23 fridrich_strba 1.4.14.1: Issue number:
Submitted by:  fridrich_strba
Reviewed by:   fridrich_strba
Allow building of OOo out-of-the-box with jdk 1.3.1
2005-10-25 10:18:56 +00:00

49 lines
1.5 KiB
Makefile
Executable File

#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.6 $
#
# last change: $Author: hr $ $Date: 2005-10-25 11:18:56 $
#
# 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=scripting
TARGET=javaexamples
.INCLUDE : ant.mk
.IF "$(SOLAR_JAVA)"!=""
CLASSPATH+=$PATH_SEPERATOR$SOLARVER/$UPD/$INPATH/bin/crimson.jar
.EXPORT : CLASSPATH
ALLTAR : ANTBUILD
.ENDIF