summaryrefslogtreecommitdiff
path: root/liborcus
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-30 23:26:59 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-09-07 09:10:35 -0400
commit31f589b03a3ed9a60e3548e821c2ea1ebe1b7f76 (patch)
tree6d17f7af5eb5ff8be7d876acfca797f70636fbc3 /liborcus
parenta6639312005763d19e877bc61e6a844c09f5fb23 (diff)
Get internal liborcus to build.
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d
Diffstat (limited to 'liborcus')
-rw-r--r--liborcus/makefile.mk54
-rw-r--r--liborcus/prj/build.lst3
-rw-r--r--liborcus/prj/d.lst10
-rw-r--r--liborcus/prj/dmake0
4 files changed, 67 insertions, 0 deletions
diff --git a/liborcus/makefile.mk b/liborcus/makefile.mk
new file mode 100644
index 000000000000..5958a42e0f7b
--- /dev/null
+++ b/liborcus/makefile.mk
@@ -0,0 +1,54 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+PRJ=.
+
+PRJNAME=orcus
+TARGET=orcus
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# --- Files --------------------------------------------------------
+
+.IF "$(SYSTEM_LIBORCUS)" == "YES"
+@all:
+ @echo "Using system liborcus..."
+.ENDIF
+
+TARFILE_NAME=liborcus_0.1.0
+TARFILE_MD5=17cfc0065e7d250af3e5754cee97e652
+
+PATCH_FILES=
+
+CONFIGURE_DIR=
+CONFIGURE_ACTION=./autogen.sh \
+ --with-mdds-include-path=$(OUTDIR)/inc \
+ --disable-libzip \
+ --disable-spreadsheet-model
+
+BUILD_ACTION=make
+BUILD_DIR=
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : set_ext.mk
+.INCLUDE : target.mk
+.INCLUDE : tg_ext.mk
+
diff --git a/liborcus/prj/build.lst b/liborcus/prj/build.lst
new file mode 100644
index 000000000000..70eeee57033b
--- /dev/null
+++ b/liborcus/prj/build.lst
@@ -0,0 +1,3 @@
+orcus liborcus : BOOST:boost MDDS:mdds NULL
+orcus liborcus usr1 - all orcus_mkout NULL
+orcus liborcus nmake - all orcus_liborcus NULL
diff --git a/liborcus/prj/d.lst b/liborcus/prj/d.lst
new file mode 100644
index 000000000000..d49178288722
--- /dev/null
+++ b/liborcus/prj/d.lst
@@ -0,0 +1,10 @@
+mkdir: %_DEST%\inc\orcus
+mkdir: %_DEST%\inc\orcus\spreadsheet
+
+..\%__SRC%\misc\build\liborcus*\include\orcus\*.hpp %_DEST%\inc\orcus\
+..\%__SRC%\misc\build\liborcus*\include\orcus\spreadsheet\*.hpp %_DEST%\inc\orcus\spreadsheet\
+
+..\%__SRC%\misc\build\liborcus*\src\liborcus\.libs\liborcus-0.2.so.0 %_DEST%\lib\
+symlink: %_DEST%\lib\liborcus-0.2.so.0 %_DEST%\lib\liborcus-0.2.so
+
+..\%__SRC%\slb\*.lib %_DEST%\lib\*.lib
diff --git a/liborcus/prj/dmake b/liborcus/prj/dmake
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/liborcus/prj/dmake