forked from AuroraMiddleware/gtk
Include gtkalias.h in the generated sources gtkmarhalers.c and
2004-08-10 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: Include gtkalias.h in the generated sources gtkmarhalers.c and gtkmarshal.c. * gtk/makegtkalias.pl: Cosmetic fix. * gdk/Makefile.am: Remove the . which was accidentally added to SUBDIRS. Include gdkalias.h in the generated sources gdkenumtypes.c and gdkmarshalers.c. * gdk/makegdkalias.pl: Cosmetic fix. * gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
This commit is contained in:
parent
4c0ec536c6
commit
9c0208b253
11
ChangeLog
11
ChangeLog
@ -1,5 +1,16 @@
|
||||
2004-08-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Include gtkalias.h in the generated
|
||||
sources gtkmarhalers.c and gtkmarshal.c.
|
||||
|
||||
* gtk/makegtkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Remove the . which was accidentally added
|
||||
to SUBDIRS. Include gdkalias.h in the generated sources
|
||||
gdkenumtypes.c and gdkmarshalers.c.
|
||||
|
||||
* gdk/makegdkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
|
||||
|
||||
2004-08-09 Hans Breuer <hans@breuer.org>
|
||||
|
@ -1,5 +1,16 @@
|
||||
2004-08-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Include gtkalias.h in the generated
|
||||
sources gtkmarhalers.c and gtkmarshal.c.
|
||||
|
||||
* gtk/makegtkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Remove the . which was accidentally added
|
||||
to SUBDIRS. Include gdkalias.h in the generated sources
|
||||
gdkenumtypes.c and gdkmarshalers.c.
|
||||
|
||||
* gdk/makegdkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
|
||||
|
||||
2004-08-09 Hans Breuer <hans@breuer.org>
|
||||
|
@ -1,5 +1,16 @@
|
||||
2004-08-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Include gtkalias.h in the generated
|
||||
sources gtkmarhalers.c and gtkmarshal.c.
|
||||
|
||||
* gtk/makegtkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Remove the . which was accidentally added
|
||||
to SUBDIRS. Include gdkalias.h in the generated sources
|
||||
gdkenumtypes.c and gdkmarshalers.c.
|
||||
|
||||
* gdk/makegdkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
|
||||
|
||||
2004-08-09 Hans Breuer <hans@breuer.org>
|
||||
|
@ -1,5 +1,16 @@
|
||||
2004-08-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Include gtkalias.h in the generated
|
||||
sources gtkmarhalers.c and gtkmarshal.c.
|
||||
|
||||
* gtk/makegtkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Remove the . which was accidentally added
|
||||
to SUBDIRS. Include gdkalias.h in the generated sources
|
||||
gdkenumtypes.c and gdkmarshalers.c.
|
||||
|
||||
* gdk/makegdkalias.pl: Cosmetic fix.
|
||||
|
||||
* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
|
||||
|
||||
2004-08-09 Hans Breuer <hans@breuer.org>
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Makefile.am for gtk+/gdk
|
||||
|
||||
SUBDIRS = . $(gdktarget)
|
||||
SUBDIRS = $(gdktarget)
|
||||
DIST_SUBDIRS = linux-fb win32 x11
|
||||
|
||||
EXTRA_DIST = \
|
||||
@ -235,7 +235,7 @@ stamp-gdkenumtypes.h: @REBUILD@ $(gdk_public_h_sources) Makefile
|
||||
&& echo timestamp > $(@F)
|
||||
gdkenumtypes.c: @REBUILD@ $(gdk_public_h_sources) Makefile
|
||||
( cd $(srcdir) && glib-mkenums \
|
||||
--fhead "#define GDK_ENABLE_BROKEN\n#include \"gdk.h\"" \
|
||||
--fhead "#define GDK_ENABLE_BROKEN\n#include \"gdkalias.h\"\n#include \"gdk.h\"" \
|
||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||
--vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
|
||||
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
|
||||
@ -252,7 +252,7 @@ gdkmarshalers.h: @REBUILD@ gdkmarshalers.list
|
||||
&& mv gdkmarshalers-h.tmp gdkmarshalers.h \
|
||||
|| ( rm -f gdkmarshalers-h.tmp && exit 1)
|
||||
gdkmarshalers.c: @REBUILD@ gdkmarshalers.list
|
||||
$(GLIB_GENMARSHAL) --prefix=gdk_marshal $(srcdir)/gdkmarshalers.list --body > gdkmarshalers-c.tmp \
|
||||
(echo "#include \"gdkalias.h\""; $(GLIB_GENMARSHAL) --prefix=gdk_marshal $(srcdir)/gdkmarshalers.list --body) > gdkmarshalers-c.tmp \
|
||||
&& mv gdkmarshalers-c.tmp gdkmarshalers.c \
|
||||
|| ( rm -f gdkmarshalers-c.tmp && exit 1 )
|
||||
|
||||
|
@ -59,14 +59,12 @@ EOF
|
||||
|
||||
print $preamble;
|
||||
while (<>) {
|
||||
my $str = $_;
|
||||
chomp($str);
|
||||
|
||||
# ignore empty lines
|
||||
if ("$str" eq "") {
|
||||
next;
|
||||
}
|
||||
next if /^\s*$/;
|
||||
|
||||
my $str = $_;
|
||||
chomp($str);
|
||||
my $alias = $str."__internal_alias";
|
||||
|
||||
print "extern __typeof ($str) $alias __attribute((visibility(\"hidden\"))); \n";
|
||||
|
@ -591,7 +591,7 @@ stamp-gtkmarshalers.h: @REBUILD@ gtkmarshalers.list
|
||||
&& rm -f xgen-gmlh \
|
||||
&& echo timestamp > $(@F)
|
||||
gtkmarshalers.c: @REBUILD@ gtkmarshalers.list
|
||||
$(GLIB_GENMARSHAL) --prefix=_gtk_marshal $(srcdir)/gtkmarshalers.list --body >> xgen-gmlc \
|
||||
(echo "#include \"gtkalias.h\""; $(GLIB_GENMARSHAL) --prefix=_gtk_marshal $(srcdir)/gtkmarshalers.list --body) >> xgen-gmlc \
|
||||
&& cp xgen-gmlc gtkmarshalers.c \
|
||||
&& rm -f xgen-gmlc
|
||||
|
||||
@ -605,7 +605,7 @@ stamp-gtkmarshal.h: @REBUILD@ gtkmarshal.list
|
||||
&& rm -f xgen-gmh \
|
||||
&& echo timestamp > $(@F)
|
||||
gtkmarshal.c: @REBUILD@ gtkmarshal.list
|
||||
$(GLIB_GENMARSHAL) --prefix=gtk_marshal $(srcdir)/gtkmarshal.list --body >> xgen-gmc \
|
||||
(echo "#include \"gtkalias.h\""; $(GLIB_GENMARSHAL) --prefix=gtk_marshal $(srcdir)/gtkmarshal.list --body) >> xgen-gmc \
|
||||
&& cp xgen-gmc gtkmarshal.c \
|
||||
&& rm -f xgen-gmc
|
||||
|
||||
|
@ -71,14 +71,12 @@ EOF
|
||||
|
||||
print $preamble;
|
||||
while (<>) {
|
||||
my $str = $_;
|
||||
chomp($str);
|
||||
|
||||
# ignore empty lines
|
||||
if ("$str" eq "") {
|
||||
next;
|
||||
}
|
||||
next if /^\s*$/;
|
||||
|
||||
my $str = $_;
|
||||
chomp($str);
|
||||
my $alias = $str."__internal_alias";
|
||||
|
||||
print "extern __typeof ($str) $alias __attribute((visibility(\"hidden\"))); \n";
|
||||
|
Loading…
Reference in New Issue
Block a user