summaryrefslogtreecommitdiff
path: root/sc/prj
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-25 23:41:28 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-25 23:43:22 -0500
commitba6a2dc29889d74641f3ae49ee15b61099f499cc (patch)
tree5bf698bee8b7469c624481bf7a778ced724e60af /sc/prj
parent8f1bedf008c2e7e7bd8f9717177dd3f1740143d0 (diff)
gnumake support for calc.
calc build and execute. loading excel file fail
Diffstat (limited to 'sc/prj')
-rw-r--r--sc/prj/gbuild.lst2
-rw-r--r--sc/prj/makefile.mk40
2 files changed, 42 insertions, 0 deletions
diff --git a/sc/prj/gbuild.lst b/sc/prj/gbuild.lst
new file mode 100644
index 000000000000..ac021dfecd88
--- /dev/null
+++ b/sc/prj/gbuild.lst
@@ -0,0 +1,2 @@
+sc sc : filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure NULL
+sc sc\prj nmake - all sc_prj NULL
diff --git a/sc/prj/makefile.mk b/sc/prj/makefile.mk
new file mode 100644
index 000000000000..e312a7ccab65
--- /dev/null
+++ b/sc/prj/makefile.mk
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# 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=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+ cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog