mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 15:55:37 +00:00
4823e51e1b
* glade/Glade.metadata : mark Interface.toplevels private to allow manual implementation. * glade/Interface.custom : add manual impl for Toplevels and obsolete old toplevels impl. * glade/Makefile.am : add new custom. svn path=/trunk/gtk-sharp/; revision=50100
30 lines
656 B
Makefile
30 lines
656 B
Makefile
SUBDIRS = . glue
|
|
|
|
if ENABLE_GLADE
|
|
pkg = glade
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = glade-sharp-2.0.pc
|
|
else
|
|
pkg =
|
|
endif
|
|
|
|
INCLUDE_API = ../pango/pango-api.xml ../atk/atk-api.xml ../gdk/gdk-api.xml ../gtk/gtk-api.xml
|
|
METADATA = Glade.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll ../pango/pango-sharp.dll ../atk/atk-sharp.dll ../gdk/gdk-sharp.dll ../gtk/gtk-sharp.dll
|
|
glue_includes = glade/glade.h,glade/glade-parser.h
|
|
|
|
sources = \
|
|
HandlerNotFoundExeception.cs \
|
|
WidgetAttribute.cs
|
|
|
|
customs = \
|
|
Global.custom \
|
|
Interface.custom \
|
|
XML.custom
|
|
|
|
add_dist = makefile.win32 glade-sharp-2.0.pc.in
|
|
|
|
include ../Makefile.include
|
|
|