summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 13:54:51 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 13:54:51 +0000
commita07d9caec5d5fbe9ce7981ff5e7a894e9c019138 (patch)
tree273333b530fcade92fa2c05166e0377a8bc7f3c2
parent15cc2f0db99c900ad3bc8d70f11976b8338e3280 (diff)
INTEGRATION: CWS sb23 (1.6.36); FILE MERGED
2006/08/18 16:23:49 sb 1.6.36.3: RESYNC: (1.7-1.10); FILE MERGED 2005/05/25 07:18:21 sb 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/18 09:21:51 sb 1.6.36.1: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests.
-rw-r--r--jurt/com/sun/star/lib/util/makefile.mk22
1 files changed, 8 insertions, 14 deletions
diff --git a/jurt/com/sun/star/lib/util/makefile.mk b/jurt/com/sun/star/lib/util/makefile.mk
index 7e1dd567ba6d..f5705cf358f1 100644
--- a/jurt/com/sun/star/lib/util/makefile.mk
+++ b/jurt/com/sun/star/lib/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: rt $ $Date: 2006-01-09 09:48:55 $
+# last change: $Author: rt $ $Date: 2006-12-01 14:54:51 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -32,25 +32,19 @@
# MA 02111-1307 USA
#
#*************************************************************************
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = jurt
-PACKAGE = com$/sun$/star$/lib$/util
-TARGET = com_sun_star_lib_util
-# --- Settings -----------------------------------------------------
+PRJ := ..$/..$/..$/..$/..
+PRJNAME := jurt
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
+TARGET := com_sun_star_lib_util
+PACKAGE := com$/sun$/star$/lib$/util
-# --- Files --------------------------------------------------------
+.INCLUDE: $(PRJ)$/util$/makefile.pmk
JAVAFILES = \
AsynchronousFinalizer.java \
- IInvokable.java \
- IInvokeHook.java \
NativeLibraryLoader.java \
StringHelper.java \
UrlToFileMapper.java
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
+.INCLUDE: target.mk