summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-09 12:45:54 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-09 12:45:54 +0000
commitce91ee9e9b7176d2d10310af356fd5dc2387e494 (patch)
treee02aaa66581dc95175511035330452fd4c30e0f3 /cppu
parent671d8fa1563dfea8c6263d586bbc214b0ee5e432 (diff)
INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED
2007/01/25 16:42:32 kr 1.1.2.1.2.1: fixed: license
Diffstat (limited to 'cppu')
-rw-r--r--cppu/test/UnsafeBridge/makefile.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/cppu/test/UnsafeBridge/makefile.mk b/cppu/test/UnsafeBridge/makefile.mk
new file mode 100644
index 000000000000..18718736dece
--- /dev/null
+++ b/cppu/test/UnsafeBridge/makefile.mk
@@ -0,0 +1,50 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: kz $ $Date: 2007-05-09 13:45:54 $
+#
+# 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 2005 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 := cppu
+TARGET := UnsafeBridge.test.pl
+
+
+.INCLUDE : settings.mk
+
+
+.INCLUDE : target.mk
+
+
+ALLTAR: $(BIN)$/$(TARGET)
+
+$(BIN)$/$(TARGET): UnsafeBridge.test.pl
+ @+$(COPY) $^ $@