[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - automation/Library_communi.mk.old avmedia/Library_avmediagst.mk cosv/prj

Damjan Jovanovic damjan at apache.org
Tue Jan 17 20:08:32 UTC 2017


 automation/Library_communi.mk.old |   99 --------------------------------------
 avmedia/Library_avmediagst.mk     |    7 +-
 cosv/prj/build.lst                |    1 
 3 files changed, 5 insertions(+), 102 deletions(-)

New commits:
commit d42fe4f30e3ea154600c8e5b5892051922325707
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Tue Jan 17 18:10:51 2017 +0000

    Some gbuild fixes discovered during an audit compared to dmake.
    
    Delete an unnecessary file in main/automation.
    Disable exception handling for 2 files in main/avmedia.
    
    Patch by: me

diff --git a/automation/Library_communi.mk.old b/automation/Library_communi.mk.old
deleted file mode 100644
index a890e45..0000000
--- a/automation/Library_communi.mk.old
+++ /dev/null
@@ -1,99 +0,0 @@
-#**************************************************************
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-$(eval $(call gb_Library_Library,communi))
-
-$(eval $(call gb_Library_add_precompiled_header,communi,$(SRCDIR)/automation/inc/pch/precompiled_automation))
-
-$(eval $(call gb_Library_add_package_headers,communi,automation_inc))
-
-$(eval $(call gb_Library_set_include,communi,\
-        $$(INCLUDE) \
-	-I$(SRCDIR)/automation/inc \
-	-I$(SRCDIR)/automation/inc/pch \
-	-I$(SRCDIR)/automation/source/inc \
-))
-
-#$(eval $(call gb_Library_add_defs,communi,\
-#	-DAVMEDIA_DLLIMPLEMENTATION \
-#))
-
-$(eval $(call gb_Library_add_api,communi,\
-	offapi \
-	udkapi \
-))
-
-$(eval $(call gb_Library_add_linked_libs,communi,\
-	sal \
-	simplecm \
-	svl \
-	tl \
-	vcl \
-	vos3 \
-	$(gb_STDLIBS) \
-))
-
-ifeq ($(GUI),WNT)
-$(eval $(call gb_Library_add_linked_libs,communi,\
-	advapi32 \
-	gdi32 \
-))
-endif
-
-$(eval $(call gb_Library_add_noexception_objects,communi,\
-	automation/source/communi/communi \
-	automation/source/server/recorder \
-	automation/source/server/svcommstream \
-	automation/source/server/cmdbasestream \
-	automation/source/server/scmdstrm \
-	automation/source/server/sta_list \
-	automation/source/server/editwin \
-	automation/source/server/retstrm \
-	automation/source/server/profiler \
-	automation/source/simplecm/tcpio \
-	automation/source/simplecm/packethandler \
-	automation/source/simplecm/simplecm \
-))
-
-ifeq ($(OS),SOLARIS)
-$(eval $(call gb_Library_add_noexception_objects,communi,\
-	automation/source/server/prof_usl \
-))
-else
-$(eval $(call gb_Library_add_noexception_objects,communi,\
-	automation/source/server/prof_nul \
-))
-endif
-
-$(eval $(call gb_Library_add_exception_objects,communi,\
-	automation/source/server/XMLParser \
-	automation/source/server/server \
-))
-
-$(eval $(call gb_Library_add_cxxobjects,dnd,\
-	automation/source/server/statemnt \
-	, $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
-))
-
-
-# vim: set noet sw=4 ts=4:
diff --git a/avmedia/Library_avmediagst.mk b/avmedia/Library_avmediagst.mk
index 7ceecd1..b37ef6e 100644
--- a/avmedia/Library_avmediagst.mk
+++ b/avmedia/Library_avmediagst.mk
@@ -62,10 +62,13 @@ $(eval $(call gb_Library_add_libs,avmediagst,\
 
 $(eval $(call gb_Library_add_exception_objects,avmediagst,\
 	avmedia/source/gstreamer/gstuno \
-	avmedia/source/gstreamer/gstmanager \
-	avmedia/source/gstreamer/gstwindow \
 	avmedia/source/gstreamer/gstplayer \
 	avmedia/source/gstreamer/gstframegrabber \
 ))
 
+$(eval $(call gb_Library_add_noexception_objects,avmediagst,\
+	avmedia/source/gstreamer/gstmanager \
+	avmedia/source/gstreamer/gstwindow \
+))
+
 # vim: set noet sw=4 ts=4:
commit dacecb6cec89ec425db349f5739b6096174f2192
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Tue Jan 17 18:09:12 2017 +0000

    Make main/cosv's prj/build.lst more suitable for automated analysis.
    
    Patch by: me

diff --git a/cosv/prj/build.lst b/cosv/prj/build.lst
index f75303c..0c036f9 100644
--- a/cosv/prj/build.lst
+++ b/cosv/prj/build.lst
@@ -1,4 +1,3 @@
-#====================================================================================
 cs	cosv	:  soltools stlport NULL
 cs	cosv								usr1	-	all	cs_mkout NULL
 cs	cosv\prj							get		-	all	cs_prj NULL


More information about the Libreoffice-commits mailing list