Author: jani
Date: Mon Aug 5 23:24:38 2013
New Revision: 1510806
URL: http://svn.apache.org/r1510806
Log:
next batch for genLang
Added:
openoffice/branches/l10n40/main/extensions/source/makefile.mk
openoffice/branches/l10n40/main/filter/source/makefile.mk
openoffice/branches/l10n40/main/forms/source/makefile.mk
openoffice/branches/l10n40/main/formula/source/makefile.mk
openoffice/branches/l10n40/main/fpicker/source/makefile.mk
Modified:
openoffice/branches/l10n40/main/extensions/prj/build.lst
openoffice/branches/l10n40/main/extensions/source/macosx/spotlight/makefile.mk
openoffice/branches/l10n40/main/filter/prj/build.lst
openoffice/branches/l10n40/main/filter/source/config/fragments/makefile.mk
openoffice/branches/l10n40/main/filter/source/placeware/makefile.mk
openoffice/branches/l10n40/main/forms/prj/build.lst
openoffice/branches/l10n40/main/forms/qa/complex/forms/makefile.mk
openoffice/branches/l10n40/main/forms/qa/unoapi/makefile.mk
openoffice/branches/l10n40/main/formula/prj/build.lst
openoffice/branches/l10n40/main/fpicker/prj/build.lst
openoffice/branches/l10n40/main/languages/source/missing_modules
openoffice/branches/l10n40/main/solenv/inc/rules.mk
openoffice/branches/l10n40/main/solenv/inc/settings.mk
openoffice/branches/l10n40/main/solenv/inc/target.mk
Modified: openoffice/branches/l10n40/main/extensions/prj/build.lst
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/extensions/prj/build.lst?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/extensions/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/extensions/prj/build.lst Mon Aug 5
23:24:38 2013
@@ -1,6 +1,7 @@
ex extensions : officecfg languages rdbmaker svx SANE:sane TWAIN:twain
offuh stoc ZLIB:zlib CURL:curl LIBXSLT:libxslt NULL
ex extensions usr1 - all ex_mkout NULL
+ex extensions\source nmake - all ex_source
NULL
ex extensions\inc nmake - all ex_inc NULL
ex extensions\inc\ucbhelper get - all ex_incucbh
ex_inc NULL
ex extensions\source\activex\msidl nmake - w ex_axmsidl
ex_inc NULL
Modified:
openoffice/branches/l10n40/main/extensions/source/macosx/spotlight/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/extensions/source/macosx/spotlight/makefile.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
---
openoffice/branches/l10n40/main/extensions/source/macosx/spotlight/makefile.mk
(original)
+++
openoffice/branches/l10n40/main/extensions/source/macosx/spotlight/makefile.mk
Mon Aug 5 23:24:38 2013
@@ -28,6 +28,9 @@ TARGET=spotlightplugin
# --- Settings ----------------------------------
.INCLUDE : settings.mk
+.IF "$(MAKEFLAGS)"!="genPO"
+.INCLUDE : target.mk
+.ELSE
.IF "$(OS)"!="MACOSX"
dummy:
@echo Not using Mac OS X - nothing to build
@@ -93,3 +96,4 @@ $(RESOURCES)$/% : mdimporter/%
$(MKDIRHIER) $(@:d)
$(COPY) "$<" "$@"
+.ENDIF
Added: openoffice/branches/l10n40/main/extensions/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/extensions/source/makefile.mk?rev=1510806&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/extensions/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/extensions/source/makefile.mk Mon Aug 5
23:24:38 2013
@@ -0,0 +1,55 @@
+#**************************************************************
+#
+# 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=..
+PRJNAME=basic
+TARGET=none
+
+LANGUAGE_FILELIST="\
+abpilot/abspilot.src,\
+bibliography/bib.src,\
+bibliography/datman.src,\
+bibliography/sections.src,\
+bibliography/toolbar.src,\
+dbpilots/commonpagesdbp.src,\
+dbpilots/dbpilots.src,\
+dbpilots/gridpages.src,\
+dbpilots/groupboxpages.src,\
+dbpilots/listcombopages.src,\
+preload/preload.src,\
+propctrlr/fontdialog.src,\
+propctrlr/formlinkdialog.src,\
+propctrlr/formres.src,\
+propctrlr/newdatatype.src,\
+propctrlr/pcrmiscres.src,\
+propctrlr/propres.src,\
+propctrlr/selectlabeldialog.src,\
+propctrlr/taborder.src,\
+scanner/grid.src,\
+scanner/sanedlg.src,\
+update/check/Addons.xcu,\
+update/check/updatehdl.src\
+"
+
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk
Modified: openoffice/branches/l10n40/main/filter/prj/build.lst
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/filter/prj/build.lst?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/filter/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/filter/prj/build.lst Mon Aug 5 23:24:38
2013
@@ -1,6 +1,7 @@
fl filter : languages svtools unotools xmloff cppu tools cppuhelper
sal svx javaunohelper jvmaccess canvas SAXON:saxon LIBXSLT:libxslt basegfx NULL
fl filter
usr1 - all fl_mkout NULL
fl filter\prj
get - all fl_prj NULL
+fl filter\source
nmake - all fl_source NULL
fl filter\inc
nmake - all fl_inc NULL
fl filter\source\xmlfilteradaptor nmake - all
fl_xmlfilteradaptor fl_inc NULL
fl filter\source\xmlfilterdetect nmake - all
fl_xmlfilterdetect fl_inc NULL
Modified:
openoffice/branches/l10n40/main/filter/source/config/fragments/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/filter/source/config/fragments/makefile.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/filter/source/config/fragments/makefile.mk
(original)
+++ openoffice/branches/l10n40/main/filter/source/config/fragments/makefile.mk
Mon Aug 5 23:24:38 2013
@@ -135,6 +135,7 @@ ZIP1LIST=$(LANGDIR)$/*
.INCLUDE: target.mk
+.IF "$(MAKEFLAGS)"!="genPO"
ALLTAR : $(ALL_FLAGS)
$(ALL_FLAGS) : $(INCLUDE_FRAGMENTS)
@@ -212,4 +213,4 @@ $(INTERNALFILTERPACKAGES_FILTERS_FLAG) :
@echo ===================================================================
-$(MKDIRHIER) $(DIR_MODPACKS)
$(MERGE) fragmentsdir=. tempdir=$(TEMP) outdir=$(DIR_MODPACKS)
pkg=$(DIR_MODPACKS)$/$(@:b)_filters.xcu xmlpackage=GraphicFilter fcfg=$(mktmp
items=$(FILTERS_4$(@:b):b:t",":s/.xcu//)) subdir_filters=internalgraphicfilters
&& $(TOUCH) $@
-
+.ENDIF
Added: openoffice/branches/l10n40/main/filter/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/filter/source/makefile.mk?rev=1510806&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/filter/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/filter/source/makefile.mk Mon Aug 5
23:24:38 2013
@@ -0,0 +1,193 @@
+#**************************************************************
+#
+# 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=..
+PRJNAME=basic
+TARGET=none
+
+LANGUAGE_FILELIST="\
+config/fragments/filters/calc8_template_ui.xcu,\
+config/fragments/filters/calc8_ui.xcu,\
+config/fragments/filters/calc_HTML_WebQuery_ui.xcu,\
+config/fragments/filters/calc_MS_Excel_2007_Binary_ui.xcu,\
+config/fragments/filters/calc_MS_Excel_2007_XML_Template_ui.xcu,\
+config/fragments/filters/calc_MS_Excel_2007_XML_ui.xcu,\
+config/fragments/filters/calc_StarOffice_XML_Calc_Template_ui.xcu,\
+config/fragments/filters/chart8_ui.xcu,\
+config/fragments/filters/draw8_template_ui.xcu,\
+config/fragments/filters/draw8_ui.xcu,\
+config/fragments/filters/draw_html_Export_ui.xcu,\
+config/fragments/filters/draw_StarOffice_XML_Draw_Template_ui.xcu,\
+config/fragments/filters/HTML_MasterDoc_ui.xcu,\
+config/fragments/filters/HTML__StarCalc__ui.xcu,\
+config/fragments/filters/HTML__StarWriter__ui.xcu,\
+config/fragments/filters/HTML_ui.xcu,\
+config/fragments/filters/impress8_draw_ui.xcu,\
+config/fragments/filters/impress8_template_ui.xcu,\
+config/fragments/filters/impress8_ui.xcu,\
+config/fragments/filters/impress_html_Export_ui.xcu,\
+config/fragments/filters/impress_MS_PowerPoint_2007_XML_Template_ui.xcu,\
+config/fragments/filters/impress_MS_PowerPoint_2007_XML_ui.xcu,\
+config/fragments/filters/impress_StarOffice_XML_Draw_ui.xcu,\
+config/fragments/filters/impress_StarOffice_XML_Impress_Template_ui.xcu,\
+config/fragments/filters/math8_ui.xcu,\
+config/fragments/filters/MS_Excel_2003_XML_ui.xcu,\
+config/fragments/filters/MS_Excel_4_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/MS_Excel_5_0_95_Vorlage_Template_ui.xcu,\
+config/fragments/filters/MS_Excel_95_Vorlage_Template_ui.xcu,\
+config/fragments/filters/MS_Excel_97_Vorlage_Template_ui.xcu,\
+config/fragments/filters/MS_PowerPoint_97_Vorlage_ui.xcu,\
+config/fragments/filters/MS_Word_2003_XML_ui.xcu,\
+config/fragments/filters/MS_Word_2007_XML_Template_ui.xcu,\
+config/fragments/filters/MS_Word_2007_XML_ui.xcu,\
+config/fragments/filters/MS_Word_95_Vorlage_ui.xcu,\
+config/fragments/filters/MS_Word_97_Vorlage_ui.xcu,\
+config/fragments/filters/NSO_Calc_UOF2_ui.xcu,\
+config/fragments/filters/NSO_Impress_UOF2_ui.xcu,\
+config/fragments/filters/NSO_Writer_UOF2_ui.xcu,\
+config/fragments/filters/StarCalc_3_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/StarCalc_4_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/StarCalc_5_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/StarDraw_3_0_Vorlage__StarImpress__ui.xcu,\
+config/fragments/filters/StarDraw_3_0_Vorlage_ui.xcu,\
+config/fragments/filters/StarDraw_5_0_Vorlage__StarImpress__ui.xcu,\
+config/fragments/filters/StarDraw_5_0_Vorlage_ui.xcu,\
+config/fragments/filters/StarImpress_4_0_Vorlage_ui.xcu,\
+config/fragments/filters/StarImpress_5_0__packed__ui.xcu,\
+config/fragments/filters/StarImpress_5_0_Vorlage_ui.xcu,\
+config/fragments/filters/StarOffice_XML__Base__ui.xcu,\
+config/fragments/filters/StarOffice_XML__Calc__ui.xcu,\
+config/fragments/filters/StarOffice_XML__Chart__ui.xcu,\
+config/fragments/filters/StarOffice_XML__Draw__ui.xcu,\
+config/fragments/filters/StarOffice_XML__Impress__ui.xcu,\
+config/fragments/filters/StarOffice_XML__Math__ui.xcu,\
+config/fragments/filters/StarOffice_XML__Writer__ui.xcu,\
+config/fragments/filters/StarWriter_3_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/StarWriter_4_0_GlobalDocument_ui.xcu,\
+config/fragments/filters/StarWriter_4_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/StarWriter_5_0_GlobalDocument_ui.xcu,\
+config/fragments/filters/StarWriter_5_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/StarWriter_Web_4_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/StarWriter_Web_5_0_Vorlage_Template_ui.xcu,\
+config/fragments/filters/Text__encoded___StarWriter_GlobalDocument__ui.xcu,\
+config/fragments/filters/Text__encoded___StarWriter_Web__ui.xcu,\
+config/fragments/filters/Text__encoded__ui.xcu,\
+config/fragments/filters/Text__StarWriter_Web__ui.xcu,\
+config/fragments/filters/Text___txt___csv__StarCalc__ui.xcu,\
+config/fragments/filters/Text_ui.xcu,\
+config/fragments/filters/UOF_presentation_ui.xcu,\
+config/fragments/filters/UOF_spreadsheet_ui.xcu,\
+config/fragments/filters/UOF_text_ui.xcu,\
+config/fragments/filters/writer8_template_ui.xcu,\
+config/fragments/filters/writer8_ui.xcu,\
+config/fragments/filters/writerglobal8_ui.xcu,\
+config/fragments/filters/writerglobal8_writer_ui.xcu,\
+config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer_GlobalDocument_ui.xcu,\
+config/fragments/filters/writer_globaldocument_StarOffice_XML_Writer_ui.xcu,\
+config/fragments/filters/writer_StarOffice_XML_Writer_Template_ui.xcu,\
+config/fragments/filters/writerweb8_writer_template_ui.xcu,\
+config/fragments/filters/writerweb8_writer_ui.xcu,\
+config/fragments/filters/writer_web_StarOffice_XML_Writer_ui.xcu,\
+config/fragments/filters/writer_web_StarOffice_XML_Writer_Web_Template_ui.xcu,\
+config/fragments/internalgraphicfilters/bmp_Export.xcu,\
+config/fragments/internalgraphicfilters/bmp_Import.xcu,\
+config/fragments/internalgraphicfilters/dxf_Import.xcu,\
+config/fragments/internalgraphicfilters/emf_Export.xcu,\
+config/fragments/internalgraphicfilters/emf_Import.xcu,\
+config/fragments/internalgraphicfilters/eps_Export.xcu,\
+config/fragments/internalgraphicfilters/eps_Import.xcu,\
+config/fragments/internalgraphicfilters/gif_Export.xcu,\
+config/fragments/internalgraphicfilters/gif_Import.xcu,\
+config/fragments/internalgraphicfilters/jpg_Export.xcu,\
+config/fragments/internalgraphicfilters/jpg_Import.xcu,\
+config/fragments/internalgraphicfilters/met_Export.xcu,\
+config/fragments/internalgraphicfilters/met_Import.xcu,\
+config/fragments/internalgraphicfilters/pbm_Export.xcu,\
+config/fragments/internalgraphicfilters/pbm_Import.xcu,\
+config/fragments/internalgraphicfilters/pcd_Import_Base16.xcu,\
+config/fragments/internalgraphicfilters/pcd_Import_Base4.xcu,\
+config/fragments/internalgraphicfilters/pcd_Import_Base.xcu,\
+config/fragments/internalgraphicfilters/pct_Export.xcu,\
+config/fragments/internalgraphicfilters/pct_Import.xcu,\
+config/fragments/internalgraphicfilters/pcx_Import.xcu,\
+config/fragments/internalgraphicfilters/pgm_Export.xcu,\
+config/fragments/internalgraphicfilters/pgm_Import.xcu,\
+config/fragments/internalgraphicfilters/png_Export.xcu,\
+config/fragments/internalgraphicfilters/png_Import.xcu,\
+config/fragments/internalgraphicfilters/ppm_Export.xcu,\
+config/fragments/internalgraphicfilters/pgm_Import.xcu,\
+config/fragments/internalgraphicfilters/png_Export.xcu,\
+config/fragments/internalgraphicfilters/png_Import.xcu,\
+config/fragments/internalgraphicfilters/ppm_Export.xcu,\
+config/fragments/internalgraphicfilters/ppm_Import.xcu,\
+config/fragments/internalgraphicfilters/psd_Import.xcu,\
+config/fragments/internalgraphicfilters/ras_Export.xcu,\
+config/fragments/internalgraphicfilters/ras_Import.xcu,\
+config/fragments/internalgraphicfilters/sgf_Import.xcu,\
+config/fragments/internalgraphicfilters/sgv_Import.xcu,\
+config/fragments/internalgraphicfilters/svg_Export.xcu,\
+config/fragments/internalgraphicfilters/svg_Import.xcu,\
+config/fragments/internalgraphicfilters/svm_Export.xcu,\
+config/fragments/internalgraphicfilters/svm_Import.xcu,\
+config/fragments/internalgraphicfilters/tga_Import.xcu,\
+config/fragments/internalgraphicfilters/tif_Export.xcu,\
+config/fragments/internalgraphicfilters/tif_Import.xcu,\
+config/fragments/internalgraphicfilters/wmf_Export.xcu,\
+config/fragments/internalgraphicfilters/wmf_Import.xcu,\
+config/fragments/internalgraphicfilters/xbm_Import.xcu,\
+config/fragments/internalgraphicfilters/xpm_Export.xcu,\
+config/fragments/internalgraphicfilters/xpm_Import.xcu,\
+config/fragments/types/calc8_template.xcu,\
+config/fragments/types/calc8.xcu,\
+config/fragments/types/calc_MS_Excel_2003_XML.xcu,\
+config/fragments/types/calc_NSO_UOF2.xcu,\
+config/fragments/types/chart8.xcu,\
+config/fragments/types/draw8_template.xcu,\
+config/fragments/types/draw8.xcu,\
+config/fragments/types/impress8_template.xcu,\
+config/fragments/types/impress8.xcu,\
+config/fragments/types/impress_NSO_UOF2.xcu,\
+config/fragments/types/math8.xcu,\
+config/fragments/types/StarBase.xcu,\
+config/fragments/types/writer8_template.xcu,\
+config/fragments/types/writer8.xcu,\
+config/fragments/types/writerglobal8.xcu,\
+config/fragments/types/writer_MS_Word_2003_XML.xcu,\
+config/fragments/types/writer_NSO_UOF2.xcu,\
+config/fragments/types/writerweb8_writer_template.xcu,\
+flash/impswfdialog.src,\
+graphicfilter/eps/epsstr.src,\
+pdf/impdialog.src,\
+pdf/pdf.src,\
+t602/t602filter.src,\
+xsltdialog/xmlfileview.src,\
+xsltdialog/xmlfilterdialogstrings.src,\
+xsltdialog/xmlfiltersettingsdialog.src,\
+xsltdialog/xmlfiltertabdialog.src,\
+xsltdialog/xmlfiltertabpagebasic.src,\
+xsltdialog/xmlfiltertabpagexslt.src,\
+xsltdialog/xmlfiltertestdialog.src\
+"
+
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk
Modified: openoffice/branches/l10n40/main/filter/source/placeware/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/filter/source/placeware/makefile.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/filter/source/placeware/makefile.mk
(original)
+++ openoffice/branches/l10n40/main/filter/source/placeware/makefile.mk Mon Aug
5 23:24:38 2013
@@ -63,7 +63,6 @@ DEF1NAME= $(SHL1TARGET)
.INCLUDE : target.mk
ALLTAR : $(MISC)/placeware.component
-
$(MISC)/placeware.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
placeware.component
$(XSLTPROC) --nonet --stringparam uri \
Modified: openoffice/branches/l10n40/main/forms/prj/build.lst
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/forms/prj/build.lst?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/forms/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/forms/prj/build.lst Mon Aug 5 23:24:38 2013
@@ -1,5 +1,6 @@
fm forms : languages oovbaapi svx sfx2 qadevOOo LIBXSLT:libxslt NULL
fm forms usr1 - all fm_mkofrm NULL
+fm forms\source
nmake - all fm_source NULL
fm forms\inc
nmake - all fm_inc NULL
fm forms\source\inc get
- all fm_sinc NULL
fm forms\source\component nmake -
all fm_component fm_inc NULL
Modified: openoffice/branches/l10n40/main/forms/qa/complex/forms/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/forms/qa/complex/forms/makefile.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/forms/qa/complex/forms/makefile.mk
(original)
+++ openoffice/branches/l10n40/main/forms/qa/complex/forms/makefile.mk Mon Aug
5 23:24:38 2013
@@ -23,6 +23,7 @@
.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
nothing .PHONY:
+.INCLUDE: target.mk
.ELSE
PRJ = ../../..
Modified: openoffice/branches/l10n40/main/forms/qa/unoapi/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/forms/qa/unoapi/makefile.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/forms/qa/unoapi/makefile.mk (original)
+++ openoffice/branches/l10n40/main/forms/qa/unoapi/makefile.mk Mon Aug 5
23:24:38 2013
@@ -23,6 +23,7 @@
.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
nothing .PHONY:
+.INCLUDE: target.mk
.ELSE
PRJ = ../..
Added: openoffice/branches/l10n40/main/forms/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/forms/source/makefile.mk?rev=1510806&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/forms/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/forms/source/makefile.mk Mon Aug 5
23:24:38 2013
@@ -0,0 +1,31 @@
+#**************************************************************
+#
+# 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=..
+PRJNAME=forms
+TARGET=none
+
+LANGUAGE_FILELIST="resource/strings.src,resource/xforms.src"
+
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk
Modified: openoffice/branches/l10n40/main/formula/prj/build.lst
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/formula/prj/build.lst?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/formula/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/formula/prj/build.lst Mon Aug 5 23:24:38
2013
@@ -1,5 +1,6 @@
-fml formula : BOOST:boost LIBXSLT:libxslt comphelper svx NULL
+fml formula : languages BOOST:boost LIBXSLT:libxslt comphelper svx NULL
fml formula usr1 -
all fml_mkout NULL
+fml formula\source nmake
- all fml_source NULL
fml formula\inc nmake -
all fml_inc NULL
fml formula\source\core\api nmake -
all fml_api fml_inc NULL
fml formula\source\core\resource nmake -
all fml_core_res fml_inc NULL
Added: openoffice/branches/l10n40/main/formula/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/formula/source/makefile.mk?rev=1510806&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/formula/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/formula/source/makefile.mk Mon Aug 5
23:24:38 2013
@@ -0,0 +1,31 @@
+#**************************************************************
+#
+# 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=..
+PRJNAME=formula
+TARGET=none
+
+LANGUAGE_FILELIST="core/resource/core_resource.src,ui/dlg/formdlgs.src,ui/dlg/parawin.src"
+
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk
Modified: openoffice/branches/l10n40/main/fpicker/prj/build.lst
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/fpicker/prj/build.lst?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/fpicker/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/fpicker/prj/build.lst Mon Aug 5 23:24:38
2013
@@ -1,4 +1,5 @@
fp fpicker : LIBXSLT:libxslt languages rdbmaker svtools NULL
+fp fpicker\source nmake
- all fp_source NULL
fp fpicker\inc nmake
- all fp_inc NULL
fp fpicker\source\generic nmake - all
fp_generic fp_inc NULL
fp fpicker\source\office nmake - all
fp_office fp_inc NULL
Added: openoffice/branches/l10n40/main/fpicker/source/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/fpicker/source/makefile.mk?rev=1510806&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/fpicker/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/fpicker/source/makefile.mk Mon Aug 5
23:24:38 2013
@@ -0,0 +1,31 @@
+#**************************************************************
+#
+# 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=..
+PRJNAME=fpicker
+TARGET=none
+
+LANGUAGE_FILELIST="office/iodlg.src,office/OfficeFilePicker.src"
+
+
+.INCLUDE : settings.mk
+
+.INCLUDE : target.mk
Modified: openoffice/branches/l10n40/main/languages/source/missing_modules
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/missing_modules?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/missing_modules (original)
+++ openoffice/branches/l10n40/main/languages/source/missing_modules Mon Aug 5
23:24:38 2013
@@ -6,15 +6,15 @@ basic ? transex
chart2 ? transex3
connectivity ? transex3, cfgex
crashrep ?
-cui ?NO lang dep?
+cui ?
dbaccess ? transex3
desktop ?*ONLY CMD libhelplinker.so*? transex3
editeng ? transex3
-extensions EXTRACT ?
-filter EXTRACT ?*cfgex, FCFGMerge.jar*? transex3, cfgex
-forms EXTRACT ? transex3, cfgex
-formula EXTRACT ?NO lang dep? transex3
-fpicker EXTRACT transex3
+extensions ?
+filter ?*cfgex, FCFGMerge.jar*? transex3, cfgex
+forms ? transex3, cfgex
+formula ? transex3
+fpicker transex3
framework EXTRACT ?*cfgex*? transex3
helpcontent2 EXTRACT ?*extras, helpex HelpLinker*? helpex
instsetoo_native EXTRACT ?"libhelplinker.so*? ?no files selected?
Modified: openoffice/branches/l10n40/main/solenv/inc/rules.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/solenv/inc/rules.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/solenv/inc/rules.mk (original)
+++ openoffice/branches/l10n40/main/solenv/inc/rules.mk Mon Aug 5 23:24:38 2013
@@ -576,6 +576,7 @@ $(MISC)/%.dpr :
$(MISC)/%.dpz :
@@noop
+.IF "$(MAKETARGETS)"!="genPO"
.IF "$(nodep)"==""
@echo "Making: " $(@:f)
@@-$(RM) $@
@@ -584,6 +585,7 @@ $(MISC)/%.dpz :
@echo zipdep_langs=$(alllangiso) >> $@
@@-$(RM) $(ZIPDEPFILES)
.ENDIF # "$(nodep)"==""
+.ENDIF
# Dependencies fuer java - Files
@@ -664,7 +666,10 @@ $(OUT)/ucrdoc/$(IDLPACKAGE)/%.urd : %.id
# make *.xml descriptions available in $(MISC)
$(MISC)/%$($(WINVERSIONNAMES)_MAJOR).xml : %.xml
+ @noop
+.IF "$(MAKETARGETS)"!="genPO"
$(COMMAND_ECHO)$(COPY) $< $@
+.ENDIF
# dummy rule to make sure xml file is in place when used in settings.mk
$(MISC)/%.mk : $(MISC)/%$($(WINVERSIONNAMES)_MAJOR).xml
Modified: openoffice/branches/l10n40/main/solenv/inc/settings.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/solenv/inc/settings.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/solenv/inc/settings.mk (original)
+++ openoffice/branches/l10n40/main/solenv/inc/settings.mk Mon Aug 5 23:24:38
2013
@@ -1304,7 +1304,7 @@ TRUSTED_MANIFEST_LOCATION*=$(SOLARENV)/i
# --- include typelists --------------------------------------------
-.IF "$(COMP1TYPELIST)"!=""
+.IF "$(COMP1TYPELIST)"!="" && "$(MAKETARGETS)"!="genPO"
.INCLUDE .IGNORE : $(MISC)/$(COMP1TYPELIST).mk
$(COMP1TYPELIST)_XML2CMPTYPES:=$(shell @$(AUGMENT_LIBRARY_PATH)
$(SOLARBINDIR)/xml2cmp -types stdout
$(MISC)/$(COMP1TYPELIST)$($(WINVERSIONNAMES)_MAJOR).xml)
.ENDIF
Modified: openoffice/branches/l10n40/main/solenv/inc/target.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/solenv/inc/target.mk?rev=1510806&r1=1510805&r2=1510806&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/solenv/inc/target.mk (original)
+++ openoffice/branches/l10n40/main/solenv/inc/target.mk Mon Aug 5 23:24:38
2013
@@ -1654,6 +1654,7 @@ $(MISC)/$(TARGET)_%.done : %.xrb
.IF "$(make_zip_deps)"==""
.IF "$(ZIP1TARGET)" != "" || "$(ZIP2TARGET)" != "" || "$(ZIP3TARGET)" != ""
.IF "$(nodep)"==""
+.IF "$(MAKETARGETS)"!="genPO"
.INCLUDE : $(MISC)/$(TARGET).dpz
# introduce separation char
missing_zipdep_langs=$(alllangiso:^"+":+"+")
@@ -1664,6 +1665,7 @@ ZIPDEPPHONY=.PHONY
.ENDIF # "$(nodep)"==""
.ENDIF
.ENDIF
+.ENDIF
last_target:
$(NULL)
@@ -2088,7 +2090,8 @@ some_unique_variable_name:=1
genPO:
.IF "$(LANGUAGE_FILELIST)" != ""
- @echo "extraction from $(LANGUAGE_FILELIST)"
+# @echo "extraction from $(LANGUAGE_FILELIST)"
+ @echo "------> ------> extraction CALLED"
.ELSE
@echo "No language files to extract"
.ENDIF