summaryrefslogtreecommitdiff
path: root/wizards/prj
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-22 09:53:58 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-16 10:11:45 +0200
commit2839168cd0eebe9b5397406a124ca1b6247ad59e (patch)
tree014e0a5ea43386679222243a395e67be6966fbe0 /wizards/prj
parente19358aa28e2a43134b49d1c37a27b6fa33ecc2f (diff)
CWS gnumake4: convert wizards to new build system
Diffstat (limited to 'wizards/prj')
-rw-r--r--wizards/prj/build.lst28
-rw-r--r--wizards/prj/d.lst23
-rw-r--r--wizards/prj/makefile.mk40
3 files changed, 41 insertions, 50 deletions
diff --git a/wizards/prj/build.lst b/wizards/prj/build.lst
index e0d94b1c1e4d..e4037a0021dd 100644
--- a/wizards/prj/build.lst
+++ b/wizards/prj/build.lst
@@ -1,28 +1,2 @@
wz wizards : L10N:l10n rsc javaunohelper unoil LIBXSLT:libxslt NULL
-wz wizards\util nmake - all wz_util NULL
-wz wizards\source\config nmake - all wz_config NULL
-wz wizards\source\configshare nmake - all wz_configshare NULL
-wz wizards\source\imagelists nmake - all wz_imglists NULL
-wz wizards\source\euro nmake - all wz_eurowiz NULL
-wz wizards\source\formwizard nmake - all wz_reswiz NULL
-wz wizards\source\gimmicks nmake - all wz_gimmickswz NULL
-wz wizards\source\importwizard nmake - all wz_importwiz NULL
-wz wizards\source\schedule nmake - all wz_schedulewiz NULL
-wz wizards\source\template nmake - all wz_templatewiz NULL
-wz wizards\source\tools nmake - all wz_toolswiz NULL
-wz wizards\source\depot nmake - all wz_depot NULL
-wz wizards\source\tutorials nmake - all wz_tutorials NULL
-wz wizards\source\standard nmake - all wz_standard NULL
-wz wizards\com\sun\star\wizards nmake - all wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\query nmake - all wz_querywiz wz_formwiz wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\report nmake - all wz_reportwiz wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\reportbuilder\layout nmake - all wz_rptlayoutwiz wz_reportwiz NULL
-wz wizards\com\sun\star\wizards\reportbuilder nmake - all wz_rptbldwiz wz_rptlayoutwiz NULL
-wz wizards\com\sun\star\wizards\table nmake - all wz_tablewiz wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\form nmake - all wz_formwiz wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\letter nmake - all wz_letterwiz wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\fax nmake - all wz_faxwiz wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\agenda nmake - all wz_agendawiz wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\web\data nmake - all wz_webdata wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\web\export nmake - all wz_webexport wz_webdata wz_commonwiz NULL
-wz wizards\com\sun\star\wizards\web nmake - all wz_webwiz wz_webexport NULL
+wz wizards\prj nmake - all wz_prj NULL
diff --git a/wizards/prj/d.lst b/wizards/prj/d.lst
index f8ab876ba1c1..e69de29bb2d1 100644
--- a/wizards/prj/d.lst
+++ b/wizards/prj/d.lst
@@ -1,23 +0,0 @@
-mkdir: %COMMON_DEST%\bin%_EXT%\hid
-mkdir: %_DEST%\pck%_EXT%
-..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid
-..\%__SRC%\bin\*.zip %_DEST%\pck%_EXT%\*.zip
- ..\%__SRC%\bin\wzi*.res %_DEST%\bin%_EXT%\wzi*.res
-..\%__SRC%\bin\dbw*.res %_DEST%\bin%_EXT%\dbw*.res
-..\%__SRC%\bin\tpl*.res %_DEST%\bin%_EXT%\tpl*.res
-..\%__SRC%\bin\imp*.res %_DEST%\bin%_EXT%\imp*.res
-..\%__SRC%\bin\wwz*.res %_DEST%\bin%_EXT%\wwz*.res
-..\%__SRC%\bin\eur*.res %_DEST%\bin%_EXT%\eur*.res
-..\%__SRC%\bin\cal*.res %_DEST%\bin%_EXT%\cal*.res
-..\%__SRC%\bin\com*.res %_DEST%\bin%_EXT%\com*.res
-REM ..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res
-
-..\%__SRC%\class\*.jar %_DEST%\bin%_EXT%\*.jar
-..\%__SRC%\misc\agenda.component %_DEST%\xml%_EXT%\agenda.component
-..\%__SRC%\misc\fax.component %_DEST%\xml%_EXT%\fax.component
-..\%__SRC%\misc\form.component %_DEST%\xml%_EXT%\form.component
-..\%__SRC%\misc\letter.component %_DEST%\xml%_EXT%\letter.component
-..\%__SRC%\misc\query.component %_DEST%\xml%_EXT%\query.component
-..\%__SRC%\misc\report.component %_DEST%\xml%_EXT%\report.component
-..\%__SRC%\misc\table.component %_DEST%\xml%_EXT%\table.component
-..\%__SRC%\misc\web.component %_DEST%\xml%_EXT%\web.component
diff --git a/wizards/prj/makefile.mk b/wizards/prj/makefile.mk
new file mode 100644
index 000000000000..88cd9dfe08b8
--- /dev/null
+++ b/wizards/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