gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11020: merge from branch


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11020: merge from branch
Date: Sat, 06 Jun 2009 20:00:36 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11020
committer: address@hidden
branch nick: trunk
timestamp: Sat 2009-06-06 20:00:36 -0600
message:
  merge from branch
added:
  libcore/asobj/flash/accessibility/accessibilityclasses.h
  libcore/asobj/flash/desktop/desktopclasses.h
  libcore/asobj/flash/display/displayclasses.h
  libcore/asobj/flash/errors/errorsclasses.h
  libcore/asobj/flash/events/eventsclasses.h
  libcore/asobj/flash/external/externalclasses.h
  libcore/asobj/flash/filters/filtersclasses.h
  libcore/asobj/flash/geom/geomclasses.h
  libcore/asobj/flash/media/mediaclasses.h
  libcore/asobj/flash/net/netclasses.h
  libcore/asobj/flash/printing/printingclasses.h
  libcore/asobj/flash/sampler/samplerclasses.h
  libcore/asobj/flash/system/systemclasses.h
  libcore/asobj/flash/text/textclasses.h
  libcore/asobj/flash/ui/uiclasses.h
  libcore/asobj/flash/utils/utilsclasses.h
  libcore/asobj/flash/xml/xmlclasses.h
modified:
  libcore/asobj/flash/accessibility/accessibility.am
  libcore/asobj/flash/desktop/desktop.am
  libcore/asobj/flash/display/display.am
  libcore/asobj/flash/errors/errors.am
  libcore/asobj/flash/events/events.am
  libcore/asobj/flash/external/external.am
  libcore/asobj/flash/filters/filters.am
  libcore/asobj/flash/geom/geom.am
  libcore/asobj/flash/media/media.am
  libcore/asobj/flash/net/net.am
  libcore/asobj/flash/printing/printing.am
  libcore/asobj/flash/sampler/sampler.am
  libcore/asobj/flash/system/system.am
  libcore/asobj/flash/text/text.am
  libcore/asobj/flash/ui/ui.am
  libcore/asobj/flash/utils/utils.am
  libcore/asobj/flash/xml/xml.am
    ------------------------------------------------------------
    revno: 11015.1.1
    committer: address@hidden
    branch nick: classfiles
    timestamp: Sat 2009-06-06 18:49:02 -0600
    message:
      don't generate header files for class array, make them permanant.
    added:
      libcore/asobj/flash/accessibility/accessibilityclasses.h
      libcore/asobj/flash/desktop/desktopclasses.h
      libcore/asobj/flash/display/displayclasses.h
      libcore/asobj/flash/errors/errorsclasses.h
      libcore/asobj/flash/events/eventsclasses.h
      libcore/asobj/flash/external/externalclasses.h
      libcore/asobj/flash/filters/filtersclasses.h
      libcore/asobj/flash/geom/geomclasses.h
      libcore/asobj/flash/media/mediaclasses.h
      libcore/asobj/flash/net/netclasses.h
      libcore/asobj/flash/printing/printingclasses.h
      libcore/asobj/flash/sampler/samplerclasses.h
      libcore/asobj/flash/system/systemclasses.h
      libcore/asobj/flash/text/textclasses.h
      libcore/asobj/flash/ui/uiclasses.h
      libcore/asobj/flash/utils/utilsclasses.h
      libcore/asobj/flash/xml/xmlclasses.h
    modified:
      libcore/asobj/flash/accessibility/accessibility.am
      libcore/asobj/flash/desktop/desktop.am
      libcore/asobj/flash/display/display.am
      libcore/asobj/flash/errors/errors.am
      libcore/asobj/flash/events/events.am
      libcore/asobj/flash/external/external.am
      libcore/asobj/flash/filters/filters.am
      libcore/asobj/flash/geom/geom.am
      libcore/asobj/flash/media/media.am
      libcore/asobj/flash/net/net.am
      libcore/asobj/flash/printing/printing.am
      libcore/asobj/flash/sampler/sampler.am
      libcore/asobj/flash/system/system.am
      libcore/asobj/flash/text/text.am
      libcore/asobj/flash/ui/ui.am
      libcore/asobj/flash/utils/utils.am
      libcore/asobj/flash/xml/xml.am
=== modified file 'libcore/asobj/flash/accessibility/accessibility.am'
--- a/libcore/asobj/flash/accessibility/accessibility.am        2009-06-05 
20:31:43 +0000
+++ b/libcore/asobj/flash/accessibility/accessibility.am        2009-06-07 
00:49:02 +0000
@@ -31,29 +31,6 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(ACCESSIBILITY_SOURCES)
-noinst_HEADERS +=  $(ACCESSIBILITY_HEADERS) accessibilityclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-accessibilityclasses.h: Makefile
-       address@hidden "Generating header file for accessibility classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_ACCESSIBILITY_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_ACCESSIBILITY_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3accessibilityclasses[] = 
{" >> $${header}; \
-       sources="`echo $(ACCESSIBILITY_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_ACCESSIBILITY_H" >> $${header};
-
-BUILT_SOURCES += accessibilityclasses.h
+noinst_HEADERS +=  $(ACCESSIBILITY_HEADERS) \
+       flash/accessibility/accessibilityclasses.h
 

=== added file 'libcore/asobj/flash/accessibility/accessibilityclasses.h'
--- a/libcore/asobj/flash/accessibility/accessibilityclasses.h  1970-01-01 
00:00:00 +0000
+++ b/libcore/asobj/flash/accessibility/accessibilityclasses.h  2009-06-07 
00:49:02 +0000
@@ -0,0 +1,10 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_ACCESSIBILITY_H
+#define GNASH_ASOBJ_FLASH_ACCESSIBILITY_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3accessibilityclasses[] = {
+       gnash::accessibilityproperties_class_init,
+       gnash::accessibility_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_ACCESSIBILITY_H

=== modified file 'libcore/asobj/flash/desktop/desktop.am'
--- a/libcore/asobj/flash/desktop/desktop.am    2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/desktop/desktop.am    2009-06-07 00:49:02 +0000
@@ -36,30 +36,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(DESKTOP_SOURCES)
-noinst_HEADERS +=  $(DESKTOP_HEADERS) desktopclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this
-# namespace. This file only gets rebuilt if the Makefile is modified.
-desktopclasses.h: Makefile
-       address@hidden "Generating header file for desktop classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_DESKTOP_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_DESKTOP_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3desktopclasses[] = {" >> 
$${header}; \
-       sources="`echo $(DESKTOP_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_DESKTOP_H" >> $${header};
-
-
-BUILT_SOURCES += desktopclasses.h
+noinst_HEADERS +=  $(DESKTOP_HEADERS) flash/desktop/desktopclasses.h
+

=== added file 'libcore/asobj/flash/desktop/desktopclasses.h'
--- a/libcore/asobj/flash/desktop/desktopclasses.h      1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/desktop/desktopclasses.h      2009-06-07 00:49:02 
+0000
@@ -0,0 +1,11 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_DESKTOP_H
+#define GNASH_ASOBJ_FLASH_DESKTOP_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3desktopclasses[] = {
+       gnash::clipboardformats_class_init,
+       gnash::clipboardtransfermode_class_init,
+       gnash::clipboard_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_DESKTOP_H

=== modified file 'libcore/asobj/flash/display/display.am'
--- a/libcore/asobj/flash/display/display.am    2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/display/display.am    2009-06-07 00:49:02 +0000
@@ -190,40 +190,6 @@
 # endif
 
 libgnashasobjs_la_SOURCES += $(DISPLAY_SOURCES) $(DISPLAY_SOURCES_AS2)
-noinst_HEADERS +=  $(DISPLAY_HEADERS) $(DISPLAY_HEADERS_AS2) displayclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-displayclasses.h: Makefile
-       address@hidden "Generating header file for display classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_DISPLAY_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_DISPLAY_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3displayclasses[] = {" >> 
$${header}; \
-       sources="`echo $(DISPLAY_SOURCES) $(DISPLAY_SOURCES_AS2) | cut -d ' ' 
-f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as2displayclasses[] = {" >> 
$${header}; \
-       sources="`echo $(DISPLAY_SOURCES_AS2) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_DISPLAY_H" >> $${header};
-
-.PHONY: classes
-
-BUILT_SOURCES += displayclasses.h
+noinst_HEADERS +=  $(DISPLAY_HEADERS) $(DISPLAY_HEADERS_AS2) \
+       flash/display/displayclasses.h
 

=== added file 'libcore/asobj/flash/display/displayclasses.h'
--- a/libcore/asobj/flash/display/displayclasses.h      1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/display/displayclasses.h      2009-06-07 00:49:02 
+0000
@@ -0,0 +1,42 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_DISPLAY_H
+#define GNASH_ASOBJ_FLASH_DISPLAY_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3displayclasses[] = {
+       gnash::avm1movie_class_init,
+       gnash::actionscriptversion_class_init,
+       gnash::bitmapdatachannel_class_init,
+       gnash::blendmode_class_init,
+       gnash::capsstyle_class_init,
+       gnash::displayobjectcontainer_class_init,
+       gnash::displayobject_class_init,
+       gnash::framelabel_class_init,
+       gnash::gradienttype_class_init,
+       gnash::graphics_class_init,
+       gnash::ibitmapdrawable_class_init,
+       gnash::interactiveobject_class_init,
+       gnash::interpolationmethod_class_init,
+       gnash::jointstyle_class_init,
+       gnash::linescalemode_class_init,
+       gnash::loaderinfo_class_init,
+       gnash::loader_class_init,
+       gnash::morphshape_class_init,
+       gnash::pixelsnapping_class_init,
+       gnash::swfversion_class_init,
+       gnash::scene_class_init,
+       gnash::shape_class_init,
+       gnash::simplebutton_class_init,
+       gnash::spreadmethod_class_init,
+       gnash::sprite_class_init,
+       gnash::stagealign_class_init,
+       gnash::stagedisplaystate_class_init,
+       gnash::stagequality_class_init,
+       gnash::stagescalemode_class_init,
+       gnash::bitmapdata_class_init,
+       0
+};
+static gnash::SharedLib::initentry *as2displayclasses[] = {
+       gnash::bitmapdata_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_DISPLAY_H

=== modified file 'libcore/asobj/flash/errors/errors.am'
--- a/libcore/asobj/flash/errors/errors.am      2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/errors/errors.am      2009-06-07 00:49:02 +0000
@@ -58,28 +58,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(ERRORS_SOURCES)
-noinst_HEADERS +=  $(ERRORS_HEADERS) errorsclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-errorsclasses.h: Makefile
-       address@hidden "Generating header file for errors classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_ERRORS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_ERRORS_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3errorsclasses[] = {" >> 
$${header}; \
-       sources="`echo $(ERRORS_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_ERRORS_H" >> $${header};
-
-BUILT_SOURCES += errorsclasses.h
+noinst_HEADERS +=  $(ERRORS_HEADERS) flash/errors/errorsclasses.h
+

=== added file 'libcore/asobj/flash/errors/errorsclasses.h'
--- a/libcore/asobj/flash/errors/errorsclasses.h        1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/errors/errorsclasses.h        2009-06-07 00:49:02 
+0000
@@ -0,0 +1,15 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_ERRORS_H
+#define GNASH_ASOBJ_FLASH_ERRORS_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3errorsclasses[] = {
+       gnash::eoferror_class_init,
+       gnash::ioerror_class_init,
+       gnash::illegaloperationerror_class_init,
+       gnash::invalidswferror_class_init,
+       gnash::memoryerror_class_init,
+       gnash::scripttimeouterror_class_init,
+       gnash::stackoverflowerror_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_ERRORS_H

=== modified file 'libcore/asobj/flash/events/events.am'
--- a/libcore/asobj/flash/events/events.am      2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/events/events.am      2009-06-07 00:49:02 +0000
@@ -136,28 +136,4 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(EVENTS_SOURCES)
-noinst_HEADERS +=  $(EVENTS_HEADERS) eventsclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-eventsclasses.h: Makefile
-       address@hidden "Generating header file for events classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_EVENTS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_EVENTS_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3eventsclasses[] = {" >> 
$${header}; \
-       sources="`echo $(EVENTS_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_EVENTS_H" >> $${header};
-
-BUILT_SOURCES += eventsclasses.h
+noinst_HEADERS +=  $(EVENTS_HEADERS) flash/events/eventsclasses.h

=== added file 'libcore/asobj/flash/events/eventsclasses.h'
--- a/libcore/asobj/flash/events/eventsclasses.h        1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/events/eventsclasses.h        2009-06-07 00:49:02 
+0000
@@ -0,0 +1,31 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_EVENTS_H
+#define GNASH_ASOBJ_FLASH_EVENTS_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3eventsclasses[] = {
+       gnash::activityevent_class_init,
+       gnash::asyncerrorevent_class_init,
+       gnash::contextmenuevent_class_init,
+       gnash::dataevent_class_init,
+       gnash::errorevent_class_init,
+       gnash::eventdispatcher_class_init,
+       gnash::eventphase_class_init,
+       gnash::event_class_init,
+       gnash::focusevent_class_init,
+       gnash::fullscreenevent_class_init,
+       gnash::httpstatusevent_class_init,
+       gnash::ieventdispatcher_class_init,
+       gnash::imeevent_class_init,
+       gnash::ioerrorevent_class_init,
+       gnash::keyboardevent_class_init,
+       gnash::mouseevent_class_init,
+       gnash::netstatusevent_class_init,
+       gnash::progressevent_class_init,
+       gnash::securityerrorevent_class_init,
+       gnash::statusevent_class_init,
+       gnash::syncevent_class_init,
+       gnash::textevent_class_init,
+       gnash::timerevent_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_EVENTS_H

=== modified file 'libcore/asobj/flash/external/external.am'
--- a/libcore/asobj/flash/external/external.am  2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/external/external.am  2009-06-07 00:49:02 +0000
@@ -28,28 +28,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(EXTERNAL_SOURCES)
-noinst_HEADERS +=  $(EXTERNAL_HEADERS) externalclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-externalclasses.h: Makefile
-       address@hidden "Generating header file for external classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_EXTERNAL_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_EXTERNAL_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3externalclasses[] = {" >> 
$${header}; \
-       sources="`echo $(EXTERNAL_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_EXTERNAL_H" >> $${header};
-
-BUILT_SOURCES += externalclasses.h
+noinst_HEADERS +=  $(EXTERNAL_HEADERS) flash/external/externalclasses.h
+

=== added file 'libcore/asobj/flash/external/externalclasses.h'
--- a/libcore/asobj/flash/external/externalclasses.h    1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/external/externalclasses.h    2009-06-07 00:49:02 
+0000
@@ -0,0 +1,9 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_EXTERNAL_H
+#define GNASH_ASOBJ_FLASH_EXTERNAL_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3externalclasses[] = {
+       gnash::externalinterface_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_EXTERNAL_H

=== modified file 'libcore/asobj/flash/filters/filters.am'
--- a/libcore/asobj/flash/filters/filters.am    2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/filters/filters.am    2009-06-07 00:49:02 +0000
@@ -86,28 +86,4 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(FILTERS_SOURCES)
-noinst_HEADERS +=  $(FILTERS_HEADERS) filtersclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-filtersclasses.h: Makefile
-       address@hidden "Generating header file for filters classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_FILTERS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_FILTERS_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3filtersclasses[] = {" >> 
$${header}; \
-       sources="`echo $(FILTERS_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_FILTERS_H" >> $${header};
-
-BUILT_SOURCES += filtersclasses.h
+noinst_HEADERS +=  $(FILTERS_HEADERS) flash/filters/filtersclasses.h

=== added file 'libcore/asobj/flash/filters/filtersclasses.h'
--- a/libcore/asobj/flash/filters/filtersclasses.h      1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/filters/filtersclasses.h      2009-06-07 00:49:02 
+0000
@@ -0,0 +1,21 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_FILTERS_H
+#define GNASH_ASOBJ_FLASH_FILTERS_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3filtersclasses[] = {
+       gnash::bevelfilter_class_init,
+       gnash::bitmapfilterquality_class_init,
+       gnash::bitmapfiltertype_class_init,
+       gnash::bitmapfilter_class_init,
+       gnash::blurfilter_class_init,
+       gnash::colormatrixfilter_class_init,
+       gnash::convolutionfilter_class_init,
+       gnash::displacementmapfiltermode_class_init,
+       gnash::displacementmapfilter_class_init,
+       gnash::dropshadowfilter_class_init,
+       gnash::glowfilter_class_init,
+       gnash::gradientbevelfilter_class_init,
+       gnash::gradientglowfilter_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_FILTERS_H

=== modified file 'libcore/asobj/flash/geom/geom.am'
--- a/libcore/asobj/flash/geom/geom.am  2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/geom/geom.am  2009-06-07 00:49:02 +0000
@@ -46,28 +46,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(GEOM_SOURCES)
-noinst_HEADERS +=  $(GEOM_HEADERS) geomclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-geomclasses.h: Makefile
-       address@hidden "Generating header file for geom classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_GEOM_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_GEOM_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3geomclasses[] = {" >> 
$${header}; \
-       sources="`echo $(GEOM_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_GEOM_H" >> $${header};
-
-BUILT_SOURCES += geomclasses.h
+noinst_HEADERS +=  $(GEOM_HEADERS) flash/geom/geomclasses.h
+

=== added file 'libcore/asobj/flash/geom/geomclasses.h'
--- a/libcore/asobj/flash/geom/geomclasses.h    1970-01-01 00:00:00 +0000
+++ b/libcore/asobj/flash/geom/geomclasses.h    2009-06-07 00:49:02 +0000
@@ -0,0 +1,13 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_GEOM_H
+#define GNASH_ASOBJ_FLASH_GEOM_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3geomclasses[] = {
+       gnash::colortransform_class_init,
+       gnash::matrix_class_init,
+       gnash::point_class_init,
+       gnash::rectangle_class_init,
+       gnash::transform_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_GEOM_H

=== modified file 'libcore/asobj/flash/media/media.am'
--- a/libcore/asobj/flash/media/media.am        2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/media/media.am        2009-06-07 00:49:02 +0000
@@ -69,28 +69,4 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(MEDIA_SOURCES)
-noinst_HEADERS +=  $(MEDIA_HEADERS) mediaclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-mediaclasses.h: Makefile
-       address@hidden "Generating header file for media classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_MEDIA_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_MEDIA_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3mediaclasses[] = {" >> 
$${header}; \
-       sources="`echo $(MEDIA_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_MEDIA_H" >> $${header};
-
-BUILT_SOURCES += mediaclasses.h
+noinst_HEADERS +=  $(MEDIA_HEADERS) flash/media/mediaclasses.h

=== added file 'libcore/asobj/flash/media/mediaclasses.h'
--- a/libcore/asobj/flash/media/mediaclasses.h  1970-01-01 00:00:00 +0000
+++ b/libcore/asobj/flash/media/mediaclasses.h  2009-06-07 00:49:02 +0000
@@ -0,0 +1,13 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_MEDIA_H
+#define GNASH_ASOBJ_FLASH_MEDIA_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3mediaclasses[] = {
+       gnash::id3info_class_init,
+       gnash::soundchannel_class_init,
+       gnash::soundloadercontext_class_init,
+       gnash::soundmixer_class_init,
+       gnash::soundtransform_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_MEDIA_H

=== modified file 'libcore/asobj/flash/net/net.am'
--- a/libcore/asobj/flash/net/net.am    2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/net/net.am    2009-06-07 00:49:02 +0000
@@ -131,37 +131,5 @@
 endif
 
 libgnashasobjs_la_SOURCES  += $(NET_SOURCES) $(NET_SOURCES_AS2)
-noinst_HEADERS +=  $(NET_HEADERS) $(NET_HEADERS_AS2) netclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-netclasses.h: Makefile
-       address@hidden "Generating header file for net classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_NET_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_NET_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3netclasses[] = {" >> 
$${header}; \
-       sources="`echo $(NET_SOURCES) $(NET_SOURCES_AS2) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as2netclasses[] = {" >> 
$${header}; \
-       sources="`echo $(NET_SOURCES_AS2) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_NET_H" >> $${header};
-
-BUILT_SOURCES += netclasses.h
+noinst_HEADERS +=  $(NET_HEADERS) $(NET_HEADERS_AS2) flash/net/netclasses.h
+

=== added file 'libcore/asobj/flash/net/netclasses.h'
--- a/libcore/asobj/flash/net/netclasses.h      1970-01-01 00:00:00 +0000
+++ b/libcore/asobj/flash/net/netclasses.h      2009-06-07 00:49:02 +0000
@@ -0,0 +1,25 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_NET_H
+#define GNASH_ASOBJ_FLASH_NET_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3netclasses[] = {
+       gnash::filefilter_class_init,
+       gnash::idynamicpropertyoutput_class_init,
+       gnash::idynamicpropertywriter_class_init,
+       gnash::objectencoding_class_init,
+       gnash::responder_class_init,
+       gnash::sharedobjectflushstatus_class_init,
+       gnash::socket_class_init,
+       gnash::urlloader_class_init,
+       gnash::urlrequestheader_class_init,
+       gnash::urlrequestmethod_class_init,
+       gnash::urlstream_class_init,
+       gnash::filereferencelist_class_init,
+       gnash::filereference_class_init,
+       0
+};
+static gnash::SharedLib::initentry *as2netclasses[] = {
+       gnash::filereference_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_NET_H

=== modified file 'libcore/asobj/flash/printing/printing.am'
--- a/libcore/asobj/flash/printing/printing.am  2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/printing/printing.am  2009-06-07 00:49:02 +0000
@@ -36,28 +36,4 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(PRINTING_SOURCES)
-noinst_HEADERS +=  $(PRINTING_HEADERS) printingclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-printingclasses.h: Makefile
-       address@hidden "Generating header file for printing classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_PRINTING_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_PRINTING_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3printingclasses[] = {" >> 
$${header}; \
-       sources="`echo $(PRINTING_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_PRINTING_H" >> $${header};
-
-BUILT_SOURCES += printingclasses.h
+noinst_HEADERS +=  $(PRINTING_HEADERS) flash/printing/printingclasses.h

=== added file 'libcore/asobj/flash/printing/printingclasses.h'
--- a/libcore/asobj/flash/printing/printingclasses.h    1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/printing/printingclasses.h    2009-06-07 00:49:02 
+0000
@@ -0,0 +1,11 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_PRINTING_H
+#define GNASH_ASOBJ_FLASH_PRINTING_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3printingclasses[] = {
+       gnash::printjoboptions_class_init,
+       gnash::printjoborientation_class_init,
+       gnash::printjob_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_PRINTING_H

=== modified file 'libcore/asobj/flash/sampler/sampler.am'
--- a/libcore/asobj/flash/sampler/sampler.am    2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/sampler/sampler.am    2009-06-07 00:49:02 +0000
@@ -41,28 +41,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(SAMPLER_SOURCES)
-noinst_HEADERS +=  $(SAMPLER_HEADERS) samplerclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-samplerclasses.h: Makefile
-       address@hidden "Generating header file for sampler classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_SAMPLAR_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_SAMPLAR_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3samplerclasses[] = {" >> 
$${header}; \
-       sources="`echo $(SAMPLAR_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_SAMPLAR_H" >> $${header};
-
-BUILT_SOURCES += samplerclasses.h
+noinst_HEADERS +=  $(SAMPLER_HEADERS) flash/sampler/samplerclasses.h
+

=== added file 'libcore/asobj/flash/sampler/samplerclasses.h'
--- a/libcore/asobj/flash/sampler/samplerclasses.h      1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/sampler/samplerclasses.h      2009-06-07 00:49:02 
+0000
@@ -0,0 +1,8 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_SAMPLAR_H
+#define GNASH_ASOBJ_FLASH_SAMPLAR_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3samplerclasses[] = {
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_SAMPLAR_H

=== modified file 'libcore/asobj/flash/system/system.am'
--- a/libcore/asobj/flash/system/system.am      2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/system/system.am      2009-06-07 00:49:02 +0000
@@ -67,28 +67,4 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(SYSTEM_SOURCES)
-noinst_HEADERS +=  $(SYSTEM_HEADERS) systemclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-systemclasses.h: Makefile
-       address@hidden "Generating header file for system classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_SYSTEM_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_SYSTEM_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3systemclasses[] = {" >> 
$${header}; \
-       sources="`echo $(SYSTEM_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_SYSTEM_H" >> $${header};
-
-BUILT_SOURCES += systemclasses.h
+noinst_HEADERS +=  $(SYSTEM_HEADERS) flash/system/systemclasses.h

=== added file 'libcore/asobj/flash/system/systemclasses.h'
--- a/libcore/asobj/flash/system/systemclasses.h        1970-01-01 00:00:00 
+0000
+++ b/libcore/asobj/flash/system/systemclasses.h        2009-06-07 00:49:02 
+0000
@@ -0,0 +1,16 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_SYSTEM_H
+#define GNASH_ASOBJ_FLASH_SYSTEM_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3systemclasses[] = {
+       gnash::applicationdomain_class_init,
+       gnash::capabilities_class_init,
+       gnash::imeconversionmode_class_init,
+       gnash::ime_class_init,
+       gnash::loadercontext_class_init,
+       gnash::securitydomain_class_init,
+       gnash::securitypanel_class_init,
+       gnash::security_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_SYSTEM_H

=== modified file 'libcore/asobj/flash/text/text.am'
--- a/libcore/asobj/flash/text/text.am  2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/text/text.am  2009-06-07 00:49:02 +0000
@@ -117,37 +117,4 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(TEXT_SOURCES) $(TEXT_SOURCES_AS2)
-noinst_HEADERS +=  $(TEXT_HEADERS) $(TEXT_HEADERS_AS2) textclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-textclasses.h: Makefile
-       address@hidden "Generating header file for text classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_TEXT_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_TEXT_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3textclasses[] = {" >> 
$${header}; \
-       sources="`echo $(TEXT_SOURCES) $(TEXT_SOURCES_AS2) | cut -d ' ' -f 
2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as2textclasses[] = {" >> 
$${header}; \
-       sources="`echo $(TEXT_SOURCES_AS2) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_TEXT_H" >> $${header};
-
-BUILT_SOURCES += textclasses.h
+noinst_HEADERS +=  $(TEXT_HEADERS) $(TEXT_HEADERS_AS2) flash/text/textclasses.h

=== added file 'libcore/asobj/flash/text/textclasses.h'
--- a/libcore/asobj/flash/text/textclasses.h    1970-01-01 00:00:00 +0000
+++ b/libcore/asobj/flash/text/textclasses.h    2009-06-07 00:49:02 +0000
@@ -0,0 +1,27 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_TEXT_H
+#define GNASH_ASOBJ_FLASH_TEXT_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3textclasses[] = {
+       gnash::antialiastype_class_init,
+       gnash::csmsettings_class_init,
+       gnash::fontstyle_class_init,
+       gnash::fonttype_class_init,
+       gnash::font_class_init,
+       gnash::gridfittype_class_init,
+       gnash::statictext_class_init,
+       gnash::stylesheet_class_init,
+       gnash::textcolortype_class_init,
+       gnash::textdisplaymode_class_init,
+       gnash::textfieldautosize_class_init,
+       gnash::textfieldtype_class_init,
+       gnash::textformatalign_class_init,
+       gnash::textlinemetrics_class_init,
+       gnash::textrenderer_class_init,
+       0
+};
+static gnash::SharedLib::initentry *as2textclasses[] = {
+       gnash::textrenderer_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_TEXT_H

=== modified file 'libcore/asobj/flash/ui/ui.am'
--- a/libcore/asobj/flash/ui/ui.am      2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/ui/ui.am      2009-06-07 00:49:02 +0000
@@ -52,28 +52,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(UI_SOURCES)
-noinst_HEADERS +=  $(UI_HEADERS) uiclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-uiclasses.h: Makefile
-       address@hidden "Generating header file for ui classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_UI_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_UI_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3uiclasses[] = {" >> 
$${header}; \
-       sources="`echo $(UI_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_UI_H" >> $${header};
-
-BUILT_SOURCES += uiclasses.h
+noinst_HEADERS +=  $(UI_HEADERS) flash/ui/uiclasses.h
+

=== added file 'libcore/asobj/flash/ui/uiclasses.h'
--- a/libcore/asobj/flash/ui/uiclasses.h        1970-01-01 00:00:00 +0000
+++ b/libcore/asobj/flash/ui/uiclasses.h        2009-06-07 00:49:02 +0000
@@ -0,0 +1,13 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_UI_H
+#define GNASH_ASOBJ_FLASH_UI_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3uiclasses[] = {
+       gnash::contextmenubuiltinitems_class_init,
+       gnash::contextmenuitem_class_init,
+       gnash::keylocation_class_init,
+       gnash::keyboard_class_init,
+       gnash::mouse_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_UI_H

=== modified file 'libcore/asobj/flash/utils/utils.am'
--- a/libcore/asobj/flash/utils/utils.am        2009-06-01 19:12:38 +0000
+++ b/libcore/asobj/flash/utils/utils.am        2009-06-07 00:49:02 +0000
@@ -61,28 +61,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(UTILS_SOURCES)
-noinst_HEADERS += $(UTILS_HEADERS) utilsclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-utilsclasses.h: Makefile
-       address@hidden "Generating header file for utils classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_UTILS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_UTILS_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3utilsclasses[] = {" >> 
$${header}; \
-       sources="`echo $(UTILS_SOURCES) | cut -d ' ' -f 2-`"; \
-       for i in $${sources}; do \
-         item=`basename $$i | sed -e 's:\_as.cpp::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_UTILS_H" >> $${header};
-
-BUILT_SOURCES += utilsclasses.h
+noinst_HEADERS += $(UTILS_HEADERS) flash/utils/utilsclasses.h
+

=== added file 'libcore/asobj/flash/utils/utilsclasses.h'
--- a/libcore/asobj/flash/utils/utilsclasses.h  1970-01-01 00:00:00 +0000
+++ b/libcore/asobj/flash/utils/utilsclasses.h  2009-06-07 00:49:02 +0000
@@ -0,0 +1,16 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_UTILS_H
+#define GNASH_ASOBJ_FLASH_UTILS_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3utilsclasses[] = {
+       gnash::bytearray_class_init,
+       gnash::dictionary_class_init,
+       gnash::endian_class_init,
+       gnash::idatainput_class_init,
+       gnash::idataoutput_class_init,
+       gnash::iexternalizable_class_init,
+       gnash::proxy_class_init,
+       gnash::timer_class_init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_UTILS_H

=== modified file 'libcore/asobj/flash/xml/xml.am'
--- a/libcore/asobj/flash/xml/xml.am    2009-06-05 18:22:51 +0000
+++ b/libcore/asobj/flash/xml/xml.am    2009-06-07 00:49:02 +0000
@@ -43,47 +43,5 @@
 endif
 
 libgnashasobjs_la_SOURCES += $(XML_SOURCES) $(XML_SOURCES_AS3)
-noinst_HEADERS += $(XML_HEADERS) $(XML_HEADERS_AS3) xmlclasses.h
-
-# Build a header file that contains a generated array of *_init()
-# functions for the classes that are configured for this build, as
-# that could be a subset of the entire class library for this namespace.
-xmlclasses.h: Makefile
-       address@hidden "Generating header file for xml classes..."
-       address@hidden; \
-       $(RM) $${header}; \
-       echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ_FLASH_XML_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ_FLASH_XML_H 1" >> $${header}; \
-       echo "#include \"sharedlib.h\"" >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as3xmlclasses[] = {" >> 
$${header}; \
-       oldway=`cd $(srcdir) && grep -l "_class_init" $(XML_HEADERS_AS3)`; \
-       newway=`cd $(srcdir) && grep -l "void init"   $(XML_HEADERS_AS3)`; \
-       for i in $${oldway}; do \
-         item=`basename $$i | sed -e 's:\_as.h::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       for i in $${newway}; do \
-         item=`basename $$i | sed -e 's:\_as.h::'`; \
-         echo "        gnash::$${item}_as::init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "static gnash::SharedLib::initentry *as2xmlclasses[] = {" >> 
$${header}; \
-       oldway=`cd $(srcdir) && grep -l "_class_init" $(XML_HEADERS)`; \
-       newway=`cd $(srcdir) && grep -l "void init"   $(XML_HEADERS)`; \
-       for i in $${oldway}; do \
-         item=`basename $$i | sed -e 's:\_as.h::'`; \
-         lowname="`echo $${item} | tr '[A-Z]' '[a-z]'`"; \
-         echo "        gnash::$${lowname}_class_init,"  >> $${header}; \
-       done; \
-       for i in $${newway}; do \
-         item=`basename $$i | sed -e 's:\_as.h::'`; \
-         echo "        gnash::$${item}_as::init,"  >> $${header}; \
-       done; \
-       echo '  0' >> $${header}; \
-       echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ_FLASH_XML_H" >> $${header};
-
-BUILT_SOURCES += xmlclasses.h
+noinst_HEADERS += $(XML_HEADERS) $(XML_HEADERS_AS3) flash/xml/xmlclasses.h
+

=== added file 'libcore/asobj/flash/xml/xmlclasses.h'
--- a/libcore/asobj/flash/xml/xmlclasses.h      1970-01-01 00:00:00 +0000
+++ b/libcore/asobj/flash/xml/xmlclasses.h      2009-06-07 00:49:02 +0000
@@ -0,0 +1,14 @@
+// Generated by Makefile, don't hand edit!
+#ifndef GNASH_ASOBJ_FLASH_XML_H
+#define GNASH_ASOBJ_FLASH_XML_H 1
+#include "sharedlib.h"
+static gnash::SharedLib::initentry *as3xmlclasses[] = {
+       gnash::xmlnodetype_class_init,
+       0
+};
+static gnash::SharedLib::initentry *as2xmlclasses[] = {
+       gnash::xmldocument_class_init,
+       gnash::XMLNode_as::init,
+       0
+};
+#endif // end of GNASH_ASOBJ_FLASH_XML_H


reply via email to

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