mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:45:41 +00:00
8fd87b2e0a
* configure.in : kill a ton of redundant stuff. * AssemblyInfo.cs.in : moved here, only need one. * Makefile.include : rules for building generated assemblies. * Makefile.am : removed gtk-sharp-2.0.pc handling. * */AssemblyInfo.cs.in : killed * */Makefile.am : refactored out a ton of rules to an include. * */*-pc.in : added Cflags entries pointing to the gapi files. * generator/CodeGenerator.cs : add -I: synonym --include. * gnomevfs/gnome-vfs-api.raw : remamed from gnomevfs-api.raw. * gtk/gtk-sharp-2.0.pc.in : moved here from top. * parser/gapi-fixup.cs : add --symbol arg to merge sym files. * sources/gtk-sharp-sources.xml : remamed gnome-vfs-api.raw. svn path=/trunk/gtk-sharp/; revision=38551
57 lines
1 KiB
Makefile
57 lines
1 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
|
|
|
|
sources = \
|
|
EventButton.cs \
|
|
EventClient.cs \
|
|
EventConfigure.cs \
|
|
EventCrossing.cs \
|
|
Event.cs \
|
|
EventDND.cs \
|
|
EventExpose.cs \
|
|
EventFocus.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 \
|
|
Global.custom \
|
|
Keymap.custom \
|
|
Pixmap.custom \
|
|
Pixbuf.custom \
|
|
PixbufLoader.custom \
|
|
Pixdata.custom \
|
|
Point.custom \
|
|
Rectangle.custom \
|
|
Region.custom \
|
|
Screen.custom \
|
|
Selection.custom \
|
|
WindowAttr.custom \
|
|
Window.custom
|
|
|
|
add_dist = makefile.win32
|
|
|
|
include ../Makefile.include
|