summaryrefslogtreecommitdiff
path: root/comphelper/source/xml
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-13 10:41:21 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-13 10:41:21 +0000
commit222ac425d1c710945286f34a67fe82b42400b5ed (patch)
tree64a396dc74e50e0d2191703ec6bb9f063a65d71f /comphelper/source/xml
parentd00befb5824ff40ebc0f9a6dc5c71f549be71eed (diff)
INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED
2006/04/21 11:32:08 mav 1.1.2.1: #i64612# xml parsing helper
Diffstat (limited to 'comphelper/source/xml')
-rw-r--r--comphelper/source/xml/makefile.mk56
1 files changed, 56 insertions, 0 deletions
diff --git a/comphelper/source/xml/makefile.mk b/comphelper/source/xml/makefile.mk
new file mode 100644
index 000000000000..31d24113d4ad
--- /dev/null
+++ b/comphelper/source/xml/makefile.mk
@@ -0,0 +1,56 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: obo $ $Date: 2006-10-13 11:41:21 $
+#
+# 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=comphelper
+TARGET=xml
+
+ENABLE_EXCEPTIONS=TRUE
+
+# --- Settings ----------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+# --- Files -------------------------------------
+
+SLOFILES= \
+ $(SLO)$/ofopxmlhelper.obj \
+ $(SLO)$/attributelist.obj
+
+# --- Targets ----------------------------------
+
+.INCLUDE : target.mk
+