[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:01:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit dceecee9f588fa967ec8fedf9288513349d8be5a
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Apr 3 17:58:05 2002 +0000

    	* src/Makefile.am: Pave the way for cutting down the exports
    	list. Also, make the embed target when installing libwebcore.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@952 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 09bcd1f..111d4db 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-04-03  Maciej Stachowiak  <mjs at apple.com>
 
+	* src/Makefile.am: Pave the way for cutting down the exports
+	list. Also, make the embed target when installing libwebcore.
+
+2002-04-03  Maciej Stachowiak  <mjs at apple.com>
+
 	Fixed Radar 2893361 (Two frames with same name cause memory
 	trasher (likely double-free)) by implementing the mechanism KDE
 	uses to guarantee unique frame names.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 09bcd1f..111d4db 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,10 @@
 2002-04-03  Maciej Stachowiak  <mjs at apple.com>
 
+	* src/Makefile.am: Pave the way for cutting down the exports
+	list. Also, make the embed target when installing libwebcore.
+
+2002-04-03  Maciej Stachowiak  <mjs at apple.com>
+
 	Fixed Radar 2893361 (Two frames with same name cause memory
 	trasher (likely double-free)) by implementing the mechanism KDE
 	uses to guarantee unique frame names.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 09bcd1f..111d4db 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,10 @@
 2002-04-03  Maciej Stachowiak  <mjs at apple.com>
 
+	* src/Makefile.am: Pave the way for cutting down the exports
+	list. Also, make the embed target when installing libwebcore.
+
+2002-04-03  Maciej Stachowiak  <mjs at apple.com>
+
 	Fixed Radar 2893361 (Two frames with same name cause memory
 	trasher (likely double-free)) by implementing the mechanism KDE
 	uses to guarantee unique frame names.
diff --git a/WebCore/src/Makefile.am b/WebCore/src/Makefile.am
index ebb6779..be731f3 100644
--- a/WebCore/src/Makefile.am
+++ b/WebCore/src/Makefile.am
@@ -10,11 +10,13 @@ symrootsdir = $(SYMROOTS)
 
 symroots_LIBRARIES = libwebcore.dylib
 
-libwebcore_dylib_SOURCES = \
+noinst_LIBRARIES = libwebcoreunstripped.dylib
+
+libwebcoreunstripped_dylib_SOURCES = \
 	dummy.mm \
 	$(NULL)
 
-libwebcore_dylib_LIBADD = \
+libwebcoreunstripped_dylib_LIBADD = \
 	./kdelibs/khtml/libkhtml.o \
 	./kwq/libkwq.o \
 	-ljpeg \
@@ -26,6 +28,12 @@ DYLIB_NAME = libwebcore.dylib
 EMBED_HOST = $(SYMROOTS)/Alexander.app
 EMBED_DIR = $(EMBED_HOST)/Contents/Frameworks
 
+libwebcorenmedited.dylib: libwebcoreunstripped.dylib
+	cp $< $@
+
+libwebcore.dylib: libwebcorenmedited.dylib
+	cp $< $@
+
 embed:
 	@if test -f "$(DYLIB_NAME)"; then \
 		INSTALL_PATH=`otool -D "$(DYLIB_NAME)"`; \
@@ -67,5 +75,6 @@ noinst_DATA = webcore-install-stamp
 
 webcore-install-stamp: libwebcore.dylib
 	$(MAKE) install-symrootsLIBRARIES
+	$(MAKE) embed
 	touch ./webcore-install-stamp
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list