summaryrefslogtreecommitdiff
path: root/extras/source/symbols/makefile.mk
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2012-06-05 13:35:29 +0200
committerStefan Knorr (astron) <heinzlesspam@gmail.com>2012-06-05 13:35:55 +0200
commite74c007e25d05e49d94a94d9b024076faa02c8d0 (patch)
tree8f8f2df2abd6a6187d796557474de6a978c8c124 /extras/source/symbols/makefile.mk
parent42bb3d50b21f2febe4518262488765aec523c5e5 (diff)
Revert "Remove ugly symbols" libreoffice-3-6-branch-point
This reverts commit 9cfde0143195f14192e22fd437938d7810f8618c.
Diffstat (limited to 'extras/source/symbols/makefile.mk')
-rw-r--r--extras/source/symbols/makefile.mk51
1 files changed, 51 insertions, 0 deletions
diff --git a/extras/source/symbols/makefile.mk b/extras/source/symbols/makefile.mk
new file mode 100644
index 000000000000..09bb04098f43
--- /dev/null
+++ b/extras/source/symbols/makefile.mk
@@ -0,0 +1,51 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# 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.
+#
+#*************************************************************************
+PRJ=..$/..
+
+
+
+PRJNAME=extras
+TARGET=symbols
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+
+
+ZIP1TARGET = $(SYMBOLS_ALL_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+
+.INCLUDE : target.mk
+
+
+
+
+