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 02:21:57 UTC

svn commit: r1514926 - in /openoffice/branches/l10n40/main: connectivity/prj/ desktop/prj/ desktop/test/deployment/boxt/ drawinglayer/prj/ framework/prj/ framework/source/ padmin/prj/ sd/qa/unoapi/ sfx2/prj/ starmath/qa/unoapi/ starmath/source/ svgio/p...

Author: jani
Date: Sat Aug 17 00:21:56 2013
New Revision: 1514926

URL: http://svn.apache.org/r1514926
Log:
next cluster of makefiles for genLang extract

Added:
    openoffice/branches/l10n40/main/framework/source/makefile.mk
    openoffice/branches/l10n40/main/svtools/source/makefile.mk
    openoffice/branches/l10n40/main/svx/source/makefile.mk
    openoffice/branches/l10n40/main/vcl/source/makefile.mk
Modified:
    openoffice/branches/l10n40/main/connectivity/prj/build.lst
    openoffice/branches/l10n40/main/desktop/prj/build.lst
    openoffice/branches/l10n40/main/desktop/test/deployment/boxt/makefile.mk
    openoffice/branches/l10n40/main/drawinglayer/prj/makefile.mk
    openoffice/branches/l10n40/main/framework/prj/build.lst
    openoffice/branches/l10n40/main/framework/prj/makefile.mk
    openoffice/branches/l10n40/main/padmin/prj/makefile.mk
    openoffice/branches/l10n40/main/sd/qa/unoapi/makefile.mk
    openoffice/branches/l10n40/main/sfx2/prj/makefile.mk
    openoffice/branches/l10n40/main/starmath/qa/unoapi/makefile.mk
    openoffice/branches/l10n40/main/starmath/source/makefile.mk
    openoffice/branches/l10n40/main/svgio/prj/makefile.mk
    openoffice/branches/l10n40/main/svtools/prj/build.lst
    openoffice/branches/l10n40/main/svtools/prj/makefile.mk
    openoffice/branches/l10n40/main/svx/prj/build.lst
    openoffice/branches/l10n40/main/svx/prj/makefile.mk
    openoffice/branches/l10n40/main/toolkit/prj/makefile.mk
    openoffice/branches/l10n40/main/uui/source/makefile.mk
    openoffice/branches/l10n40/main/vbahelper/prj/makefile.mk
    openoffice/branches/l10n40/main/vcl/prj/build.lst
    openoffice/branches/l10n40/main/vcl/prj/makefile.mk

Modified: openoffice/branches/l10n40/main/connectivity/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/connectivity/prj/build.lst?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/connectivity/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/connectivity/prj/build.lst Sat Aug 17 00:21:56 2013
@@ -1,6 +1,5 @@
 cn  connectivity    :    shell  languages comphelper MOZ:moz SO:moz_prebuilt svl UNIXODBC:unixODBC unoil javaunohelper HSQLDB:hsqldb qadevOOo officecfg NSS:nss LIBXSLT:libxslt NULL
 cn  connectivity                                    usr1    -   all cn_mkout NULL
-cn  connectivity\source                             nmake   -   all cn_source NULL
 cn  connectivity\inc                                nmake   -   all cn_inc NULL
 cn  connectivity\com\sun\star\sdbcx\comp\hsqldb     nmake   -   all cn_jhsqldbdb cn_hsqldb cn_inc NULL
 cn  connectivity\source\commontools                 nmake   -   all cn_cmtools cn_parse cn_inc NULL

Modified: openoffice/branches/l10n40/main/desktop/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/desktop/prj/build.lst?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/desktop/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/desktop/prj/build.lst Sat Aug 17 00:21:56 2013
@@ -1,6 +1,5 @@
 dt      desktop :    languages sfx2 stoc sysui SO:sysui_so BOOST:boost svx xmlhelp sal unoil officecfg offuh filter LIBXSLT:libxslt NULL
 dt	desktop									usr1	-	all	dt_mkout NULL
-dt	desktop\source								nmake	-	all	dt_source NULL
 dt	desktop\inc								nmake	-	all	dt_inc NULL
 dt	desktop\prj								get		-	all	dt_prj NULL
 dt	desktop\res								get		-	all	dt_res NULL

Modified: openoffice/branches/l10n40/main/desktop/test/deployment/boxt/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/desktop/test/deployment/boxt/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/desktop/test/deployment/boxt/makefile.mk (original)
+++ openoffice/branches/l10n40/main/desktop/test/deployment/boxt/makefile.mk Sat Aug 17 00:21:56 2013
@@ -24,6 +24,7 @@
 PRJ = ../../..
 PRJNAME = desktop
 TARGET = test_deployment_boxt
+.IF "$(MAKETARGETS)"!="genPO"
 
 ENABLE_EXCEPTIONS = TRUE
 
@@ -62,3 +63,6 @@ $(MISC)/boxt.oxt .ERRREMOVE : manifest.x
     $(COPY) Addons.xcu ProtocolHandler.xcu $(SHL1TARGETN) $(MISC)/$(TARGET).zip
     cd $(MISC)/$(TARGET).zip && zip ../boxt.oxt META-INF/manifest.xml \
         description.xml Addons.xcu ProtocolHandler.xcu $(SHL1TARGETN:f)
+.ELSE
+.INCLUDE: target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/drawinglayer/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/drawinglayer/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/drawinglayer/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/drawinglayer/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,8 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+
+
+genPO:
+

Modified: openoffice/branches/l10n40/main/framework/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/framework/prj/build.lst?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/framework/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/framework/prj/build.lst Sat Aug 17 00:21:56 2013
@@ -1,2 +1,4 @@
 fr framework : LIBXSLT:libxslt languages svtools NULL
 fr framework\prj nmake - all fr_all NULL
+fr      framework\source                                    nmake   -       all     fr_source NULL
+

Modified: openoffice/branches/l10n40/main/framework/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/framework/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/framework/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/framework/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,5 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+genPO:

Added: openoffice/branches/l10n40/main/framework/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/framework/source/makefile.mk?rev=1514926&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/framework/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/framework/source/makefile.mk Sat Aug 17 00:21:56 2013
@@ -0,0 +1,33 @@
+#**************************************************************
+#  
+#  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=framework
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+classes/resource.src,\
+services/fwk_services.src"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/padmin/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/padmin/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/padmin/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/padmin/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,6 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT)
+
+genPO:
+

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

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

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

Modified: openoffice/branches/l10n40/main/starmath/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/starmath/source/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/starmath/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/starmath/source/makefile.mk Sat Aug 17 00:21:56 2013
@@ -31,6 +31,10 @@ TARGET=starmath
 LIBTARGET=NO
 
 # --- Settings -----------------------------------------------------
+LANGUAGE_FILELIST="\
+symbol.src,\
+toolbox.src"
+
 
 ENABLE_EXCEPTIONS=TRUE
 

Modified: openoffice/branches/l10n40/main/svgio/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svgio/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/svgio/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/svgio/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,6 @@ DEBUG_ARGUMENT=
 
 all:
     cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+genPO:
+

Modified: openoffice/branches/l10n40/main/svtools/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svtools/prj/build.lst?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/svtools/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/svtools/prj/build.lst Sat Aug 17 00:21:56 2013
@@ -1,2 +1,3 @@
 st	svtools	:	languages svl offuh toolkit ucbhelper unotools JPEG:jpeg cppu cppuhelper comphelper sal sot jvmfwk LIBXSLT:libxslt NULL
 st	svtools\prj					        nmake	-	all	st_prj NULL
+st	svtools\source					        nmake	-	all	st_source NULL

Modified: openoffice/branches/l10n40/main/svtools/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svtools/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/svtools/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/svtools/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,5 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+genPO:

Added: openoffice/branches/l10n40/main/svtools/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svtools/source/makefile.mk?rev=1514926&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/svtools/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/svtools/source/makefile.mk Sat Aug 17 00:21:56 2013
@@ -0,0 +1,53 @@
+#**************************************************************
+#  
+#  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=svtools
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+contnr/fileview.src,\
+contnr/svcontnr.src,\
+contnr/templwin.src,\
+control/calendar.src,\
+control/ctrlbox.src,\
+control/ctrltool.src,\
+control/filectrl.src,\
+dialogs/addresstemplate.src,\
+dialogs/filedlg2.src,\
+dialogs/formats.src,\
+dialogs/prnsetup.src,\
+dialogs/so3res.src,\
+dialogs/wizardmachine.src,\
+filter/exportdialog.src,\
+java/javaerror.src,\
+misc/imagemgr.src,\
+misc/langtab.src,\
+misc/undo.src,\
+plugapp/testtool.src,\
+toolpanel/toolpanel.src,\
+../workben/unodialog/roadmapskeleton.src"
+
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/svx/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svx/prj/build.lst?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/svx/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/svx/prj/build.lst Sat Aug 17 00:21:56 2013
@@ -1,2 +1,3 @@
 sx	svx	:	sfx2 languages oovbaapi connectivity xmloff linguistic jvmfwk avmedia drawinglayer editeng LIBXSLT:libxslt NULL
 sx	svx\prj								nmake	-	all	sx_prj NULL
+sx	svx\source								nmake	-	all	sx_source NULL

Modified: openoffice/branches/l10n40/main/svx/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svx/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/svx/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/svx/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,6 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+genPO:
+

Added: openoffice/branches/l10n40/main/svx/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svx/source/makefile.mk?rev=1514926&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/svx/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/svx/source/makefile.mk Sat Aug 17 00:21:56 2013
@@ -0,0 +1,84 @@
+#**************************************************************
+#  
+#  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=svx
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+acessibility/accessibility.src,\
+gdialog/bmpmask.src,\
+gdialog/contdlg.src,\
+gdialog/ctredlin.src,\
+gdialog/dlgctrl.src,\
+gdialog/docrecovery.src,\
+gdialog/fontwork.src,\
+gdialog/frmsel.src,\
+gdialog/hdft.src,\
+gdialog/hyprlink.src,\
+gdialog/imapdlg.src,\
+gdialog/language.src,\
+gdialog/optgrid.src,\
+gdialog/passwd.src,\
+gdialog/prtqry.src,\
+gdialog/rubydialog.src,\
+gdialog/ruler.src,\
+gdialog/sdstring.src,\
+gdialog/srchdlg.src,\
+gdialog/svxbmpnumvalueset.src,\
+gdialog/swframeposstrings.src,\
+gdialog/txenctab.src,\
+gdialog/ucsubset.src,\
+gengine3d/float3d.src,\
+gengine3d/string3d.src,\
+gfmcomp/gridctrl.src,\
+gform/datanavi.src,\
+gform/filtnav.src,\
+gform/fmexpl.src,\
+gform/fmstring.src,\
+gform/formshell.src,\
+ggallery2/gallery.src,\
+ggallery2/galtheme.src,\
+gitems/svxerr.src,\
+gitems/svxitems.src,\
+gsrc/app.src,\
+gsrc/errtxt.src,\
+gstbctrls/stbctrls.src,\
+gsvdraw/svdstr.src,\
+gtable/table.src,\
+gtbxctrls/colrctrl.src,\
+gtbxctrls/extrusioncontrols.src,\
+gtbxctrls/fontworkgallery.src,\
+gtbxctrls/grafctrl.src,\
+gtbxctrls/lboxctrl.src,\
+gtbxctrls/tbcontrl.src,\
+gtbxctrls/tbunosearchcontrollers.src,\
+gtoolbars/extrusionbar.src,\
+gtoolbars/fontworkbar.src,\
+gunodialogs/textconversiondlgs/chinese_dialogs.src,\
+gunodialogs/textconversiondlgs/chinese_dictionarydialog.src,\
+gunodialogs/textconversiondlgs/chinese_direction_tmpl.hrc,\
+gunodialogs/textconversiondlgs/chinese_translationdialog.src"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/toolkit/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/toolkit/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/toolkit/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/toolkit/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,6 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+
+genPO:

Modified: openoffice/branches/l10n40/main/uui/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/uui/source/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/uui/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/uui/source/makefile.mk Sat Aug 17 00:21:56 2013
@@ -28,6 +28,27 @@ ENABLE_EXCEPTIONS = true
 
 .INCLUDE: settings.mk
 
+LANGUAGE_FILELIST="\
+alreadyopen.src,\
+cookiedg.src,\
+filechanged.src,\
+fltdlg.src,\
+ids.src,\
+lockfailed.src,\
+logindlg.src,\
+masterpasscrtdlg.src,\
+masterpassworddlg.src,\
+nameclashdlg.src,\
+newerverwarn.src,\
+openlocked.src,\
+passworddlg.src,\
+passworderrs.src,\
+secmacrowarnings.src,\
+sslwarndlg.src,\
+trylater.src,\
+unknownauthdlg.src"
+
+
 SLOFILES = \
 	$(SLO)$/cookiedg.obj \
 	$(SLO)$/iahndl.obj \

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

Modified: openoffice/branches/l10n40/main/vcl/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/vcl/prj/build.lst?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/vcl/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/vcl/prj/build.lst Sat Aug 17 00:21:56 2013
@@ -1,4 +1,5 @@
 vc	vcl	:	languages apple_remote BOOST:boost rsc sot ucbhelper unotools ICU:icu GRAPHITE:graphite i18npool i18nutil unoil ridljar X11_EXTENSIONS:x11_extensions offuh basegfx basebmp tools l10ntools icc SO:print_header cpputools shell svl LIBXSLT:libxslt NULL
 vc	vcl										usr1	-	all	vc_mkout NULL
+vc	vcl\source									nmake	-	all	vc_source NULL
 vc	vcl\prj									nmake	-	all	vc_prj NULL
 

Modified: openoffice/branches/l10n40/main/vcl/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/vcl/prj/makefile.mk?rev=1514926&r1=1514925&r2=1514926&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/vcl/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/vcl/prj/makefile.mk Sat Aug 17 00:21:56 2013
@@ -42,3 +42,5 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT)
+
+genPO:

Added: openoffice/branches/l10n40/main/vcl/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/vcl/source/makefile.mk?rev=1514926&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/vcl/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/vcl/source/makefile.mk Sat Aug 17 00:21:56 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=vcl
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+src/btntext.src,\
+src/helptext.src,\
+src/menu.src,\
+src/print.src,\
+src/stdtext.src,\
+src/units.src"
+
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk