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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:45:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3340da4ddf8270d5708791a30a102cb512260335
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 20 02:02:20 2001 +0000

    Added rules for .mm
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@143 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/Makefile.rules.in b/WebCore/Makefile.rules.in
index 016605b..e8b402d 100644
--- a/WebCore/Makefile.rules.in
+++ b/WebCore/Makefile.rules.in
@@ -26,14 +26,20 @@ $(filter %.cpp,$(CXXYACCOBJECTS)): %.cpp: %.y
 $(filter %.o,$(COBJECTS)): %.o: %.c
 	$(CC) $(CFLAGS) -I$(TOPSRCDIR) -c $< -o $@
 
+$(filter %.o,$(COBJECTS)): %.o: %.mm
+	$(CC) $(CFLAGS) -I$(TOPSRCDIR) -c $< -o $@
+
 $(filter %.o,$(CXXOBJECTS)): %.o: %.cpp
 	$(CXX) $(CXXFLAGS) -I$(TOPSRCDIR) -c $< -o $@
 
-.SUFFIXES: .cpp .h .c
+.SUFFIXES: .cpp .h .c .mm
 
 .cpp.o:
 	$(CXX) $(CXXFLAGS) -I$(TOPSRCDIR) -c $< -o $@
 
+.mm.o:
+	$(CC) $(CMMFLAGS) -I$(TOPSRCDIR) -c $< -o $@
+
 #----------------------------------------------------------------------
 # Standard subdir targets
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list