summaryrefslogtreecommitdiff
path: root/sd/source/helper
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 15:52:35 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 15:52:35 +0000
commit5497a6350dff7264bab3e09dc6b8ad7048317a2c (patch)
tree30338b57f51fa34d8913b854570ac27b1fbee007 /sd/source/helper
parentdf26bcaec76e7155ab4f6ba80f03b717cdb7bb26 (diff)
INTEGRATION: CWS impressfunctions (1.1.2); FILE ADDED
2005/10/28 10:53:09 cl 1.1.2.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/helper')
-rw-r--r--sd/source/helper/makefile.mk57
1 files changed, 57 insertions, 0 deletions
diff --git a/sd/source/helper/makefile.mk b/sd/source/helper/makefile.mk
new file mode 100644
index 000000000000..99df5d605b05
--- /dev/null
+++ b/sd/source/helper/makefile.mk
@@ -0,0 +1,57 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: rt $ $Date: 2005-12-14 16:52:35 $
+#
+# 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=sd
+TARGET=helper
+ENABLE_EXCEPTIONS=TRUE
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : svpre.mk
+.INCLUDE : settings.mk
+.INCLUDE : sv.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+# --- Common ----------------------------------------------------------
+
+# --- Files --------------------------------------------------------
+
+SLOFILES =\
+ $(SLO)$/simplereferencecomponent.obj
+
+# --- Tagets -------------------------------------------------------
+
+.INCLUDE : target.mk