summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-09-15 14:01:36 +0200
committerMichael Stahl <mst@openoffice.org>2011-09-15 14:07:29 +0200
commitb72e42b29c57f0752e0bc92d47fa622a47c13c86 (patch)
tree82ffb5e1aa0ae68de76d0a5220c56a37bfdcd2f8
parent94883340a945dbd130ad16400f4ac25cae4bec1a (diff)
filter: add missing resource makefiles
-rw-r--r--filter/AllLangResTarget_eps.mk32
-rw-r--r--filter/AllLangResTarget_flash.mk32
-rw-r--r--filter/AllLangResTarget_pdffilter.mk41
-rw-r--r--filter/AllLangResTarget_t602filter.mk32
-rw-r--r--filter/AllLangResTarget_xsltdlg.mk43
-rw-r--r--filter/Module_filter.mk5
-rw-r--r--filter/prj/d.lst72
-rw-r--r--filter/source/config/fragments/delzip0
8 files changed, 185 insertions, 72 deletions
diff --git a/filter/AllLangResTarget_eps.mk b/filter/AllLangResTarget_eps.mk
new file mode 100644
index 000000000000..6b782740144a
--- /dev/null
+++ b/filter/AllLangResTarget_eps.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.
+#***************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,eps))
+
+$(eval $(call gb_AllLangResTarget_add_srs,eps,\
+ filter/eps \
+))
+
+$(eval $(call gb_SrsTarget_SrsTarget,filter/eps))
+
+$(eval $(call gb_SrsTarget_add_files,filter/eps,\
+ filter/source/graphicfilter/eps/epsstr.src \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/filter/AllLangResTarget_flash.mk b/filter/AllLangResTarget_flash.mk
new file mode 100644
index 000000000000..9c34a91ef253
--- /dev/null
+++ b/filter/AllLangResTarget_flash.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.
+#***************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,flash))
+
+$(eval $(call gb_AllLangResTarget_add_srs,flash,\
+ filter/flash \
+))
+
+$(eval $(call gb_SrsTarget_SrsTarget,filter/flash))
+
+$(eval $(call gb_SrsTarget_add_files,filter/flash,\
+ filter/source/flash/impswfdialog.src \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/filter/AllLangResTarget_pdffilter.mk b/filter/AllLangResTarget_pdffilter.mk
new file mode 100644
index 000000000000..ce3ef8528a86
--- /dev/null
+++ b/filter/AllLangResTarget_pdffilter.mk
@@ -0,0 +1,41 @@
+#***************************************************************
+# 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.
+#***************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,pdffilter))
+
+# this is ugly; why is it necessary to set this manually?
+$(eval $(call gb_AllLangResTarget_set_reslocation,pdffilter,res))
+
+$(eval $(call gb_AllLangResTarget_add_srs,pdffilter,\
+ filter/pdffilter \
+))
+
+$(eval $(call gb_SrsTarget_SrsTarget,filter/pdffilter))
+
+$(eval $(call gb_SrsTarget_set_include,filter/pdffilter,\
+ $$(INCLUDE) \
+ -I$(SRCDIR)/filter/inc \
+))
+
+$(eval $(call gb_SrsTarget_add_files,filter/pdffilter,\
+ filter/source/pdf/impdialog.src \
+ filter/source/pdf/pdf.src \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/filter/AllLangResTarget_t602filter.mk b/filter/AllLangResTarget_t602filter.mk
new file mode 100644
index 000000000000..f1dcc9100c5c
--- /dev/null
+++ b/filter/AllLangResTarget_t602filter.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.
+#***************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,t602filter))
+
+$(eval $(call gb_AllLangResTarget_add_srs,t602filter,\
+ filter/t602filter \
+))
+
+$(eval $(call gb_SrsTarget_SrsTarget,filter/t602filter))
+
+$(eval $(call gb_SrsTarget_add_files,filter/t602filter,\
+ filter/source/t602/t602filter.src \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/filter/AllLangResTarget_xsltdlg.mk b/filter/AllLangResTarget_xsltdlg.mk
new file mode 100644
index 000000000000..6ed201d11961
--- /dev/null
+++ b/filter/AllLangResTarget_xsltdlg.mk
@@ -0,0 +1,43 @@
+#***************************************************************
+# 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.
+#***************************************************************
+
+$(eval $(call gb_AllLangResTarget_AllLangResTarget,xsltdlg))
+
+$(eval $(call gb_AllLangResTarget_add_srs,xsltdlg,\
+ filter/xsltdlg \
+))
+
+$(eval $(call gb_SrsTarget_SrsTarget,filter/xsltdlg))
+
+$(eval $(call gb_SrsTarget_set_include,filter/xsltdlg,\
+ $$(INCLUDE) \
+ -I$(SRCDIR)/filter/inc \
+))
+
+$(eval $(call gb_SrsTarget_add_files,filter/xsltdlg,\
+ filter/source/xsltdialog/xmlfiltersettingsdialog.src \
+ filter/source/xsltdialog/xmlfiltertabdialog.src \
+ filter/source/xsltdialog/xmlfiltertabpagebasic.src \
+ filter/source/xsltdialog/xmlfiltertabpagexslt.src \
+ filter/source/xsltdialog/xmlfiltertestdialog.src \
+ filter/source/xsltdialog/xmlfileview.src \
+ filter/source/xsltdialog/xmlfilterdialogstrings.src \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index 21306609c479..1a8240a1d6f7 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -20,6 +20,11 @@
$(eval $(call gb_Module_Module,filter))
$(eval $(call gb_Module_add_targets,filter,\
+ AllLangResTarget_eps \
+ AllLangResTarget_flash \
+ AllLangResTarget_pdffilter \
+ AllLangResTarget_t602filter \
+ AllLangResTarget_xsltdlg \
Configuration_filter \
Jar_XSLTFilter \
Jar_XSLTValidate \
diff --git a/filter/prj/d.lst b/filter/prj/d.lst
index 53b7a14243d4..e69de29bb2d1 100644
--- a/filter/prj/d.lst
+++ b/filter/prj/d.lst
@@ -1,72 +0,0 @@
-mkdir: %COMMON_DEST%\bin\hid
-..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin\hid\*.hid
-..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll
-..\%__SRC%\lib\lib*.so %_DEST%\lib
-..\%__SRC%\lib\lib*.dylib %_DEST%\lib
-..\%__SRC%\lib\lib*.a %_DEST%\lib
-..\%__SRC%\lib\imsfilter.lib %_DEST%\lib\imsfilter.lib
-..\%__SRC%\class\*.jar %_DEST%\bin\*.jar
-..\%__SRC%\class\XSLTFilter\*.jar %_DEST%\bin\*.jar
-..\%__SRC%\class\XSLTValidate\*.jar %_DEST%\bin\*.jar
-..\%__SRC%\bin\*.res %_DEST%\bin\*.res
-mkdir: %_DEST%\bin\xslt
-mkdir: %_DEST%\bin\xslt\common
-mkdir: %_DEST%\bin\xslt\export
-mkdir: %_DEST%\bin\xslt\export\common
-mkdir: %_DEST%\bin\xslt\export\common\styles
-mkdir: %_DEST%\bin\xslt\export\common\table
-mkdir: %_DEST%\bin\xslt\export\spreadsheetml
-mkdir: %_DEST%\bin\xslt\export\wiki
-mkdir: %_DEST%\bin\xslt\export\wordml
-mkdir: %_DEST%\bin\xslt\export\uof
-mkdir: %_DEST%\bin\xslt\export\xhtml
-mkdir: %_DEST%\bin\xslt\import
-mkdir: %_DEST%\bin\xslt\import\common
-mkdir: %_DEST%\bin\xslt\import\spreadsheetml
-mkdir: %_DEST%\bin\xslt\import\uof
-mkdir: %_DEST%\bin\xslt\import\wordml
-mkdir: %_DEST%\xml\registry
-mkdir: %_DEST%\xml\registry\spool
-mkdir: %_DEST%\bin\pdfimport
-..\source\xslt\common\*.xsl %_DEST%\bin\xslt\common\*.xsl
-..\source\xslt\export\common\*.xsl %_DEST%\bin\xslt\export\common\*.xsl
-..\source\xslt\odf2xhtml\export\common\*.xsl %_DEST%\bin\xslt\export\common\*.xsl
-..\source\xslt\odf2xhtml\export\common\styles\*.xsl %_DEST%\bin\xslt\export\common\styles\*.xsl
-..\source\xslt\odf2xhtml\export\common\table\*.xsl %_DEST%\bin\xslt\export\common\table\*.xsl
-..\source\xslt\export\spreadsheetml\*.xsl %_DEST%\bin\xslt\export\spreadsheetml\*.xsl
-..\source\xslt\export\wiki\*.xsl %_DEST%\bin\xslt\export\wiki\*.xsl
-..\source\xslt\export\wiki\*.ott %_DEST%\bin\xslt\export\wiki\*.ott
-..\source\xslt\export\wordml\*.xsl %_DEST%\bin\xslt\export\wordml\*.xsl
-..\source\xslt\export\uof\*.xsl %_DEST%\bin\xslt\export\uof\*.xsl
-..\source\xslt\export\xhtml\*.xsl %_DEST%\bin\xslt\export\xhtml\*.xsl
-..\source\xslt\odf2xhtml\export\xhtml\*.xsl %_DEST%\bin\xslt\export\xhtml\*.xsl
-..\source\xslt\import\common\*.xsl %_DEST%\bin\xslt\import\common\*.xsl
-..\source\xslt\import\spreadsheetml\*.xsl %_DEST%\bin\xslt\import\spreadsheetml\*.xsl
-..\source\xslt\import\wordml\*.xsl %_DEST%\bin\xslt\import\wordml\*.xsl
-..\source\xslt\import\uof\*.xsl %_DEST%\bin\xslt\import\uof\*.xsl
-..\%__SRC%\bin\*.xsl %_DEST%\bin\*.xsl
-..\%__SRC%\bin\*.stw %_DEST%\bin\*.stw
-..\%__SRC%\bin\pdf2xml.* %_DEST%\bin\pdf2xml.*
-..\%__SRC%\bin\pdfunzip.* %_DEST%\bin\pdfunzip.*
-..\%__SRC%\misc\filters\modulepacks\fcfg_*.xcu %_DEST%\xml\registry\spool\fcfg_*.xcu
-..\%COMMON_OUTDIR%\bin\fcfg_langpack_*.zip %_DEST%\pck\fcfg_langpack_*.zip
-..\%__SRC%\misc\t602filter.component %_DEST%\xml\t602filter.component
-
-mkdir: %_DEST%\inc\filter
-mkdir: %_DEST%\inc\filter\msfilter
-..\inc\filter\msfilter\*.hxx %_DEST%\inc\filter\msfilter\*.hxx
-..\inc\filter\msfilter\*.h %_DEST%\inc\filter\msfilter\*.h
-
-..\%__SRC%\misc\XSLTFilter.jar.component %_DEST%\xml\XSLTFilter.jar.component
-..\%__SRC%\misc\XSLTValidate.component %_DEST%\xml\XSLTValidate.component
-..\%__SRC%\misc\filterconfig1.component %_DEST%\xml\filterconfig1.component
-..\%__SRC%\misc\flash.component %_DEST%\xml\flash.component
-..\%__SRC%\misc\msfilter.component %_DEST%\xml\msfilter.component
-..\%__SRC%\misc\odfflatxml.component %_DEST%\xml\odfflatxml.component
-..\%__SRC%\misc\pdffilter.component %_DEST%\xml\pdffilter.component
-..\%__SRC%\misc\placeware.component %_DEST%\xml\placeware.component
-..\%__SRC%\misc\svgfilter.component %_DEST%\xml\svgfilter.component
-..\%__SRC%\misc\xmlfa.component %_DEST%\xml\xmlfa.component
-..\%__SRC%\misc\xmlfd.component %_DEST%\xml\xmlfd.component
-..\%__SRC%\misc\xsltdlg.component %_DEST%\xml\xsltdlg.component
-..\%__SRC%\misc\xsltfilter.component %_DEST%\xml\xsltfilter.component
diff --git a/filter/source/config/fragments/delzip b/filter/source/config/fragments/delzip
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/filter/source/config/fragments/delzip
+++ /dev/null