diff options
Diffstat (limited to 'ridljar/test')
-rw-r--r-- | ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk b/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk index fe1bfefc1d15..85f3fcc02c11 100644 --- a/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk +++ b/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: kr $ $Date: 2001-09-11 15:57:18 $ +# last change: $Author: vg $ $Date: 2003-05-22 09:33:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -57,31 +57,13 @@ # Contributor(s): _______________________________________ # # -# #************************************************************************* -PRJ=..$/..$/..$/..$/..$/..$/.. - +PRJ := ..$/..$/..$/..$/..$/..$/.. PRJNAME := ridljar -PACKAGE := com$/sun$/star$/lib$/uno$/typedesc -TARGET := test_com_sun_star_lib_uno_typedesc - - -# --- Settings ----------------------------------------------------- -.INCLUDE : settings.mk - -JARFILES = sandbox.jar -JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) - +TARGET := test_com_sun_star_lib_uno_typedesc -# Files -------------------------------------------------------- - - -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/TypeDescription_Test.class - - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk +PACKAGE := com$/sun$/star$/lib$/uno$/typedesc +JAVATESTFILES := TypeDescription_Test.java +.INCLUDE: javaunittest.mk |