forked from AuroraMiddleware/gtk
Pass $srcdir in environment to genmarshal.pl. Look for `gtkmarshal.list'
1998-06-09 Raja R Harinath <harinath@cs.umn.edu> * gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in environment to genmarshal.pl. * gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
This commit is contained in:
parent
5ab6b7e020
commit
d292dd9b27
@ -1,3 +1,9 @@
|
||||
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
|
||||
environment to genmarshal.pl.
|
||||
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
|
||||
|
||||
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c: Removed g_object_pointer_hash, which
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
|
||||
environment to genmarshal.pl.
|
||||
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
|
||||
|
||||
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c: Removed g_object_pointer_hash, which
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
|
||||
environment to genmarshal.pl.
|
||||
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
|
||||
|
||||
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c: Removed g_object_pointer_hash, which
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
|
||||
environment to genmarshal.pl.
|
||||
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
|
||||
|
||||
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c: Removed g_object_pointer_hash, which
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
|
||||
environment to genmarshal.pl.
|
||||
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
|
||||
|
||||
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c: Removed g_object_pointer_hash, which
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
|
||||
environment to genmarshal.pl.
|
||||
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
|
||||
|
||||
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c: Removed g_object_pointer_hash, which
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-06-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
|
||||
environment to genmarshal.pl.
|
||||
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
|
||||
|
||||
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkobject.c: Removed g_object_pointer_hash, which
|
||||
|
@ -324,4 +324,4 @@ test-debug: testgtk
|
||||
$(SHELL) $$top_builddir/libtool --mode=execute gdb $$builddir/testgtk
|
||||
|
||||
gtkmarshal.c gtkmarshal.h: gtkmarshal.list
|
||||
perl $(srcdir)/genmarshal.pl
|
||||
srcdir=$(srcdir) perl $(srcdir)/genmarshal.pl
|
||||
|
@ -13,7 +13,7 @@
|
||||
"ARGS"=>"gpointer", "SIGNAL"=>"gpointer",
|
||||
"C_CALLBACK"=>"gpointer");
|
||||
|
||||
open(IL, "<gtkmarshal.list") || die("Open failed: $!");
|
||||
open(IL, "<".$ENV{'srcdir'}."/gtkmarshal.list") || die("Open failed: $!");
|
||||
open(OH, ">gtkmarshal.h") || die("Open failed: $!");
|
||||
open(OS, ">gtkmarshal.c") || die("Open failed: $!");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user