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 21:37:26 UTC

svn commit: r1514865 - in /openoffice/branches/l10n40/main: basebmp/test/ comphelper/prj/ configmgr/qa/unoapi/ cppuhelper/qa/propertysetmixin/ jurt/test/com/sun/star/lib/uno/protocols/urp/ moz/zipped/ o3tl/qa/ oovbaapi/genconstidl/ oovbaapi/ooo/vba/con...

Author: jani
Date: Fri Aug 16 19:37:25 2013
New Revision: 1514865

URL: http://svn.apache.org/r1514865
Log:
next set of makefiles adapted for genLang  extraction

Added:
    openoffice/branches/l10n40/main/sysui/source/makefile.mk
Modified:
    openoffice/branches/l10n40/main/basebmp/test/makefile.mk
    openoffice/branches/l10n40/main/comphelper/prj/makefile.mk
    openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk
    openoffice/branches/l10n40/main/cppuhelper/qa/propertysetmixin/makefile.mk
    openoffice/branches/l10n40/main/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk
    openoffice/branches/l10n40/main/moz/zipped/makefile.mk
    openoffice/branches/l10n40/main/o3tl/qa/makefile.mk
    openoffice/branches/l10n40/main/oovbaapi/genconstidl/makefile.mk
    openoffice/branches/l10n40/main/oovbaapi/ooo/vba/constants/makefile.mk
    openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk
    openoffice/branches/l10n40/main/sysui/desktop/macosx/makefile.mk
    openoffice/branches/l10n40/main/sysui/prj/build.lst
    openoffice/branches/l10n40/main/unoxml/prj/makefile.mk

Modified: openoffice/branches/l10n40/main/basebmp/test/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/basebmp/test/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/basebmp/test/makefile.mk (original)
+++ openoffice/branches/l10n40/main/basebmp/test/makefile.mk Fri Aug 16 19:37:25 2013
@@ -33,6 +33,7 @@ ENABLE_EXCEPTIONS=TRUE
 
 @all:
 	@echo "cppunit disabled. nothing do do."
+.INCLUDE : target.mk
 
 .ELSE
 

Modified: openoffice/branches/l10n40/main/comphelper/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/comphelper/prj/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/comphelper/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/comphelper/prj/makefile.mk Fri Aug 16 19:37:25 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/configmgr/qa/unoapi/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk (original)
+++ openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk Fri Aug 16 19:37:25 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ = ../..

Modified: openoffice/branches/l10n40/main/cppuhelper/qa/propertysetmixin/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/cppuhelper/qa/propertysetmixin/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/cppuhelper/qa/propertysetmixin/makefile.mk (original)
+++ openoffice/branches/l10n40/main/cppuhelper/qa/propertysetmixin/makefile.mk Fri Aug 16 19:37:25 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ := ../..

Modified: openoffice/branches/l10n40/main/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk (original)
+++ openoffice/branches/l10n40/main/jurt/test/com/sun/star/lib/uno/protocols/urp/makefile.mk Fri Aug 16 19:37:25 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ := ..$/..$/..$/..$/..$/..$/..$/..

Modified: openoffice/branches/l10n40/main/moz/zipped/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/moz/zipped/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/moz/zipped/makefile.mk (original)
+++ openoffice/branches/l10n40/main/moz/zipped/makefile.mk Fri Aug 16 19:37:25 2013
@@ -37,6 +37,7 @@ TARGET=moz_unzip
 dummy:
 	@echo "No need to unpack the prebuilt mozab packages"
 
+.INCLUDE :  target.mk
 .ELSE # unpack mozab zips
 .INCLUDE :  target.mk
 

Modified: openoffice/branches/l10n40/main/o3tl/qa/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/o3tl/qa/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/o3tl/qa/makefile.mk (original)
+++ openoffice/branches/l10n40/main/o3tl/qa/makefile.mk Fri Aug 16 19:37:25 2013
@@ -90,3 +90,4 @@ SLOFILES=$(SHL1OBJS)
 .ENDIF 		# L10N_framework
 
 .ENDIF # "$(WITH_CPPUNIT)" != "YES" || "$(GUI)" == "OS2"
+.INCLUDE : target.mk

Modified: openoffice/branches/l10n40/main/oovbaapi/genconstidl/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/oovbaapi/genconstidl/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/oovbaapi/genconstidl/makefile.mk (original)
+++ openoffice/branches/l10n40/main/oovbaapi/genconstidl/makefile.mk Fri Aug 16 19:37:25 2013
@@ -61,3 +61,5 @@ CLEAN :
 ivo:
 	$(ECHO)
 .ENDIF # L10N_framework
+genPO:
+

Modified: openoffice/branches/l10n40/main/oovbaapi/ooo/vba/constants/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/oovbaapi/ooo/vba/constants/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/oovbaapi/ooo/vba/constants/makefile.mk (original)
+++ openoffice/branches/l10n40/main/oovbaapi/ooo/vba/constants/makefile.mk Fri Aug 16 19:37:25 2013
@@ -26,6 +26,9 @@ PRJNAME=oovbapi
 
 TARGET=constants
 PACKAGE=org$/vba$/constants
+.IF "$(MAKETARGETS)"=="genPO"
+.INCLUDE :  target.mk
+.ELSE
 
 # --- Settings -----------------------------------------------------
 
@@ -55,3 +58,4 @@ $(MYDBTARGET) : $(MYURDFILES)  $(MYIDLFI
     $(REGMERGE) $(OUT)$/ucr/constants.db /UCR @$(mktmp $(MYURDFILES))
 
 .ENDIF
+.ENDIF

Modified: openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk (original)
+++ openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk Fri Aug 16 19:37:25 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
+.INCLUDE: target.mk
 .ELSE
 
 PRJ := ../..

Modified: openoffice/branches/l10n40/main/sysui/desktop/macosx/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sysui/desktop/macosx/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sysui/desktop/macosx/makefile.mk (original)
+++ openoffice/branches/l10n40/main/sysui/desktop/macosx/makefile.mk Fri Aug 16 19:37:25 2013
@@ -34,6 +34,7 @@ TARGET=desktopmacosx
 
 dummy:
         @echo "Nothing to build for OS $(OS)"
+.INCLUDE : target.mk
 
 .ELSE           # "$(OS)"!="MACOSX"
 

Modified: openoffice/branches/l10n40/main/sysui/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sysui/prj/build.lst?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/sysui/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/sysui/prj/build.lst Fri Aug 16 19:37:25 2013
@@ -1,4 +1,5 @@
 su	sysui	:	languages offapi xml2cmp rdbmaker l10ntools setup_native NULL
+su	sysui\source				nmake	-	all	su_source NULL
 #su	sysui\source\win32\QuickStart		nmake	-	w	su_win32_quickstart NULL
 #su	sysui\source\win32\QuickStart\so	nmake	-	w	su_win32_quickstart_so su_win32_quickstart.w NULL
 su	sysui\desktop\icons					nmake	-	w	su_iconsw NULL

Added: openoffice/branches/l10n40/main/sysui/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/sysui/source/makefile.mk?rev=1514865&view=auto
==============================================================================
--- openoffice/branches/l10n40/main/sysui/source/makefile.mk (added)
+++ openoffice/branches/l10n40/main/sysui/source/makefile.mk Fri Aug 16 19:37:25 2013
@@ -0,0 +1,34 @@
+#**************************************************************
+#  
+#  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=sysui
+TARGET=helper
+
+LANGUAGE_FILELIST="\
+desktop/share/documents.ulf,\
+desktop/share/launcher_genericname.ulf,\
+desktop/share/launcher_name.ulf,\
+desktop/share/launcher_comment.ulf"
+
+.INCLUDE :	settings.mk
+
+.INCLUDE :	target.mk

Modified: openoffice/branches/l10n40/main/unoxml/prj/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/unoxml/prj/makefile.mk?rev=1514865&r1=1514864&r2=1514865&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/unoxml/prj/makefile.mk (original)
+++ openoffice/branches/l10n40/main/unoxml/prj/makefile.mk Fri Aug 16 19:37:25 2013
@@ -42,3 +42,7 @@ DEBUG_ARGUMENT=
 
 all:
 	cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT)
+
+
+genPO:
+