summaryrefslogtreecommitdiff
path: root/psprint_config/prj
diff options
context:
space:
mode:
Diffstat (limited to 'psprint_config/prj')
-rw-r--r--psprint_config/prj/build.lst3
-rw-r--r--psprint_config/prj/d.lst4
-rw-r--r--psprint_config/prj/makefile.mk40
3 files changed, 41 insertions, 6 deletions
diff --git a/psprint_config/prj/build.lst b/psprint_config/prj/build.lst
index 697fcf6062f0..ee89990b2a9a 100644
--- a/psprint_config/prj/build.lst
+++ b/psprint_config/prj/build.lst
@@ -1,4 +1,3 @@
pc psprint_config : soltools AFMS:afms NULL
pc psprint_config usr1 - all pc_mkout NULL
-pc psprint_config\configuration nmake - u pc_conf NULL
-pc psprint_config\configuration\ppds nmake - u pc_ppds NULL
+pc psprint_config\prj nmake - all pc_prj NULL
diff --git a/psprint_config/prj/d.lst b/psprint_config/prj/d.lst
index f3886a148fdd..e69de29bb2d1 100644
--- a/psprint_config/prj/d.lst
+++ b/psprint_config/prj/d.lst
@@ -1,4 +0,0 @@
-mkdir: %COMMON_DEST%\pck
-
-..\%__SRC%\bin\*.zip %_DEST%\pck\*.zip
-
diff --git a/psprint_config/prj/makefile.mk b/psprint_config/prj/makefile.mk
new file mode 100644
index 000000000000..d30ff8a47e6b
--- /dev/null
+++ b/psprint_config/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