summaryrefslogtreecommitdiffstats
path: root/writerfilter/Package_sprmids.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-31 15:25:10 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-04 11:31:57 +0200
commit8aab8292fedb840238f654530df67b6e79ade537 (patch)
tree07a9e4be025534ffadc7a459779126729537876d /writerfilter/Package_sprmids.mk
parentjvmfwk: use CustomTarget makefile (diff)
downloadcore-8aab8292fedb840238f654530df67b6e79ade537.tar.gz
core-8aab8292fedb840238f654530df67b6e79ade537.zip
writerfilter: use CustomTarget makefile
Diffstat (limited to 'writerfilter/Package_sprmids.mk')
-rw-r--r--writerfilter/Package_sprmids.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/writerfilter/Package_sprmids.mk b/writerfilter/Package_sprmids.mk
new file mode 100644
index 000000000000..2eaa53007f93
--- /dev/null
+++ b/writerfilter/Package_sprmids.mk
@@ -0,0 +1,33 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2009 by Sun Microsystems, Inc.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org 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 version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,writerfilter_sprmids,$(call gb_CustomTarget_get_workdir,writerfilter/source)))
+
+$(eval $(call gb_Package_add_file,writerfilter_sprmids,inc/writerfilter/doctok/sprmids.hxx,doctok/sprmids.hxx))
+
+# vim: set noet sw=4 ts=4: