Ryujinx-GtkSharp/pango/Makefile.am
Mike Kestner 621b39b531 2008-05-15 Mike Kestner <mkestner@novell.com>
* kill the makefile.win32 build system.  it has been unmaintained
	for quite some time, replaced by the auto* build in cygwin.

svn path=/trunk/gtk-sharp/; revision=103308
2008-05-15 17:36:46 +00:00

58 lines
1018 B
Makefile

SUBDIRS = . glue
pkg = pango
METADATA = Pango.metadata
SYMBOLS = pango-symbols.xml
references = ../glib/glib-sharp.dll
glue_includes = pango/pango.h
sources = \
Attribute.cs \
AttrBackground.cs \
AttrFallback.cs \
AttrFamily.cs \
AttrFontDesc.cs \
AttrForeground.cs \
AttrGravity.cs \
AttrGravityHint.cs \
AttrLanguage.cs \
AttrLetterSpacing.cs \
AttrRise.cs \
AttrScale.cs \
AttrShape.cs \
AttrSize.cs \
AttrStretch.cs \
AttrStrikethroughColor.cs \
AttrStrikethrough.cs \
AttrStyle.cs \
AttrUnderlineColor.cs \
AttrUnderline.cs \
AttrVariant.cs \
AttrWeight.cs \
Scale.cs \
ScriptIter.cs
customs = \
Analysis.custom \
AttrIterator.custom \
AttrList.custom \
Context.custom \
Coverage.custom \
FontFamily.custom \
FontMap.custom \
Global.custom \
GlyphItem.custom \
GlyphString.custom \
Item.custom \
Layout.custom \
LayoutLine.custom \
LayoutRun.custom \
Matrix.custom \
TabArray.custom \
Units.custom
add_dist =
include ../Makefile.include