Try a different hack to force gdkenumtypes.h to be updated before building

Fri Nov  8 18:04:16 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/{linux-fb,win32,11}/Makefile.am: Try a different
        hack to force gdkenumtypes.h to be updated before
        building the subdir, last hack caused contents
        to be rebuilt on every make.
This commit is contained in:
Owen Taylor 2002-11-14 06:07:46 +00:00 committed by Owen Taylor
parent 96e69039a5
commit af2d862517
9 changed files with 48 additions and 12 deletions

View File

@ -1,3 +1,10 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Try a different
hack to force gdkenumtypes.h to be updated before
building the subdir, last hack caused contents
to be rebuilt on every make.
Wed Nov 13 21:45:36 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkhsv.c: get rid of deprecated gdk_rgb_gc_set_foreground

View File

@ -1,3 +1,10 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Try a different
hack to force gdkenumtypes.h to be updated before
building the subdir, last hack caused contents
to be rebuilt on every make.
Wed Nov 13 21:45:36 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkhsv.c: get rid of deprecated gdk_rgb_gc_set_foreground

View File

@ -1,3 +1,10 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Try a different
hack to force gdkenumtypes.h to be updated before
building the subdir, last hack caused contents
to be rebuilt on every make.
Wed Nov 13 21:45:36 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkhsv.c: get rid of deprecated gdk_rgb_gc_set_foreground

View File

@ -1,3 +1,10 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Try a different
hack to force gdkenumtypes.h to be updated before
building the subdir, last hack caused contents
to be rebuilt on every make.
Wed Nov 13 21:45:36 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkhsv.c: get rid of deprecated gdk_rgb_gc_set_foreground

View File

@ -1,3 +1,10 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Try a different
hack to force gdkenumtypes.h to be updated before
building the subdir, last hack caused contents
to be rebuilt on every make.
Wed Nov 13 21:45:36 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkhsv.c: get rid of deprecated gdk_rgb_gc_set_foreground

View File

@ -1,3 +1,10 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Try a different
hack to force gdkenumtypes.h to be updated before
building the subdir, last hack caused contents
to be rebuilt on every make.
Wed Nov 13 21:45:36 2002 Manish Singh <yosh@gimp.org>
* gtk/gtkhsv.c: get rid of deprecated gdk_rgb_gc_set_foreground

View File

@ -87,9 +87,7 @@ EXTRA_DIST=x-cursors.xbm
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_linux_fb_la_OBJECTS): update-enum-types
$(libgdk_x11_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
update-enum-types:
$(top_srcdir)/gdk/gdkenumtypes.h:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
.PHONY: update-enum-types

View File

@ -87,9 +87,7 @@ libgdk_win32_la_LIBADD = rc/gdk-win32res.lo
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_win32_la_OBJECTS): update-enum-types
$(libgdk_x11_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
update-enum-types:
$(top_srcdir)/gdk/gdkenumtypes.h:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
.PHONY: update-enum-types

View File

@ -82,9 +82,7 @@ EXTRA_DIST = \
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_x11_la_OBJECTS): update-enum-types
$(libgdk_x11_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
update-enum-types:
$(top_srcdir)/gdk/gdkenumtypes.h:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
.PHONY: update-enum-types