gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash po/Makefile.am server/asobj/Makefile.am s...


From: Rob Savoye
Subject: [Gnash-commit] gnash po/Makefile.am server/asobj/Makefile.am s...
Date: Thu, 03 May 2007 00:43:26 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/05/03 00:43:26

Modified files:
        po             : Makefile.am 
        server/asobj   : Makefile.am 
        server/parser  : Makefile.am 
        server/vm      : Makefile.am 
        utilities      : Makefile.am 
        gui            : Makefile.am 
        .              : ChangeLog 

Log message:
                * po/Makefile.am: We don't need $(srcdir) since we're specifing
                the directory.
                * server/asobj/Makefile.am: Make libgnashasobjs a a convienience
                library. 
                * server/parser/Makefile.am: Make libgnashparser a a 
convienience
                library. 
                * server/vm/Makefile.am: Make libgnashvm a a convienience
                library. 
                * utilities/Makefile.am: Don't link in all the other libraries.
                * gui/Makefile.am: Don't link in all the other libraries.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/po/Makefile.am?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Makefile.am?cvsroot=gnash&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/Makefile.am?cvsroot=gnash&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/Makefile.am?cvsroot=gnash&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/Makefile.am?cvsroot=gnash&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Makefile.am?cvsroot=gnash&r1=1.65&r2=1.66
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3076&r2=1.3077

Patches:
Index: po/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/po/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- po/Makefile.am      30 Apr 2007 18:22:29 -0000      1.2
+++ po/Makefile.am      3 May 2007 00:43:25 -0000       1.3
@@ -52,7 +52,7 @@
 
 SUFFIXES = .po .gmo
 .po.gmo:
-       msgfmt --statistics --directory=$(srcdir) -o $*.gmo 
$(@:%.gmo=$(srcdir)/%.po) 
+       msgfmt --statistics --directory=$(srcdir) -o $*.gmo $(@:%.gmo=%.po) 
 else
 $(gmofiles): force
        @for i in $(gmofiles); do \

Index: server/asobj/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- server/asobj/Makefile.am    28 Apr 2007 00:04:26 -0000      1.36
+++ server/asobj/Makefile.am    3 May 2007 00:43:25 -0000       1.37
@@ -15,11 +15,11 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.36 2007/04/28 00:04:26 rsavoye Exp $
+# $Id: Makefile.am,v 1.37 2007/05/03 00:43:25 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 
-lib_LTLIBRARIES = libgnashasobjs.la 
+noinst_LTLIBRARIES = libgnashasobjs.la 
 
 AM_CPPFLAGS = \
        -I$(top_srcdir)/backend \

Index: server/parser/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/parser/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- server/parser/Makefile.am   28 Apr 2007 00:04:26 -0000      1.30
+++ server/parser/Makefile.am   3 May 2007 00:43:25 -0000       1.31
@@ -15,11 +15,11 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.30 2007/04/28 00:04:26 rsavoye Exp $
+# $Id: Makefile.am,v 1.31 2007/05/03 00:43:25 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 
-lib_LTLIBRARIES = libgnashparser.la 
+noinst_LTLIBRARIES = libgnashparser.la 
 
 # Only enable if we're configured with --enable-mp3
 #

Index: server/vm/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/vm/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- server/vm/Makefile.am       28 Apr 2007 00:04:26 -0000      1.11
+++ server/vm/Makefile.am       3 May 2007 00:43:25 -0000       1.12
@@ -15,11 +15,11 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.11 2007/04/28 00:04:26 rsavoye Exp $
+# $Id: Makefile.am,v 1.12 2007/05/03 00:43:25 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 
-lib_LTLIBRARIES = libgnashvm.la 
+noinst_LTLIBRARIES = libgnashvm.la 
 
 AM_CPPFLAGS = \
        -I$(top_srcdir)/backend \

Index: utilities/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- utilities/Makefile.am       10 Apr 2007 18:18:46 -0000      1.52
+++ utilities/Makefile.am       3 May 2007 00:43:25 -0000       1.53
@@ -25,11 +25,6 @@
 
 GNASH_LIBS = \
        $(top_builddir)/server/libgnashserver.la \
-       $(top_builddir)/server/asobj/libgnashasobjs.la \
-       $(top_builddir)/server/vm/libgnashvm.la \
-       $(top_builddir)/server/parser/libgnashparser.la \
-       $(top_builddir)/server/parser/libgnashparser.la \
-       $(top_builddir)/server/asobj/libgnashasobjs.la \
        $(top_builddir)/libbase/libgnashbase.la \
        $(top_builddir)/libamf/libgnashamf.la
 

Index: gui/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/gui/Makefile.am,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- gui/Makefile.am     27 Apr 2007 01:08:50 -0000      1.65
+++ gui/Makefile.am     3 May 2007 00:43:25 -0000       1.66
@@ -17,7 +17,7 @@
 
 # 
 
-# $Id: Makefile.am,v 1.65 2007/04/27 01:08:50 rsavoye Exp $
+# $Id: Makefile.am,v 1.66 2007/05/03 00:43:25 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 localedir = $(datadir)/locale
@@ -218,10 +218,6 @@
        $(top_builddir)/libamf/libgnashamf.la \
        $(top_builddir)/backend/libgnashbackend.la \
        $(top_builddir)/server/libgnashserver.la \
-       $(top_builddir)/server/vm/libgnashvm.la \
-       $(top_builddir)/server/parser/libgnashparser.la \
-       $(top_builddir)/server/asobj/libgnashasobjs.la \
-       $(top_builddir)/server/parser/libgnashparser.la \
        $(top_builddir)/libgeometry/libgnashgeo.la \
        $(top_builddir)/libbase/libgnashbase.la \
        libgnashplayer.la \

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3076
retrieving revision 1.3077
diff -u -b -r1.3076 -r1.3077
--- ChangeLog   2 May 2007 23:01:13 -0000       1.3076
+++ ChangeLog   3 May 2007 00:43:25 -0000       1.3077
@@ -10,6 +10,17 @@
 
 2007-05-02  Rob Savoye  <address@hidden>
 
+       * po/Makefile.am: We don't need $(srcdir) since we're specifing
+       the directory.
+       * server/asobj/Makefile.am: Make libgnashasobjs a a convienience
+       library. 
+       * server/parser/Makefile.am: Make libgnashparser a a convienience
+       library. 
+       * server/vm/Makefile.am: Make libgnashvm a a convienience
+       library. 
+       * utilities/Makefile.am: Don't link in all the other libraries.
+       * gui/Makefile.am: Don't link in all the other libraries.
+
        * libbase/curl_adapter.cpp: Don't redefine snprintf() for win32.
        * libbase/noseek_fd_adapter.cpp: Don't redefine snprintf() for
        win32.




reply via email to

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