mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Use the perl found by configure. (#149826, Morten Welinder)
2004-11-29 Matthias Clasen <mclasen@redhat.com> * Makefile.am: Use the perl found by configure. (#149826, Morten Welinder)
This commit is contained in:
committed by
Matthias Clasen
parent
8d25dee6d5
commit
e761d2e3a6
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am: Use the perl found by configure. (#149826,
|
||||||
|
Morten Welinder)
|
||||||
|
|
||||||
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am: Use the perl found by configure. (#149826,
|
||||||
|
Morten Welinder)
|
||||||
|
|
||||||
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am: Use the perl found by configure. (#149826,
|
||||||
|
Morten Welinder)
|
||||||
|
|
||||||
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am: Use the perl found by configure. (#149826,
|
||||||
|
Morten Welinder)
|
||||||
|
|
||||||
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am: Use the perl found by configure. (#149826,
|
||||||
|
Morten Welinder)
|
||||||
|
|
||||||
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
* glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
|
||||||
|
@@ -14,10 +14,10 @@ INCLUDES = -I$(top_srcdir) -DG_LOG_DOMAIN=\"GLib\" \
|
|||||||
$(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
|
$(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
|
||||||
|
|
||||||
glib.def: glib.symbols
|
glib.def: glib.symbols
|
||||||
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > glib.def
|
(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > glib.def
|
||||||
|
|
||||||
galias.h: glib.symbols
|
galias.h: glib.symbols
|
||||||
$(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h
|
$(PERL) $(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
TESTS = abicheck.sh
|
TESTS = abicheck.sh
|
||||||
|
@@ -14,10 +14,10 @@ INCLUDES = \
|
|||||||
-DG_DISABLE_CONST_RETURNS
|
-DG_DISABLE_CONST_RETURNS
|
||||||
|
|
||||||
gobject.def: gobject.symbols
|
gobject.def: gobject.symbols
|
||||||
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > gobject.def
|
(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > gobject.def
|
||||||
|
|
||||||
gobjectalias.h: gobject.symbols
|
gobjectalias.h: gobject.symbols
|
||||||
$(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
$(PERL) $(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
TESTS = abicheck.sh
|
TESTS = abicheck.sh
|
||||||
|
Reference in New Issue
Block a user