summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-22 11:20:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-22 11:20:03 +0000
commit9bd29cfc8431f2c628955a7d13dce0f550a5d37f (patch)
treeb1f51b79c0ac403c488446d461f6ed7c5b9f527b /sal
parentINTEGRATION: CWS sb81 (1.34.46); FILE MERGED (diff)
downloadcore-9bd29cfc8431f2c628955a7d13dce0f550a5d37f.tar.gz
core-9bd29cfc8431f2c628955a7d13dce0f550a5d37f.zip
INTEGRATION: CWS sb81 (1.1.2); FILE ADDED
2007/11/02 17:03:15 sb 1.1.2.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/sal/makefile.mk58
1 files changed, 58 insertions, 0 deletions
diff --git a/sal/qa/sal/makefile.mk b/sal/qa/sal/makefile.mk
new file mode 100644
index 000000000000..135f5f7db5b8
--- /dev/null
+++ b/sal/qa/sal/makefile.mk
@@ -0,0 +1,58 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: ihi $ $Date: 2007-11-22 12:20:03 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2007 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+
+PRJ := ..$/..
+PRJNAME := sal
+TARGET := qa_sal
+
+ENABLE_EXCEPTIONS := TRUE
+
+.INCLUDE: settings.mk
+
+SHL1TARGET = $(TARGET)_types
+SHL1OBJS = $(SLO)$/test_types.obj
+SHL1STDLIBS = $(CPPUNITLIB) $(SALLIB)
+SHL1VERSIONMAP = version.map
+SHL1IMPLIB = i$(SHL1TARGET)
+DEF1NAME = $(SHL1TARGET)
+
+SLOFILES = $(SHL1OBJS)
+
+.INCLUDE: target.mk
+
+ALLTAR: test
+
+test .PHONY: $(SHL1TARGETN)
+ testshl2 $(SHL1TARGETN)