summaryrefslogtreecommitdiff
path: root/filter/prj
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-09-15 13:52:54 +0200
committerMichael Stahl <mst@openoffice.org>2011-09-15 14:07:26 +0200
commitd1248e2413e3b17950c73bcb2554f09908d2d97d (patch)
tree6c2fa22e88ddd2f545c8072e1f87c685251770dc /filter/prj
parent2bf365dce817e02037c04d15d7b0dfc78cf9c91f (diff)
filter: convert filter configuration to gbuild
Diffstat (limited to 'filter/prj')
-rw-r--r--filter/prj/build.lst4
-rw-r--r--filter/prj/makefile.mk32
2 files changed, 33 insertions, 3 deletions
diff --git a/filter/prj/build.lst b/filter/prj/build.lst
index 9d2601d352ea..afe1d3e3c4fd 100644
--- a/filter/prj/build.lst
+++ b/filter/prj/build.lst
@@ -1,4 +1,5 @@
fl filter : TRANSLATIONS:translations svtools unotools xmloff cppu tools cppuhelper sal svx javaunohelper XPDF:xpdf jvmaccess canvas SAXON:saxon LIBXSLT:libxslt basegfx package PYTHON:python NULL
+fl filter\prj nmake - all fl_prj NULL
fl filter usr1 - all fl_mkout NULL
fl filter\prj get - all fl_prj NULL
fl filter\inc nmake - all fl_inc NULL
@@ -40,9 +41,6 @@ fl filter\source\graphicfilter\ipsd nmake - all g_ipsd fl_inc NULL
fl filter\source\graphicfilter\ieps nmake - all g_ieps fl_inc NULL
fl filter\source\graphicfilter\icgm nmake - all g_icgm fl_inc NULL
fl filter\source\config\cache nmake - all fl_config fl_inc NULL
-fl filter\source\config\fragments\types nmake - all fl_fcfg_fragments_types fl_inc NULL
-fl filter\source\config\fragments\filters nmake - all fl_fcfg_fragments_filters fl_inc NULL
-fl filter\source\config\fragments nmake - all fl_fcfg_fragments fl_fcfg_fragments_filters fl_inc NULL
# took very long
# fl filter\qa\complex\filter\misc nmake - all fl_qa_complex NULL
diff --git a/filter/prj/makefile.mk b/filter/prj/makefile.mk
new file mode 100644
index 000000000000..d30a7dd4f0a4
--- /dev/null
+++ b/filter/prj/makefile.mk
@@ -0,0 +1,32 @@
+#***************************************************************
+# 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
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the 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