You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/08/17 03:02:49 UTC

svn commit: r1514930 - in /openoffice/branches/l10n40/main: instsetoo_native/util/ lingucomponent/source/spellcheck/macosxspell/ sc/qa/complex/cellRanges/ sc/qa/complex/sc/ scp2/source/base/ scp2/source/calc/ scp2/source/canvas/ scp2/source/draw/ scp2/...

Author: jani
Date: Sat Aug 17 01:02:48 2013
New Revision: 1514930

URL: http://svn.apache.org/r1514930
Log:
last bunch of makefiles for genLang extract

Added:
    openoffice/branches/l10n40/main/sw/source/makefile.mk
    openoffice/branches/l10n40/main/swext/source/
    openoffice/branches/l10n40/main/swext/source/makefile.mk
    openoffice/branches/l10n40/main/xmlsecurity/source/makefile.mk
Modified:
    openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk
    openoffice/branches/l10n40/main/lingucomponent/source/spellcheck/macosxspell/makefile.mk
    openoffice/branches/l10n40/main/sc/qa/complex/cellRanges/makefile.mk
    openoffice/branches/l10n40/main/sc/qa/complex/sc/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/base/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/calc/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/canvas/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/draw/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/gnome/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/graphicfilter/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/impress/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/javafilter/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/math/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/onlineupdate/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/ooo/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/python/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/sdkoo/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/writer/makefile.mk
    openoffice/branches/l10n40/main/scp2/source/xsltfilter/makefile.mk
    openoffice/branches/l10n40/main/sw/prj/build.lst
    openoffice/branches/l10n40/main/sw/prj/makefile.mk
    openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk
    openoffice/branches/l10n40/main/swext/mediawiki/makefile.mk
    openoffice/branches/l10n40/main/ucb/qa/complex/ucb/makefile.mk
    openoffice/branches/l10n40/main/ucb/qa/unoapi/makefile.mk
    openoffice/branches/l10n40/main/ucb/source/ucp/webdav/makefile.mk
    openoffice/branches/l10n40/main/xmlsecurity/prj/build.lst
    openoffice/branches/l10n40/main/xmlsecurity/qa/certext/makefile.mk

Modified: openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk (original)
+++ openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk Sat Aug 17 01:02:48 2013
@@ -24,6 +24,8 @@
 PRJ=..
 PRJNAME=instsetoo_native
 TARGET=util
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 .INCLUDE:  settings.mk
 .INCLUDE: $(SOLARINCDIR)$/rtlbootstrap.mk
@@ -275,4 +277,6 @@ hack_msitemplates .PHONY:
 	$(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary
 	$(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary
 
-
+.ELSE
+.INCLUDE: target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/lingucomponent/source/spellcheck/macosxspell/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/lingucomponent/source/spellcheck/macosxspell/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/lingucomponent/source/spellcheck/macosxspell/makefile.mk (original)
+++ openoffice/branches/l10n40/main/lingucomponent/source/spellcheck/macosxspell/makefile.mk Sat Aug 17 01:02:48 2013
@@ -81,6 +81,7 @@ SHL1VERSIONMAP=$(SOLARENV)/src/component
 .ELSE
 dummy:
 	@echo " Nothing to build for GUIBASE=$(GUIBASE)"
+.INCLUDE : target.mk
 .ENDIF
 
 ALLTAR : $(MISC)/MacOSXSpell.component

Modified: openoffice/branches/l10n40/main/sc/qa/complex/cellRanges/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sc/qa/complex/cellRanges/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sc/qa/complex/cellRanges/makefile.mk (original)
+++ openoffice/branches/l10n40/main/sc/qa/complex/cellRanges/makefile.mk Sat Aug 17 01:02:48 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../../..

Modified: openoffice/branches/l10n40/main/sc/qa/complex/sc/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sc/qa/complex/sc/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sc/qa/complex/sc/makefile.mk (original)
+++ openoffice/branches/l10n40/main/sc/qa/complex/sc/makefile.mk Sat Aug 17 01:02:48 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../../..

Modified: openoffice/branches/l10n40/main/scp2/source/base/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/base/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/base/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/base/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 .IF "$(ENABLE_REPORTBUILDER)" == "YES"
 SCPDEFS += -DENABLE_REPORTBUILDER
@@ -55,4 +57,5 @@ ULFFILES= \
         folderitem_base.ulf
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/calc/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/calc/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/calc/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/calc/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 .IF "$(ENABLE_COINMP)" == "YES"
 SCPDEFS+=-DENABLE_COINMP
@@ -63,4 +65,5 @@ ULFFILES= \
         folderitem_calc.ulf 
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/canvas/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/canvas/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/canvas/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/canvas/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -49,5 +51,5 @@ PARFILES+= directxcanvas.par
 .ENDIF
 
 # --- File ---------------------------------------------------------
-
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/draw/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/draw/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/draw/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/draw/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 PARFILES= \
@@ -51,4 +53,5 @@ ULFFILES= \
         folderitem_draw.ulf
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/gnome/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/gnome/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/gnome/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/gnome/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :  settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -64,4 +66,5 @@ ULFFILES= \
 
 # --- File ---------------------------------------------------------
 
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/graphicfilter/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/graphicfilter/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/graphicfilter/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/graphicfilter/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :  settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -43,4 +45,5 @@ ULFFILES= \
         module_graphicfilter.ulf
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/impress/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/impress/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/impress/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/impress/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -58,4 +60,5 @@ ULFFILES+=\
 .ENDIF
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/javafilter/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/javafilter/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/javafilter/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/javafilter/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 .IF "$(SOLAR_JAVA)"=="TRUE"
 SCP_PRODUCT_TYPE=osl
@@ -52,4 +54,5 @@ ULFFILES= \
         registryitem_javafilter.ulf
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/math/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/math/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/math/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/math/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 PARFILES= \
@@ -50,4 +52,5 @@ ULFFILES= \
         registryitem_math.ulf
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/onlineupdate/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/onlineupdate/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/onlineupdate/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/onlineupdate/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -43,5 +45,5 @@ ULFFILES= \
         module_onlineupdate.ulf
 
 # --- File ---------------------------------------------------------
-
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/ooo/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/ooo/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/ooo/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/ooo/makefile.mk Sat Aug 17 01:02:48 2013
@@ -31,6 +31,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :  settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 .INCLUDE :  i18npool/version.mk
 
 .IF "$(COM)" == "MSC"
@@ -381,4 +383,6 @@ $(ICUVERSION_DEPENDENT_FILES) : $(SOLARI
 .ENDIF
 
 $(ISOLANGVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/i18npool/version.mk
-
+.ELSE
+.INCLUDE :  target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/scp2/source/python/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/python/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/python/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/python/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 .IF "$(SYSTEM_PYTHON)" == "YES"
 SCPDEFS+=-DSYSTEM_PYTHON
@@ -56,4 +58,6 @@ ULFFILES= \
         module_python_mailmerge.ulf
 
 # --- File ---------------------------------------------------------
+.ENDIF
+
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/sdkoo/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/sdkoo/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/sdkoo/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/sdkoo/makefile.mk Sat Aug 17 01:02:48 2013
@@ -26,6 +26,8 @@ PRJNAME=scp2so
 TARGET=sdkoo
 
 .INCLUDE: settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -38,5 +40,5 @@ PARFILES= \
 #ULFFILES= module_sdkoo.ulf
 #.ENDIF
 
-
+.ENDIF
 .INCLUDE: target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/writer/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/writer/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/writer/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/writer/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -51,4 +53,5 @@ ULFFILES= \
         folderitem_writer.ulf
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/scp2/source/xsltfilter/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/scp2/source/xsltfilter/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/scp2/source/xsltfilter/makefile.mk (original)
+++ openoffice/branches/l10n40/main/scp2/source/xsltfilter/makefile.mk Sat Aug 17 01:02:48 2013
@@ -32,6 +32,8 @@ TARGETTYPE=CUI
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :	settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 
 SCP_PRODUCT_TYPE=osl
 
@@ -44,4 +46,5 @@ ULFFILES= \
 
 
 # --- File ---------------------------------------------------------
+.ENDIF
 .INCLUDE :  target.mk

Modified: openoffice/branches/l10n40/main/sw/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sw/prj/build.lst?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sw/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/sw/prj/build.lst Sat Aug 17 01:02:48 2013
@@ -1,2 +1,3 @@
 sw      sw      :    filter languages connectivity vbahelper svx stoc writerfilter LIBXSLT:libxslt NULL
 sw sw\prj nmake - all sw_prj   NULL
+sw sw\source nmake - all sw_source  NULL

Modified: openoffice/branches/l10n40/main/sw/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sw/prj/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sw/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/sw/prj/makefile.mk Sat Aug 17 01:02:48 2013
@@ -42,3 +42,7 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+
+genPO:
+

Added: openoffice/branches/l10n40/main/sw/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sw/source/makefile.mk?rev=1514930&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/sw/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/sw/source/makefile.mk Sat Aug 17 01:02:48 2013
@@ -0,0 +1,147 @@
+#**************************************************************
+#  
+#  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=sw
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+core/undo/undo.src,\
+gcore/unocore/unocore.src,\
+gui/app/app.src,\
+gui/app/error.src,\
+gui/app/mn.src,\
+gui/chrdlg/ccoll.src,\
+gui/chrdlg/chardlg.src,\
+gui/chrdlg/chrdlg.src,\
+gui/chrdlg/drpcps.src,\
+gui/chrdlg/numpara.src,\
+gui/chrdlg/paradlg.src,\
+gui/chrdlg/swbreak.src,\
+gui/config/mailconfigpage.src,\
+gui/config/optcomp.src,\
+gui/config/optdlg.src,\
+gui/config/optload.src,\
+gui/config/redlopt.src,\
+gui/dbui/addresslistdialog.src,\
+gui/dbui/createaddresslistdialog.src,\
+gui/dbui/customizeaddresslistdialog.src,\
+gui/dbui/dbinsdlg.src,\
+gui/dbui/dbtablepreviewdialog.src,\
+gui/dbui/dbui.src,\
+gui/dbui/mailmergechildwindow.src,\
+gui/dbui/mailmergewizard.src,\
+gui/dbui/mmaddressblockpage.src,\
+gui/dbui/mmdocselectpage.src,\
+gui/dbui/mmgreetingspage.src,\
+gui/dbui/mmlayoutpage.src,\
+gui/dbui/mmmergepage.src,\
+gui/dbui/mmoutputpage.src,\
+gui/dbui/mmoutputtypepage.src,\
+gui/dbui/mmpreparemergepage.src,\
+gui/dbui/selectdbtabledialog.src,\
+gui/dialog/abstract.src,\
+gui/dialog/ascfldlg.src,\
+gui/dialog/dialog.src,\
+gui/dialog/docstdlg.src,\
+gui/dialog/regionsw.src,\
+gui/dialog/wordcountdialog.src,\
+gui/dochdl/dochdl.src,\
+gui/dochdl/selglos.src,\
+gui/docvw/access.src,\
+gui/docvw/annotation.src,\
+gui/docvw/docvw.src,\
+gui/envelp/envelp.src,\
+gui/envelp/envfmt.src,\
+gui/envelp/envlop.src,\
+gui/envelp/envprt.src,\
+gui/envelp/label.src,\
+gui/envelp/labfmt.src,\
+gui/envelp/labprt.src,\
+gui/envelp/mailmrge.src,\
+gui/fldui/changedb.src,\
+gui/fldui/DropDownFieldDialog.src,\
+gui/fldui/flddb.src,\
+gui/fldui/flddinf.src,\
+gui/fldui/flddok.src,\
+gui/fldui/fldfunc.src,\
+gui/fldui/fldref.src,\
+gui/fldui/fldtdlg.src,\
+gui/fldui/fldui.src,\
+gui/fldui/fldvar.src,\
+gui/fldui/inpdlg.src,\
+gui/fldui/javaedit.src,\
+gui/fmtui/tmpdlg.src,\
+gui/frmdlg/column.src,\
+gui/frmdlg/cption.src,\
+gui/frmdlg/frmpage.src,\
+gui/frmdlg/frmui.src,\
+gui/frmdlg/wrap.src,\
+gui/globdoc/globdoc.src,\
+gui/index/cnttab.src,\
+gui/index/idxmrk.src,\
+gui/index/multmrk.src,\
+gui/lingu/olmenu.src,\
+gui/misc/bookmark.src,\
+gui/misc/docfnote.src,\
+gui/misc/glosbib.src,\
+gui/misc/glossary.src,\
+gui/misc/insfnote.src,\
+gui/misc/insrule.src,\
+gui/misc/linenum.src,\
+gui/misc/numberingtypelistbox.src,\
+gui/misc/num.src,\
+gui/misc/outline.src,\
+gui/misc/pgfnote.src,\
+gui/misc/pggrid.src,\
+gui/misc/redlndlg.src,\
+gui/misc/srtdlg.src,\
+gui/ribbar/inputwin.src,\
+gui/ribbar/tbxanchr.src,\
+gui/ribbar/workctrl.src,\
+gui/shells/shells.src,\
+gui/smartmenu/stmenu.src,\
+gui/table/chartins.src,\
+gui/table/colwd.src,\
+gui/table/convert.src,\
+gui/table/instable.src,\
+gui/table/mergetbl.src,\
+gui/table/rowht.src,\
+gui/table/splittbl.src,\
+gui/table/tabledlg.src,\
+gui/table/table.src,\
+gui/table/tautofmt.src,\
+gui/uiview/pview.src,\
+gui/uiview/view.src,\
+gui/utlui/attrdesc.src,\
+gui/utlui/gloslst.src,\
+gui/utlui/initui.src,\
+gui/utlui/navipi.src,\
+gui/utlui/poolfmt.src,\
+gui/utlui/unotools.src,\
+gui/utlui/utlui.src,\
+gui/web/web.src,\
+gui/wrtsh/wrtsh.src"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk (original)
+++ openoffice/branches/l10n40/main/swext/mediawiki/help/makefile.mk Sat Aug 17 01:02:48 2013
@@ -39,6 +39,7 @@ MEDIAWIKI_LANG=$(uniq en $(alllangiso))
 .IF "$(ENABLE_MEDIAWIKI)" != "YES"
 all:
     @echo Building mediawiki disabled...
+genPO:
 .ELSE           # "$(ENABLE_MEDIAWIKI)" != "YES"
 
 PACKAGE=com.sun.wiki-publisher

Modified: openoffice/branches/l10n40/main/swext/mediawiki/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/swext/mediawiki/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/swext/mediawiki/makefile.mk (original)
+++ openoffice/branches/l10n40/main/swext/mediawiki/makefile.mk Sat Aug 17 01:02:48 2013
@@ -58,6 +58,8 @@ file://$(COMMONS_HTTPCLIENT_JAR) file://
 .ELSE
 @all:
 	@echo "MediaWiki Publisher extension disabled."
+genPO:
+
 .ENDIF
 
 .ELSE

Added: openoffice/branches/l10n40/main/swext/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/swext/source/makefile.mk?rev=1514930&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/swext/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/swext/source/makefile.mk Sat Aug 17 01:02:48 2013
@@ -0,0 +1,39 @@
+#**************************************************************
+#  
+#  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=swext
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+../mediawiki/help/wikiaccount.xhp,\
+../mediawiki/help/wikiformats.xhp,\
+../mediawiki/help/wikisend.xhp,\
+../mediawiki/help/wikisettings.xhp,\
+../mediawiki/help/wiki.xhp,\
+../mediawiki/src/registry/data/org/openoffice/Office/Addons.xcu,\
+../mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu,\
+../mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/ucb/qa/complex/ucb/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/ucb/qa/complex/ucb/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/ucb/qa/complex/ucb/makefile.mk (original)
+++ openoffice/branches/l10n40/main/ucb/qa/complex/ucb/makefile.mk Sat Aug 17 01:02:48 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../../..

Modified: openoffice/branches/l10n40/main/ucb/qa/unoapi/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/ucb/qa/unoapi/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/ucb/qa/unoapi/makefile.mk (original)
+++ openoffice/branches/l10n40/main/ucb/qa/unoapi/makefile.mk Sat Aug 17 01:02:48 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../..

Modified: openoffice/branches/l10n40/main/ucb/source/ucp/webdav/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/ucb/source/ucp/webdav/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/ucb/source/ucp/webdav/makefile.mk (original)
+++ openoffice/branches/l10n40/main/ucb/source/ucp/webdav/makefile.mk Sat Aug 17 01:02:48 2013
@@ -42,6 +42,8 @@ NO_BSYMBOLIC=TRUE
 # --- Settings ---------------------------------------------------------
 
 .INCLUDE: settings.mk
+.IF "$(MAKETARGETS)"!="genPO"
+
 .IF "$(L10N_framework)"==""
 
 APRINCDIR=apr
@@ -186,3 +188,6 @@ $(MISC)/ucpdav1.component .ERRREMOVE : $
     $(XSLTPROC) --nonet --stringparam uri \
         '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
         $(SOLARENV)/bin/createcomponent.xslt ucpdav1.component
+.ELSE
+.INCLUDE: target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/xmlsecurity/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/xmlsecurity/prj/build.lst?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/xmlsecurity/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/xmlsecurity/prj/build.lst Sat Aug 17 01:02:48 2013
@@ -1,6 +1,7 @@
 xs	xmlsecurity	:    languages xmloff unotools offapi unoil svx MOZ:moz SO:moz_prebuilt LIBXMLSEC:libxmlsec NSS:nss LIBXSLT:libxslt NULL
 xs	xmlsecurity                                                        usr1	 -	all	xs_mkout	NULL
 xs	xmlsecurity\inc				                                       nmake -	all	xs_inc NULL
+xs	xmlsecurity\source                                       nmake -	all	xs_source NULL
 xs	xmlsecurity\source\framework                                       nmake -	all	xs_fw xs_inc NULL
 xs	xmlsecurity\source\xmlsec\nss                                      nmake -	all	xs_nss xs_inc NULL
 xs	xmlsecurity\source\xmlsec\mscrypt                                  nmake -	all	xs_mscrypt xs_inc NULL

Modified: openoffice/branches/l10n40/main/xmlsecurity/qa/certext/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/xmlsecurity/qa/certext/makefile.mk?rev=1514930&r1=1514929&r2=1514930&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/xmlsecurity/qa/certext/makefile.mk (original)
+++ openoffice/branches/l10n40/main/xmlsecurity/qa/certext/makefile.mk Sat Aug 17 01:02:48 2013
@@ -21,10 +21,10 @@
 
 
 .IF "$(ENABLE_NSS_MODULE)" == "NO"
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE 
 
 PRJ = ../..

Added: openoffice/branches/l10n40/main/xmlsecurity/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/xmlsecurity/source/makefile.mk?rev=1514930&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/xmlsecurity/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/xmlsecurity/source/makefile.mk Sat Aug 17 01:02:48 2013
@@ -0,0 +1,37 @@
+#**************************************************************
+#  
+#  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=xmlsecurity
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+component/warnbox.src,\
+dialogs/certificatechooser.src,\
+dialogs/certificateviewer.src,\
+dialogs/digitalsignaturesdialog.src,\
+dialogs/macrosecurity.src,\
+dialogs/warnings.src"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk