summaryrefslogtreecommitdiff
path: root/xmloff/source/table
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 09:59:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 09:59:41 +0000
commitb4e0cd4a675cbb3d3a3e9c9ca6511c026001d43f (patch)
tree89ac04331aea03f0e5314c75dde733091597ee27 /xmloff/source/table
parentacd0bff585b23c68bef97a677e5af67950873999 (diff)
INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED
2007/05/07 10:25:32 larsbehr 1.1.2.1: initial impress table support
Diffstat (limited to 'xmloff/source/table')
-rw-r--r--xmloff/source/table/makefile.mk56
1 files changed, 56 insertions, 0 deletions
diff --git a/xmloff/source/table/makefile.mk b/xmloff/source/table/makefile.mk
new file mode 100644
index 000000000000..0a2b2907ba29
--- /dev/null
+++ b/xmloff/source/table/makefile.mk
@@ -0,0 +1,56 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: rt $ $Date: 2008-03-12 10:59:41 $
+#
+# 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=xmloff
+TARGET=table
+AUTOSEG=true
+ENABLE_EXCEPTIONS=TRUE
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE: $(PRJ)$/util$/makefile.pmk
+
+# --- Files --------------------------------------------------------
+
+SLOFILES = \
+ $(SLO)$/XMLTableExport.obj\
+ $(SLO)$/XMLTableImport.obj
+
+# --- Targets --------------------------------------------------------------
+
+.INCLUDE : target.mk
+