gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all Makefile.am .c...


From: strk
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Makefile.am .c...
Date: Wed, 01 Feb 2006 11:43:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     strk <address@hidden>   06/02/01 11:43:16

Modified files:
        testsuite/actionscript.all: Makefile.am 
Added files:
        testsuite/actionscript.all: .cvsignore array.as movieclip.as 

Log message:
        Added generic rule to build .swf from .as using makeswf (Ming).
        Changed array.as source to avoid ActionScript2 constructs (class).
        Added initial version of a movieclip AS class tester.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/actionscript.all/.cvsignore?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/actionscript.all/Makefile.am.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/actionscript.all/array.as?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/actionscript.all/movieclip.as?rev=1.1

Patches:
Index: gnash/testsuite/actionscript.all/Makefile.am
diff -u gnash/testsuite/actionscript.all/Makefile.am:1.1 
gnash/testsuite/actionscript.all/Makefile.am:1.2
--- gnash/testsuite/actionscript.all/Makefile.am:1.1    Thu Jan 26 21:21:44 2006
+++ gnash/testsuite/actionscript.all/Makefile.am        Wed Feb  1 11:43:16 2006
@@ -1,13 +1,37 @@
-LDFLAGS += $MING_LDFLAGS 
+## Process this fillocatee with automake to generate Makefile.in
+# 
+#   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+#
 
 if ENABLE_MING
 
+LDFLAGS += $MING_LDFLAGS 
+
 # moviecliploader_test_ming.swf definebitsjpeg2.swf 
-GENERATED = xtrace.swf
+GENERATED = xtrace.swf movieclip.swf array.swf
+
+all: $(GENERATED)
 
 swf: $(GENERATED)
 
-xtrace.swf: xtrace.as 
+test: $(GENERATED)
+       gprocessor -v $(GENERATED)
+
+.as.swf: 
        $(MAKESWF) -o $@ $<
 
 moviecliploader_test: moviecliploader_test.c




reply via email to

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