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
59 lines
1.3 KiB
Makefile
59 lines
1.3 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
|
|
METADATA = Gnome.metadata
|
|
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
|
|
|
|
sources = \
|
|
BonoboUIVerb.cs \
|
|
IconData.cs \
|
|
IconTheme.cs \
|
|
Modules.cs \
|
|
PanelAppletFactory.cs
|
|
|
|
customs = \
|
|
App.custom \
|
|
DateEdit.custom \
|
|
CanvasBpath.custom \
|
|
CanvasClipgroup.custom \
|
|
Canvas.custom \
|
|
CanvasEllipse.custom \
|
|
CanvasGroup.custom \
|
|
CanvasItem.custom \
|
|
CanvasLine.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 \
|
|
IconTheme.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
|
|
|