Ryujinx-GtkSharp/gnome/Makefile.am
Mike Kestner 463618c958 2005-06-08 Mike Kestner <mkestner@novell.com>
* generator/SimpleBase.cs : off-by-one in namespace join.
	* glib/ListBase.cs : support IntPtr element_type.
	* gnomevfs/FileInfo.cs : make it ManualGen friendly.
	* gnomevfs/*.cs : rework for FileInfo api changes.
	* gnomevfs/Gnomevfs.metadata : make FileInfo a manual symbol.
	* gnomevfs/Uri.custom : rework for FileInfo api changes.
	* gnome/Makefile.am : add gnomevfs dependency to pick up some more api
	symbols.
	* gnome/gnome-sharp-2.0.pc.in : advertise the vfs dep.
	[Fixes #71060]

svn path=/trunk/gtk-sharp/; revision=45702
2005-06-09 14:27:48 +00:00

63 lines
1.5 KiB
Makefile

SUBDIRS = . glue
if ENABLE_GNOME
pkg = gnome
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-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 ../art/art-api.xml ../gnomevfs/gnome-vfs-api.xml
METADATA = Gnome.metadata
SYMBOLS =
references = ../glib/glib-sharp.dll ../pango/pango-sharp.dll ../atk/atk-sharp.dll ../gdk/gdk-sharp.dll ../gtk/gtk-sharp.dll ../art/art-sharp.dll ../gnomevfs/gnome-vfs-sharp.dll
glue_includes = gnome.h,libgnomeprint/gnome-print.h,libgnomeprint/gnome-print-paper.h
sources = \
BonoboUIVerb.cs \
IconData.cs \
IconTheme.cs \
Modules.cs \
PanelAppletFactory.cs
customs = \
About.custom \
App.custom \
DateEdit.custom \
CanvasBpath.custom \
CanvasClipgroup.custom \
Canvas.custom \
CanvasEllipse.custom \
CanvasGroup.custom \
CanvasItem.custom \
CanvasLine.custom \
CanvasPathDef.custom \
CanvasPixbuf.custom \
CanvasPoints.custom \
CanvasPolygon.custom \
CanvasRect.custom \
CanvasRE.custom \
CanvasRichText.custom \
CanvasShape.custom \
CanvasText.custom \
CanvasWidget.custom \
Druid.custom \
DruidPageEdge.custom \
Font.custom \
FontFamily.custom \
IconList.custom \
IconTextItem.custom \
PanelApplet.custom \
Print.custom \
PrintContext.custom \
PrintDialog.custom \
PrintJob.custom \
Program.custom \
Scores.custom
add_dist = gnome-sharp-2.0.pc.in
include ../Makefile.include