gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am libbase/Makefile.am...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am libbase/Makefile.am...
Date: Tue, 03 Oct 2006 13:52:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/03 13:52:16

Modified files:
        .              : ChangeLog Makefile.am 
        libbase        : Makefile.am 
        testsuite/libbase: Makefile.am 
        testsuite/misc-ming.all: Makefile.am 

Log message:
                * Makefile.am, libbase/Makefile.am, 
testsuite/libbase/Makefile.am,
                  testsuite/misc-ming.all/Makefile.am:
                  simplify check handling by putting testsuite in SUBDIRS and 
mark;
                  check programs as check_ instead of noinst_; add 
smart_ptr.hpp to               distributed files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1012&r2=1.1013
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Makefile.am?cvsroot=gnash&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libbase/Makefile.am?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1012
retrieving revision 1.1013
diff -u -b -r1.1012 -r1.1013
--- ChangeLog   3 Oct 2006 13:46:00 -0000       1.1012
+++ ChangeLog   3 Oct 2006 13:52:15 -0000       1.1013
@@ -1,3 +1,11 @@
+2006-10-03 Patrice Dumas <address@hidden>
+
+       * Makefile.am, libbase/Makefile.am, testsuite/libbase/Makefile.am,
+         testsuite/misc-ming.all/Makefile.am:
+         simplify check handling by putting testsuite in SUBDIRS and mark;
+         check programs as check_ instead of noinst_; add smart_ptr.hpp to
+         distributed files
+
 2006-10-03 Sandro Santilli  <address@hidden>
 
        * testsuite/libbase/NoSeekFileTest.cpp: fixed test, added test

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- Makefile.am 2 Oct 2006 16:32:39 -0000       1.36
+++ Makefile.am 3 Oct 2006 13:52:15 -0000       1.37
@@ -44,7 +44,8 @@
        server \
        backend \
        gui \
-       utilities
+       utilities \
+       testsuite
 
 if PLUGIN
 PLUGIN_DIRS = plugin
@@ -61,7 +62,7 @@
 SUBDIRS      = $(STD_DIRS) $(DOC_DIRS) $(PLUGIN_DIRS) $(KLASH_DIRS)
 
 # libamf isn't used yet, but we still want it in the distribution
-DIST_SUBDIRS = $(STD_DIRS) doc testsuite plugin
+DIST_SUBDIRS = $(STD_DIRS) doc plugin
 
 #EXTRA_DIST = macros
 # if HTTP
@@ -94,8 +95,6 @@
 mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
-check:
-       (cd testsuite ; $(MAKE) check $(RUNTESTFLAGS) )
 
 dumpconfig:
        @uname -a

Index: libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libbase/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- libbase/Makefile.am 29 Sep 2006 22:20:46 -0000      1.39
+++ libbase/Makefile.am 3 Oct 2006 13:52:15 -0000       1.40
@@ -119,6 +119,7 @@
        ogl.h \
        postscript.h \
        rc.h \
+       smart_ptr.hpp \
        smart_ptr.h \
        triangulate.h \
        triangulate_impl.h \

Index: testsuite/libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libbase/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- testsuite/libbase/Makefile.am       3 Oct 2006 13:46:00 -0000       1.8
+++ testsuite/libbase/Makefile.am       3 Oct 2006 13:52:15 -0000       1.9
@@ -74,7 +74,7 @@
 
 abs_builddir=$(shell cd $(top_builddir)/testsuite/libbase; pwd)
 
-noinst_PROGRAMS = \
+check_PROGRAMS = \
        CurlStreamTest  \
        NoSeekFileTest \
        URLTest \

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- testsuite/misc-ming.all/Makefile.am 20 Sep 2006 16:20:39 -0000      1.11
+++ testsuite/misc-ming.all/Makefile.am 3 Oct 2006 13:52:15 -0000       1.12
@@ -52,7 +52,7 @@
         $(MING_CFLAGS)
 
 
-noinst_PROGRAMS = \
+check_PROGRAMS = \
        moviecliploader_test \
        definebitsjpeg2 \
        DefineEditTextTest \




reply via email to

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