Kaydet (Commit) b72e42b2 authored tarafından Michael Stahl's avatar Michael Stahl

filter: add missing resource makefiles

üst 94883340
#***************************************************************
# 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:
#***************************************************************
# 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:
#***************************************************************
# 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:
#***************************************************************
# 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:
#***************************************************************
# 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:
......@@ -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 \
......
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment