summaryrefslogtreecommitdiff
path: root/sccomp/prj
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-27 19:49:27 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-27 21:33:41 +0200
commitf2f443b3a6cdd715827c44ff86999f9b2195d271 (patch)
treef0dd34c3f197229aef0599f5b4da3e0d45178d32 /sccomp/prj
parent6bce0a03527ed92203c4da1931dc235d5895eb8c (diff)
Convert sccomp to gbuild
Diffstat (limited to 'sccomp/prj')
-rw-r--r--sccomp/prj/build.lst3
-rw-r--r--sccomp/prj/d.lst10
-rw-r--r--sccomp/prj/makefile.mk40
3 files changed, 41 insertions, 12 deletions
diff --git a/sccomp/prj/build.lst b/sccomp/prj/build.lst
index 31d12acf1f8f..6f3bd231f857 100644
--- a/sccomp/prj/build.lst
+++ b/sccomp/prj/build.lst
@@ -1,4 +1,3 @@
scc sccomp : TRANSLATIONS:translations offapi comphelper LPSOLVE:lpsolve tools DESKTOP:rsc LIBXSLT:libxslt NULL
scc sccomp usr1 - all scc_mkout NULL
-scc sccomp\prj get - all scc_prj NULL
-scc sccomp\source\solver nmake - all scc_solver NULL
+scc sccomp\prj nmake - all scc_prj NULL
diff --git a/sccomp/prj/d.lst b/sccomp/prj/d.lst
index f618da87f6cf..e69de29bb2d1 100644
--- a/sccomp/prj/d.lst
+++ b/sccomp/prj/d.lst
@@ -1,10 +0,0 @@
-mkdir: %COMMON_DEST%\bin\hid
-..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin\hid\*.hid
-..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll
-..\%__SRC%\class\*.jar %_DEST%\bin\*.jar
-..\%__SRC%\lib\lib*.so %_DEST%\lib
-..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib
-..\%__SRC%\lib\*.sl %_DEST%\lib\*.sl
-..\%__SRC%\bin\*.bin %_DEST%\bin\*.bin
-..\%__SRC%\bin\*.res %_DEST%\bin\*.res
-..\%__SRC%\misc\solver.component %_DEST%\xml\solver.component
diff --git a/sccomp/prj/makefile.mk b/sccomp/prj/makefile.mk
new file mode 100644
index 000000000000..d30ff8a47e6b
--- /dev/null
+++ b/sccomp/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