gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10925: Replace system-first include


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10925: Replace system-first include directive for sharedlib.h everywhere.
Date: Tue, 26 May 2009 17:34:34 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10925
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2009-05-26 17:34:34 +0200
message:
  Replace system-first include directive for sharedlib.h everywhere.
modified:
  libcore/asobj/flash/accessibility/accessibility.am
  libcore/asobj/flash/data/data.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/filesystem/filesystem.am
  libcore/asobj/flash/filters/filters.am
  libcore/asobj/flash/geom/geom.am
  libcore/asobj/flash/html/html.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/security/security.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-05-26 
01:53:14 +0000
+++ b/libcore/asobj/flash/accessibility/accessibility.am        2009-05-26 
15:34:34 +0000
@@ -46,9 +46,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_ACCESSIBILITY_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_ACCESSIBILITY_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(ACCESSIBILITY_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -59,7 +59,7 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_ACCESSIBILITY_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_ACCESSIBILITY_H" >> $${header};
 
 BUILT_SOURCES += accessibilityclasses.h
 

=== modified file 'libcore/asobj/flash/data/data.am'
--- a/libcore/asobj/flash/data/data.am  2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/data/data.am  2009-05-26 15:34:34 +0000
@@ -106,9 +106,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_DATA_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_DATA_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${header}; \
+       echo "#ifndef GNASH_ASOBJ_FLASH_DATA_H" >> $${header}; \
+       echo "#define GNASH_ASOBJ_FLASH_DATA_H 1" >> $${header}; \
+       echo "#include \"sharedlib.h\"" >> $${header}; \
        echo "static gnash::SharedLib::initentry *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(DATA_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -119,7 +119,7 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_DATA_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_DATA_H" >> $${header};
 
 
 BUILT_SOURCES += dataclasses.h

=== modified file 'libcore/asobj/flash/desktop/desktop.am'
--- a/libcore/asobj/flash/desktop/desktop.am    2009-05-25 16:49:41 +0000
+++ b/libcore/asobj/flash/desktop/desktop.am    2009-05-26 15:34:34 +0000
@@ -97,9 +97,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_DESKTOP_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_DESKTOP_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(DESKTOP_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -110,7 +110,7 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_DESKTOP_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_DESKTOP_H" >> $${header};
 
 
 BUILT_SOURCES += desktopclasses.h

=== modified file 'libcore/asobj/flash/display/display.am'
--- a/libcore/asobj/flash/display/display.am    2009-05-26 01:53:14 +0000
+++ b/libcore/asobj/flash/display/display.am    2009-05-26 15:34:34 +0000
@@ -242,9 +242,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_DISPLAY_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_DISPLAY_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(DISPLAY_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -255,7 +255,7 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_DISPLAY_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_DISPLAY_H" >> $${header};
 
 .PHONY: classes
 

=== modified file 'libcore/asobj/flash/errors/errors.am'
--- a/libcore/asobj/flash/errors/errors.am      2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/errors/errors.am      2009-05-26 15:34:34 +0000
@@ -78,9 +78,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_ERRORS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_ERRORS_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(ERRORS_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -91,6 +91,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_ERRORS_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_ERRORS_H" >> $${header};
 
 BUILT_SOURCES += errorsclasses.h

=== modified file 'libcore/asobj/flash/events/events.am'
--- a/libcore/asobj/flash/events/events.am      2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/events/events.am      2009-05-26 15:34:34 +0000
@@ -221,9 +221,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_EVENTS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_EVENTS_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(EVENTS_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -234,6 +234,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_EVENTS_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_EVENTS_H" >> $${header};
 
 BUILT_SOURCES += eventsclasses.h

=== modified file 'libcore/asobj/flash/external/external.am'
--- a/libcore/asobj/flash/external/external.am  2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/external/external.am  2009-05-26 15:34:34 +0000
@@ -38,9 +38,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_EXTERNAL_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_EXTERNAL_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(EXTERNAL_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -51,6 +51,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_EXTERNAL_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_EXTERNAL_H" >> $${header};
 
 BUILT_SOURCES += externalclasses.h

=== modified file 'libcore/asobj/flash/filesystem/filesystem.am'
--- a/libcore/asobj/flash/filesystem/filesystem.am      2009-05-25 15:23:32 
+0000
+++ b/libcore/asobj/flash/filesystem/filesystem.am      2009-05-26 15:34:34 
+0000
@@ -46,9 +46,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_FILESYSTEM_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_FILESYSTEM_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${header}; \
+       echo "#ifndef GNASH_ASOBJ_FLASH_FILESYSTEM_H" >> $${header}; \
+       echo "#define GNASH_ASOBJ_FLASH_FILESYSTEM_H 1" >> $${header}; \
+       echo "#include \"sharedlib.h\"" >> $${header}; \
        echo "static gnash::SharedLib::initentry *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(FILESYSTEM_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -59,6 +59,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_FILESYSTEM_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_FILESYSTEM_H" >> $${header};
 
 BUILT_SOURCES += filesystemclasses.h

=== modified file 'libcore/asobj/flash/filters/filters.am'
--- a/libcore/asobj/flash/filters/filters.am    2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/filters/filters.am    2009-05-26 15:34:34 +0000
@@ -96,9 +96,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_FILTERS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_FILTERS_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(FILTERS_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -109,6 +109,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_FILTERS_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_FILTERS_H" >> $${header};
 
 BUILT_SOURCES += filtersclasses.h

=== modified file 'libcore/asobj/flash/geom/geom.am'
--- a/libcore/asobj/flash/geom/geom.am  2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/geom/geom.am  2009-05-26 15:34:34 +0000
@@ -56,9 +56,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_GEOM_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_GEOM_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(GEOM_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -69,6 +69,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_GEOM_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_GEOM_H" >> $${header};
 
 BUILT_SOURCES += geomclasses.h

=== modified file 'libcore/asobj/flash/html/html.am'
--- a/libcore/asobj/flash/html/html.am  2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/html/html.am  2009-05-26 15:34:34 +0000
@@ -56,9 +56,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_HTML_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_HTML_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${header}; \
+       echo "#ifndef GNASH_ASOBJ_FLASH_HTML_H" >> $${header}; \
+       echo "#define GNASH_ASOBJ_FLASH_HTML_H 1" >> $${header}; \
+       echo "#include \"sharedlib.h\"" >> $${header}; \
        echo "static gnash::SharedLib::initentry *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(HTML_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -69,7 +69,7 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_HTML_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_HTML_H" >> $${header};
 
 
 BUILT_SOURCES += htmlclasses.h

=== modified file 'libcore/asobj/flash/media/media.am'
--- a/libcore/asobj/flash/media/media.am        2009-05-26 01:53:14 +0000
+++ b/libcore/asobj/flash/media/media.am        2009-05-26 15:34:34 +0000
@@ -79,9 +79,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_MEDIA_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_MEDIA_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(MEDIA_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -92,6 +92,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_MEDIA_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_MEDIA_H" >> $${header};
 
 BUILT_SOURCES += mediaclasses.h

=== modified file 'libcore/asobj/flash/net/net.am'
--- a/libcore/asobj/flash/net/net.am    2009-05-26 01:53:14 +0000
+++ b/libcore/asobj/flash/net/net.am    2009-05-26 15:34:34 +0000
@@ -143,9 +143,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_NET_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_NET_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(NET_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -156,6 +156,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_NET_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_NET_H" >> $${header};
 
 BUILT_SOURCES += netclasses.h

=== modified file 'libcore/asobj/flash/printing/printing.am'
--- a/libcore/asobj/flash/printing/printing.am  2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/printing/printing.am  2009-05-26 15:34:34 +0000
@@ -46,9 +46,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_PRINTING_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_PRINTING_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(PRINTING_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -59,6 +59,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_PRINTING_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_PRINTING_H" >> $${header};
 
 BUILT_SOURCES += printingclasses.h

=== modified file 'libcore/asobj/flash/sampler/sampler.am'
--- a/libcore/asobj/flash/sampler/sampler.am    2009-05-26 06:45:45 +0000
+++ b/libcore/asobj/flash/sampler/sampler.am    2009-05-26 15:34:34 +0000
@@ -51,9 +51,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_SAMPLAR_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_SAMPLAR_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(SAMPLAR_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -64,6 +64,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_SAMPLAR_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_SAMPLAR_H" >> $${header};
 
 BUILT_SOURCES += samplerclasses.h

=== modified file 'libcore/asobj/flash/security/security.am'
--- a/libcore/asobj/flash/security/security.am  2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/security/security.am  2009-05-26 15:34:34 +0000
@@ -56,9 +56,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_SECURITY_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_SECURITY_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${header}; \
+       echo "#ifndef GNASH_ASOBJ_FLASH_SECURITY_H" >> $${header}; \
+       echo "#define GNASH_ASOBJ_FLASH_SECURITY_H 1" >> $${header}; \
+       echo "#include \"sharedlib.h\"" >> $${header}; \
        echo "static gnash::SharedLib::initentry *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(SECURITY_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -69,6 +69,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_SECURITY_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_SECURITY_H" >> $${header};
 
 BUILT_SOURCES += securityclasses.h

=== modified file 'libcore/asobj/flash/system/system.am'
--- a/libcore/asobj/flash/system/system.am      2009-05-26 01:53:14 +0000
+++ b/libcore/asobj/flash/system/system.am      2009-05-26 15:34:34 +0000
@@ -77,9 +77,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_SYSTEM_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_SYSTEM_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(SYSTEM_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -90,6 +90,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_SYSTEM_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_SYSTEM_H" >> $${header};
 
 BUILT_SOURCES += systemclasses.h

=== modified file 'libcore/asobj/flash/text/text.am'
--- a/libcore/asobj/flash/text/text.am  2009-05-26 01:53:14 +0000
+++ b/libcore/asobj/flash/text/text.am  2009-05-26 15:34:34 +0000
@@ -124,9 +124,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_TEXT_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_TEXT_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(TEXT_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -137,6 +137,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_TEXT_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_TEXT_H" >> $${header};
 
 BUILT_SOURCES += textclasses.h

=== modified file 'libcore/asobj/flash/ui/ui.am'
--- a/libcore/asobj/flash/ui/ui.am      2009-05-26 14:42:44 +0000
+++ b/libcore/asobj/flash/ui/ui.am      2009-05-26 15:34:34 +0000
@@ -62,8 +62,8 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_UI_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_UI_H 1" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
@@ -75,6 +75,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_UI_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_UI_H" >> $${header};
 
 BUILT_SOURCES += uiclasses.h

=== modified file 'libcore/asobj/flash/utils/utils.am'
--- a/libcore/asobj/flash/utils/utils.am        2009-05-25 15:23:32 +0000
+++ b/libcore/asobj/flash/utils/utils.am        2009-05-26 15:34:34 +0000
@@ -76,9 +76,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_UTILS_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_UTILS_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(UTILS_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -89,6 +89,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_UTILS_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_UTILS_H" >> $${header};
 
 BUILT_SOURCES += utilsclasses.h

=== modified file 'libcore/asobj/flash/xml/xml.am'
--- a/libcore/asobj/flash/xml/xml.am    2009-05-26 01:53:14 +0000
+++ b/libcore/asobj/flash/xml/xml.am    2009-05-26 15:34:34 +0000
@@ -46,9 +46,9 @@
        address@hidden; \
        $(RM) $${header}; \
        echo "// Generated by Makefile, don't hand edit!" > $${header}; \
-       echo "#ifndef GNASH_ASOBJ3_XML_H" >> $${header}; \
-       echo "#define GNASH_ASOBJ3_XML_H 1" >> $${header}; \
-       echo "#include <sharedlib.h>" >> $${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 *asclasses[] = {" >> 
$${header}; \
        # drop the first node, which is always the top level package ;\
        sources="`echo $(XML_SOURCES) | cut -d ' ' -f 2-`"; \
@@ -59,6 +59,6 @@
        done; \
        echo '  0' >> $${header}; \
        echo '};' >> $${header}; \
-       echo "#endif // end of GNASH_ASOBJ3_XML_H" >> $${header};
+       echo "#endif // end of GNASH_ASOBJ_FLASH_XML_H" >> $${header};
 
 BUILT_SOURCES += xmlclasses.h


reply via email to

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