diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-28 18:38:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-28 18:38:43 +0000 |
commit | 4ee972a5c97fc1e31bf695e829442986bf38bd5c (patch) | |
tree | 60d6fc2163a9f6c7b44c5dd1cbeb83734e0b9230 /gdk/Makefile.am | |
parent | 04a076158e098138b45bf39dc30c1c3f48210ce1 (diff) | |
download | gdk-pixbuf-4ee972a5c97fc1e31bf695e829442986bf38bd5c.tar.gz |
Directly include the contents of gdkcursors.h in the GdkCursorType enum.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.
* gdk/gdkcursors.h: Deleted.
* gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add
header boilerplate.
* gdk/Makefile.am: Remove the X-derived-headers rule.
* gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index cea103a9c..29293fc16 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -190,19 +190,6 @@ MAINTAINERCLEANFILES = EXTRA_HEADERS = # -# rules to generate built sources -# -# we only need to remake these headers once a new X version is released -X-derived-headers: - sed -e 's/^#define[ ]*XC\([^ ]*\)[ ]*\([^ ]*\)[ ]*.*$$/GDK\1 = \2,/' \ - -e 'tb' -e 'd' -e ':b' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ - < @x_includes@/X11/cursorfont.h > gdkcursors.h ; \ - sed -e 's/^#define[ ]*XK\([^ ]*\)[ ]*\([^ ]*\)[ ]*.*$$/#define GDK\1 \2/' \ - -e 'tb' -e 'd' -e ':b' -e 's/ 0X/ 0x/' \ - < @x_includes@/X11/keysymdef.h > gdkkeysyms.h - -# # Rule to install gdkconfig.h header file # configexecincludedir = $(libdir)/gtk-2.0/include |