summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-03 08:10:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-03 08:10:34 +0000
commitf36b77ab498e573583d954d06327dafc6cbff329 (patch)
tree8d065296f07e568b7bed17fe1b8ad57d24c995e1 /sal
parentINTEGRATION: CWS qadev17 (1.1.2); FILE ADDED (diff)
downloadcore-f36b77ab498e573583d954d06327dafc6cbff329.tar.gz
core-f36b77ab498e573583d954d06327dafc6cbff329.zip
INTEGRATION: CWS qadev17 (1.4.50); FILE MERGED
2004/04/28 09:34:50 lla 1.4.50.3: #116021 add old tests 2004/04/14 12:09:05 lla 1.4.50.2: #116021# lot of clarification for test library names 2004/03/24 08:38:10 lla 1.4.50.1: #116021# new tests
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/math/makefile.mk38
1 files changed, 35 insertions, 3 deletions
diff --git a/sal/qa/rtl/math/makefile.mk b/sal/qa/rtl/math/makefile.mk
index fc012b3045c4..6141f2c7f676 100644
--- a/sal/qa/rtl/math/makefile.mk
+++ b/sal/qa/rtl/math/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: kz $ $Date: 2003-11-18 16:41:52 $
+# last change: $Author: rt $ $Date: 2004-05-03 09:10:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -60,6 +60,7 @@
#
#*************************************************************************
PRJ=..$/..$/..
+INCPRE+= $(PRJ)$/qa$/inc
PRJNAME=sal
TARGET=rtl_math
@@ -94,10 +95,41 @@ DEF1NAME =$(SHL1TARGET)
# DEF1EXPORTFILE= export.exp
SHL1VERSIONMAP = export.map
+# --- BEGIN --------------------------------------------------------
+SHL2OBJS= \
+ $(SLO)$/rtl_math.obj
+SHL2TARGET= rtl_math2
+SHL2STDLIBS=\
+ $(SALLIB) \
+ $(CPPUNITLIB)
+
+SHL2IMPLIB= i$(SHL2TARGET)
+DEF2NAME= $(SHL2TARGET)
+SHL2VERSIONMAP = export.map
+
+
+
+# # --- BEGIN --------------------------------------------------------
+# LLA: this is an old test, which seems not to work
+# sal_setInt64()
+# sal_getInt64()
+# does not exist.
+#
+# SHL3OBJS= \
+# $(SLO)$/rtl_old_testint64.obj
+# SHL3TARGET= rtl_old_testint64
+# SHL3STDLIBS=\
+# $(SALLIB) \
+# $(CPPUNITLIB)
+#
+# SHL3IMPLIB= i$(SHL3TARGET)
+# DEF3NAME= $(SHL3TARGET)
+# SHL3VERSIONMAP = export.map
+#
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
-SLOFILES=$(SHL1OBJS)
+# SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------