forked from AuroraMiddleware/gtk
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:
parent
2ae4c6ec3a
commit
85c6465ec5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user