gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...
Date: Tue, 03 Oct 2006 15:45:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/03 15:45:03

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: Makefile.am 
        testsuite/libbase: Makefile.am 

Log message:
                * testsuite/actionscript.all/Makefile.am,
                  testsuite/libbase/Makefile.am:
                  - distribute XMLNode.as, *.as files included in other *.as 
files,
                    *.swf used in checks, but not generated from .as.
                  - use CLEANFILES and clean-local: instead of a rewritten
                    'clean' target.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1018&r2=1.1019
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.33&r2=1.34
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libbase/Makefile.am?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1018
retrieving revision 1.1019
diff -u -b -r1.1018 -r1.1019
--- ChangeLog   3 Oct 2006 15:40:50 -0000       1.1018
+++ ChangeLog   3 Oct 2006 15:45:03 -0000       1.1019
@@ -1,3 +1,12 @@
+2006-10-03 Patrice Dumas <address@hidden>
+
+       * testsuite/actionscript.all/Makefile.am,
+         testsuite/libbase/Makefile.am:
+         - distribute XMLNode.as, *.as files included in other *.as files,
+           *.swf used in checks, but not generated from .as.
+         - use CLEANFILES and clean-local: instead of a rewritten
+           'clean' target.
+
 2006-10-03 Rob Savoye <address@hidden>
 
        * gui/Makefile.am: Add BOOST_CFLAGS and BOOST_LIBS.

Index: testsuite/actionscript.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- testsuite/actionscript.all/Makefile.am      3 Oct 2006 14:12:23 -0000       
1.33
+++ testsuite/actionscript.all/Makefile.am      3 Oct 2006 15:45:03 -0000       
1.34
@@ -90,10 +90,22 @@
        Inheritance.swf         \
        NetConnection.swf       \
        XML.swf                 \
+       XMLNode.swf                     \
        Function.swf            \
        inheritance.swf
 
-EXTRA_DIST = $(GENERATED:.swf=.as)
+EXTRA_DIST = $(GENERATED:.swf=.as) \
+       check.as \
+       dejagnu.as \
+       rtrace.as \
+       utils.as \
+       xtrace.as \
+       moviecliploader_test.swf \
+       movieclip_test.swf \
+       text_formatting.swf \
+       text_sizes.swf \
+       visible_and_transparency.swf \
+       swf_exists.exp
 
 if ENABLE_MING
 TARGET = $(GENERATED)
@@ -102,8 +114,19 @@
 TARGET = 
 endif
 
+CLEANFILES = gnash-dbg.log  \
+       *.as.pp *.as.swf *.vswf *swf.frame*.pp \
+       site.bak site.exp testrun.sum testrun.log 
+
+DISTCLEANFILES = index.wiki index.html embed.html
+       
+
+MAINTAINERCLEANFILES = $(GENERATED) 
+
 all: 
 
+check-local: $(TARGET)
+
 swf: $(TARGET)
 
 index-html: 
@@ -164,10 +187,6 @@
          echo "You need to install Ming to compile"; \
        fi
 
-clean:
-       rm -f $(GENERATED) *.as.pp *.as.swf *.vswf *swf.frame*.pp *.swf
-       rm -f testrun.sum testrun.log site.bak site.exp gnash-dbg.log
-       rm -f index.wiki index.html embed.html
+clean-local:
        rm -Rf v5 v6 v7 v8
 
-

Index: testsuite/libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libbase/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- testsuite/libbase/Makefile.am       3 Oct 2006 13:52:15 -0000       1.9
+++ testsuite/libbase/Makefile.am       3 Oct 2006 15:45:03 -0000       1.10
@@ -83,6 +83,7 @@
 CLEANFILES =                   \
       testrun.sum              \
       testrun.log             \
+      gnash-dbg.log           \
       NoSeekFileTestCache
 
 TESTS = \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]