summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:50:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:50:16 +0000
commite1dfe8cc2f2da4c5a5f385d4aeb26c45dc043db6 (patch)
tree8a9a12984db90a617be02b5f7c5f60a4e9c48fc5 /jurt
parentf9f29b435181caec0996cb49a2b7ffcb0291672d (diff)
INTEGRATION: CWS sb23 (1.4.36); FILE MERGED
2006/08/18 16:19:10 sb 1.4.36.2: RESYNC: (1.4-1.6); FILE MERGED 2005/02/18 16:48:41 sb 1.4.36.1: #i35277# More cleanup; first part of supporting CurrentContext in URP.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk22
1 files changed, 8 insertions, 14 deletions
diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk b/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
index ea92dfd81..1791811b9 100644
--- a/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
+++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 18:58:18 $
+# last change: $Author: rt $ $Date: 2006-12-01 14:50:16 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -33,16 +33,13 @@
#
#*************************************************************************
-PRJ = ..$/..$/..$/..$/..$/..$/..
-PRJNAME = jurt
-PACKAGE = com$/sun$/star$/lib$/uno$/bridges$/java_remote
-TARGET = com_sun_star_lib_uno_bridges_java_remote
-
-# --- Settings -----------------------------------------------------
+PRJ := ..$/..$/..$/..$/..$/..$/..
+PRJNAME := jurt
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
+TARGET := com_sun_star_lib_uno_bridges_java_remote
+PACKAGE = com$/sun$/star$/lib$/uno$/bridges$/java_remote
-# --- Files --------------------------------------------------------
+.INCLUDE: $(PRJ)$/util$/makefile.pmk
JAVAFILES = \
BridgedObject.java \
@@ -52,7 +49,4 @@ JAVAFILES = \
XConnectionOutputStream_Adapter.java \
java_remote_bridge.java
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
+.INCLUDE: target.mk