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/16 22:41:42 UTC

svn commit: r1514889 - in /openoffice/branches/l10n40/main: linguistic/qa/unoapi/ odk/pack/checkbin/ odk/pack/checkidl/ odk/pack/checkinc/ odk/pack/checkinc2/ odk/pack/copying/ odk/pack/gendocu/ odk/pack/unzip_udk/ odk/util/ sccomp/prj/ sccomp/source/ ...

Author: jani
Date: Fri Aug 16 20:41:41 2013
New Revision: 1514889

URL: http://svn.apache.org/r1514889
Log:
and even more makefiles for genLang extract

Added:
    openoffice/branches/l10n40/main/sccomp/source/makefile.mk
    openoffice/branches/l10n40/main/svl/source/makefile.mk
Modified:
    openoffice/branches/l10n40/main/linguistic/qa/unoapi/makefile.mk
    openoffice/branches/l10n40/main/odk/pack/checkbin/makefile.mk
    openoffice/branches/l10n40/main/odk/pack/checkidl/makefile.mk
    openoffice/branches/l10n40/main/odk/pack/checkinc/makefile.mk
    openoffice/branches/l10n40/main/odk/pack/checkinc2/makefile.mk
    openoffice/branches/l10n40/main/odk/pack/copying/makefile.mk
    openoffice/branches/l10n40/main/odk/pack/gendocu/makefile.mk
    openoffice/branches/l10n40/main/odk/pack/unzip_udk/makefile.mk
    openoffice/branches/l10n40/main/odk/util/makefile.mk
    openoffice/branches/l10n40/main/sccomp/prj/build.lst
    openoffice/branches/l10n40/main/shell/prj/build.lst
    openoffice/branches/l10n40/main/shell/source/backends/macbe/makefile.mk
    openoffice/branches/l10n40/main/sot/prj/makefile.mk
    openoffice/branches/l10n40/main/svl/prj/build.lst
    openoffice/branches/l10n40/main/svl/prj/makefile.mk
    openoffice/branches/l10n40/main/tools/prj/makefile.mk
    openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk
    openoffice/branches/l10n40/main/xmloff/prj/makefile.mk

Modified: openoffice/branches/l10n40/main/linguistic/qa/unoapi/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/linguistic/qa/unoapi/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/linguistic/qa/unoapi/makefile.mk (original)
+++ openoffice/branches/l10n40/main/linguistic/qa/unoapi/makefile.mk Fri Aug 16 20:41:41 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../..

Modified: openoffice/branches/l10n40/main/odk/pack/checkbin/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/pack/checkbin/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/pack/checkbin/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/pack/checkbin/makefile.mk Fri Aug 16 20:41:41 2013
@@ -24,6 +24,7 @@ PRJ=..$/..
 PRJNAME=odk
 TARGET=checkbin
 
+.IF "$(MAKETARGETS)"!="genPO"
 #----------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: $(PRJ)$/util$/makefile.pmk
@@ -45,3 +46,6 @@ $(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FI
 pseudo:
 
 .ENDIF
+.ENDIF
+genPO:
+

Modified: openoffice/branches/l10n40/main/odk/pack/checkidl/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/pack/checkidl/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/pack/checkidl/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/pack/checkidl/makefile.mk Fri Aug 16 20:41:41 2013
@@ -24,6 +24,7 @@ PRJ=..$/..
 PRJNAME=odk
 TARGET=checkidl
 
+.IF "$(MAKETARGETS)"!="genPO"
 #----------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: $(PRJ)$/util$/makefile.pmk
@@ -45,3 +46,6 @@ $(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FI
 pseudo:
 
 .ENDIF
+.ENDIF
+genPO:
+

Modified: openoffice/branches/l10n40/main/odk/pack/checkinc/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/pack/checkinc/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/pack/checkinc/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/pack/checkinc/makefile.mk Fri Aug 16 20:41:41 2013
@@ -24,6 +24,7 @@ PRJ=..$/..
 PRJNAME=odk
 TARGET=checkinc
 
+.IF "$(MAKETARGETS)"!="genPO"
 #----------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: $(PRJ)$/util$/makefile.pmk
@@ -48,3 +49,6 @@ $(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FI
 pseudo:
 
 .ENDIF
+.ENDIF
+genPO:
+

Modified: openoffice/branches/l10n40/main/odk/pack/checkinc2/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/pack/checkinc2/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/pack/checkinc2/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/pack/checkinc2/makefile.mk Fri Aug 16 20:41:41 2013
@@ -24,6 +24,7 @@ PRJ=..$/..
 PRJNAME=odk
 TARGET=checkinc2
 
+.IF "$(MAKETARGETS)"!="genPO"
 #----------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: $(PRJ)$/util$/makefile.pmk
@@ -48,3 +49,6 @@ $(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FI
 pseudo:
 
 .ENDIF
+.ENDIF
+genPO:
+

Modified: openoffice/branches/l10n40/main/odk/pack/copying/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/pack/copying/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/pack/copying/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/pack/copying/makefile.mk Fri Aug 16 20:41:41 2013
@@ -25,6 +25,7 @@ PRJ=../..
 PRJNAME=odk
 TARGET=copying
 
+.IF "$(MAKETARGETS)"!="genPO"
 #----------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: $(PRJ)/util/makefile.pmk
@@ -258,3 +259,6 @@ $(IDL_DOCU_INDEX_FILE) : $(IDL_DOCU_CLEA
 $(MYZIPTARGET) : $(BIN)/unowinreg.dll $(DESTCLASSESLIST)
     cd $(MYZIPDIR) && zip $(MYZIPFLAGS) ../../../bin/$(MYZIPTARGET:b) $(MYZIPLIST)
 .ENDIF
+.ENDIF
+genPO:
+

Modified: openoffice/branches/l10n40/main/odk/pack/gendocu/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/pack/gendocu/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/pack/gendocu/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/pack/gendocu/makefile.mk Fri Aug 16 20:41:41 2013
@@ -25,6 +25,7 @@ PRJ=..$/..
 PRJNAME=odk
 TARGET=gendocu
 
+.IF "$(MAKETARGETS)"!="genPO"
 #----------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: $(PRJ)$/util$/makefile.pmk
@@ -119,3 +120,5 @@ $(JAVA_DOCU_INDEX_FILE) .SEQUENTIAL : $(
 .ELSE
 pseudo:
 .ENDIF
+.ENDIF
+genPO :

Modified: openoffice/branches/l10n40/main/odk/pack/unzip_udk/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/pack/unzip_udk/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/pack/unzip_udk/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/pack/unzip_udk/makefile.mk Fri Aug 16 20:41:41 2013
@@ -24,7 +24,7 @@
 PRJ=..$/..
 PRJNAME=odk
 TARGET=unzip_udk
-
+.IF "$(MAKETARGETS)"!="genPO"
 #----------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: $(PRJ)$/util$/makefile.pmk
@@ -39,4 +39,6 @@ all: ..$/misc$/deltree.txt
 	@@-rm -f odkidl.zip
 	@@-rm -f odk_ooidl.zip
 	@echo "" > ..$/misc$/deltree.txt
+.ENDIF
+genPO:
 

Modified: openoffice/branches/l10n40/main/odk/util/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/odk/util/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/odk/util/makefile.mk (original)
+++ openoffice/branches/l10n40/main/odk/util/makefile.mk Fri Aug 16 20:41:41 2013
@@ -21,7 +21,7 @@
 PRJ=..
 PRJNAME=odk
 TARGET=odk
-
+.IF "$(MAKETARGETS)"!="genPO"
 # ------------------------------------------------------------------
 .INCLUDE: settings.mk
 .INCLUDE: makefile.pmk
@@ -75,4 +75,6 @@ ODK_OO_FILES=\
 
 $(BIN)$/odk_oo.zip : $(ODK_OO_FILES)
 	cd $(PRJ) && zip -urq $(subst,$(PRJ)$/, $(BIN)$/odk_oo.zip) $(subst,$(PRJ)$/, $<) $(CHECKZIPRESULT)
-
+.ELSE
+.INCLUDE :  target.mk
+.ENDIF

Modified: openoffice/branches/l10n40/main/sccomp/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sccomp/prj/build.lst?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sccomp/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/sccomp/prj/build.lst Fri Aug 16 20:41:41 2013
@@ -2,3 +2,4 @@ scc	sccomp	:    languages offuh comphelp
 scc	sccomp									usr1	-	all	scc_mkout NULL
 scc	sccomp\prj								get		-	all	scc_prj NULL
 scc	sccomp\source\solver					nmake	-	all	scc_solver NULL
+scc	sccomp\source					nmake	-	all	scc_soource NULL

Added: openoffice/branches/l10n40/main/sccomp/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sccomp/source/makefile.mk?rev=1514889&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/sccomp/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/sccomp/source/makefile.mk Fri Aug 16 20:41:41 2013
@@ -0,0 +1,30 @@
+#**************************************************************
+#  
+#  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=sccomp
+TARGET=helper
+
+LANGUAGE_FILELIST="solver/solver.src"
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/shell/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/shell/prj/build.lst?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/shell/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/shell/prj/build.lst Fri Aug 16 20:41:41 2013
@@ -1,5 +1,6 @@
 sl    shell	:    languages offuh rdbmaker tools sal EXPAT:expat LIBXSLT:libxslt NULL
 sl    shell\inc			                           nmake   -   all sl_inc NULL
+sl    shell\source                           nmake   -   all   sl_source  NULL
 sl    shell\source\win32                           nmake   -   w   sl_win32 sl_inc NULL
 sl    shell\source\win32\sysmail                   nmake   -   w   sl_win32_sysmail sl_inc NULL
 sl    shell\source\unix\exec                       nmake   -   u   sl_unix sl_inc NULL

Modified: openoffice/branches/l10n40/main/shell/source/backends/macbe/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/shell/source/backends/macbe/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/shell/source/backends/macbe/makefile.mk (original)
+++ openoffice/branches/l10n40/main/shell/source/backends/macbe/makefile.mk Fri Aug 16 20:41:41 2013
@@ -44,6 +44,8 @@ DLLPRE =
 dummy:
 	@echo "Nothing to build for OS $(OS)."
 
+.INCLUDE : target.mk
+
 .ELSE
 
 CFLAGSCXX+=$(OBJCXXFLAGS)

Modified: openoffice/branches/l10n40/main/sot/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sot/prj/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sot/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/sot/prj/makefile.mk Fri Aug 16 20:41:41 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/svl/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svl/prj/build.lst?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/svl/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/svl/prj/build.lst Fri Aug 16 20:41:41 2013
@@ -1,2 +1,3 @@
 sl	svl	:	languages  rsc offuh ucbhelper unotools cppu cppuhelper comphelper sal sot  LIBXSLT:libxslt NULL
+sl	svl\source	nmake	-	all	svl_source NULL
 sl	svl\prj	nmake	-	all	svl_prj NULL

Modified: openoffice/branches/l10n40/main/svl/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svl/prj/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/svl/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/svl/prj/makefile.mk Fri Aug 16 20:41:41 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/svl/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/svl/source/makefile.mk?rev=1514889&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/svl/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/svl/source/makefile.mk Fri Aug 16 20:41:41 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=svl
+TARGET=helper
+
+LANGUAGE_FILELIST="misc/mediatyp.src,\
+items/cstitem.src"
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/tools/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/tools/prj/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/tools/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/tools/prj/makefile.mk Fri Aug 16 20:41:41 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/unotools/qa/complex/tempfile/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk (original)
+++ openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk Fri Aug 16 20:41:41 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../../..

Modified: openoffice/branches/l10n40/main/xmloff/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/xmloff/prj/makefile.mk?rev=1514889&r1=1514888&r2=1514889&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/xmloff/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/xmloff/prj/makefile.mk Fri Aug 16 20:41:41 2013
@@ -42,3 +42,6 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
+
+genPO:
+