summaryrefslogtreecommitdiff
path: root/stoc/source/stocservices/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:03:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:03:51 +0000
commit62c02088314d77d759b97307273f12514242fd0d (patch)
treed17f61cce753578d0e240b93875d4a031db978f0 /stoc/source/stocservices/makefile.mk
parent5115c854b25a750f3e3bb2e461615b94b37c2681 (diff)
INTEGRATION: CWS sb76 (1.1.2); FILE ADDED
2007/09/03 08:27:37 sb 1.1.2.2: #i77885# Wrong PRJNAME. 2007/08/31 11:26:52 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/source/stocservices/makefile.mk')
-rw-r--r--stoc/source/stocservices/makefile.mk57
1 files changed, 57 insertions, 0 deletions
diff --git a/stoc/source/stocservices/makefile.mk b/stoc/source/stocservices/makefile.mk
new file mode 100644
index 000000000..6ac0f60d2
--- /dev/null
+++ b/stoc/source/stocservices/makefile.mk
@@ -0,0 +1,57 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: hr $ $Date: 2007-09-27 13:03:51 $
+#
+# 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= stoc
+TARGET = stocservices
+ENABLE_EXCEPTIONS=TRUE
+COMP1TYPELIST = stocserv
+
+# --- openoffice.org.orig/Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# ------------------------------------------------------------------
+
+.INCLUDE : ..$/cppumaker.mk
+
+# --- openoffice.org.orig/Files ------------------------------------------------------
+
+SLOFILES= \
+ $(SLO)$/stocservices.obj
+
+# --- openoffice.org.orig/Targets ------------------------------------------------------
+
+.INCLUDE : target.mk