diff options
Diffstat (limited to 'jurt/com')
-rw-r--r-- | jurt/com/sun/star/lib/uno/bridges/java_remote/makefile.mk | 22 |
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 ea92dfd818c4..1791811b90b2 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 |