Add in a awful 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: Add in a awful
        hack to force gdkenumtypes.h to be updated before
        building the subdir. (#86587)
This commit is contained in:
Owen Taylor 2002-11-08 23:14:53 +00:00 committed by Owen Taylor
parent 2ae4c6ec3a
commit 85c6465ec5
9 changed files with 69 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful
hack to force gdkenumtypes.h to be updated before
building the subdir. (#86587)
Fri Nov 8 17:49:54 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_check_screen): Access

View File

@ -1,3 +1,9 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful
hack to force gdkenumtypes.h to be updated before
building the subdir. (#86587)
Fri Nov 8 17:49:54 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_check_screen): Access

View File

@ -1,3 +1,9 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful
hack to force gdkenumtypes.h to be updated before
building the subdir. (#86587)
Fri Nov 8 17:49:54 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_check_screen): Access

View File

@ -1,3 +1,9 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful
hack to force gdkenumtypes.h to be updated before
building the subdir. (#86587)
Fri Nov 8 17:49:54 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_check_screen): Access

View File

@ -1,3 +1,9 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful
hack to force gdkenumtypes.h to be updated before
building the subdir. (#86587)
Fri Nov 8 17:49:54 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_check_screen): Access

View File

@ -1,3 +1,9 @@
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful
hack to force gdkenumtypes.h to be updated before
building the subdir. (#86587)
Fri Nov 8 17:49:54 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_check_screen): Access

View File

@ -82,3 +82,14 @@ gdkfbswitch_sources = gdkfbswitch.c
gdkfbswitch_LDFLAGS = $(GLIB_LIBS)
EXTRA_DIST=x-cursors.xbm
###########################################
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_linux_fb_la_OBJECTS): update-enum-types
update-enum-types:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
.PHONY: update-enum-types

View File

@ -82,3 +82,14 @@ libgdkinclude_HEADERS = \
gdkwin32.h
libgdk_win32_la_LIBADD = rc/gdk-win32res.lo
###########################################
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_win32_la_OBJECTS): update-enum-types
update-enum-types:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
.PHONY: update-enum-types

View File

@ -77,3 +77,14 @@ EXTRA_DIST = \
gdkinput-x11.c \
gdkinput-xfree.c \
gdkinput-none.c
###########################################
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_x11_la_OBJECTS): update-enum-types
update-enum-types:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
.PHONY: update-enum-types