Ryujinx-GtkSharp/gdk/Makefile.am
Stephane Delcroix 20f7cd3d78 2009-02-27 Stephane Delcroix <sdelcroix@novell.com>
* gdk/Gdk.metadata:
	* gdk/PixbufFormat.custom:
	* gdk/Makefile.am: deprecate IsDisabled in favor of the Disabled
	property

svn path=/trunk/gtk-sharp/; revision=128194
2009-02-27 10:25:59 +00:00

78 lines
1.6 KiB
Makefile

SUBDIRS = . glue
if ENABLE_MONO_CAIRO
local_mono_cairo=$(top_builddir)/cairo/Mono.Cairo.dll
else
local_mono_cairo=
endif
pkg = gdk
SYMBOLS = gdk-symbols.xml
INCLUDE_API = $(srcdir)/../glib/glib-api.xml $(top_builddir)/gio/gio-api.xml $(top_builddir)/pango/pango-api.xml
METADATA = Gdk.metadata
references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/gio/gio-sharp.dll $(top_builddir)/pango/pango-sharp.dll $(local_mono_cairo)
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 \
EventOwnerChange.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 \
Colormap.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\
PangoAttrEmbossColor.custom \
PangoAttrStipple.custom \
Pixmap.custom \
Pixbuf.custom \
PixbufAnimation.custom \
PixbufFormat.custom \
PixbufFrame.custom \
PixbufLoader.custom \
Pixdata.custom \
Point.custom \
Property.custom \
Rectangle.custom \
Region.custom \
RgbCmap.custom \
Screen.custom \
Selection.custom \
WindowAttr.custom \
Window.custom
add_dist =
include ../Makefile.include