Ryujinx-GtkSharp/gdk/Makefile.am
Mike Kestner 9c82ac0620 2005-12-10 Mike Kestner <mkestner@novell.com>
* gdk/gdk-symbols.xml : add GrabBroken mapping.
	* gdk/Event.cs : add GrabBroken to GetEvent.
	* gdk/EventGrabBroken.cs : manual Event subclass.
	* gdk/Gdk.metadata : hide new GrabBroken event.
	* gdk/Makefile.am : add new source file.

svn path=/trunk/gtk-sharp/; revision=54186
2005-12-10 06:00:03 +00:00

67 lines
1.2 KiB
Makefile

SUBDIRS = . glue
pkg = gdk
SYMBOLS = gdk-symbols.xml
INCLUDE_API = ../pango/pango-api.xml
METADATA = Gdk.metadata
references = ../glib/glib-sharp.dll ../pango/pango-sharp.dll
glue_includes = gdk/gdk.h
sources = \
EventButton.cs \
EventClient.cs \
EventConfigure.cs \
EventCrossing.cs \
Event.cs \
EventDND.cs \
EventExpose.cs \
EventFocus.cs \
EventGrabBroken.cs \
EventKey.cs \
EventMotion.cs \
EventProperty.cs \
EventProximity.cs \
EventScroll.cs \
EventSelection.cs \
EventSetting.cs \
EventVisibility.cs \
EventWindowState.cs \
Key.cs \
Size.cs \
TextProperty.cs
customs = \
Atom.custom \
Color.custom \
Device.custom \
DeviceAxis.custom \
Display.custom \
DisplayManager.custom \
DragContext.custom \
Drawable.custom \
EdgeTable.custom \
GCValues.custom \
Global.custom \
Input.custom \
Keymap.custom \
PangoAttrEmbossed.custom\
PangoAttrStipple.custom \
Pixmap.custom \
Pixbuf.custom \
PixbufAnimation.custom \
PixbufFrame.custom \
PixbufLoader.custom \
Pixdata.custom \
Point.custom \
Rectangle.custom \
Region.custom \
RgbCmap.custom \
Screen.custom \
Selection.custom \
WindowAttr.custom \
Window.custom
add_dist = makefile.win32
include ../Makefile.include