summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk24
1 files changed, 10 insertions, 14 deletions
diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk b/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk
index aada10ac58c9..b31b1e9b32c6 100644
--- a/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk
+++ b/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 19:03:58 $
+# last change: $Author: rt $ $Date: 2006-12-01 14:53:54 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -33,24 +33,20 @@
#
#*************************************************************************
-PRJ = ..$/..$/..$/..$/..$/..$/..
-PRJNAME = jurt
-PACKAGE = com$/sun$/star$/lib$/uno$/protocols$/urp
-TARGET = com_sun_star_lib_uno_protocols_urp
+PRJ := ..$/..$/..$/..$/..$/..$/..
+PRJNAME := jurt
-# --- Settings -----------------------------------------------------
+TARGET := com_sun_star_lib_uno_protocols_urp
+PACKAGE := com$/sun$/star$/lib$/uno$/protocols$/urp
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
+.INCLUDE: $(PRJ)$/util$/makefile.pmk
JAVAFILES = \
Cache.java \
Marshal.java \
+ PendingRequests.java \
Unmarshal.java \
+ UrpMessage.java \
urp.java
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
+.INCLUDE: target.mk