Ryujinx-GtkSharp/pango/Makefile.am
Mike Kestner b218a96484 2008-03-14 Mike Kestner <mkestner@novell.com>
* pango/AttrList.custom: pass copies of the attrs to insert*
	since the list assumes ownership.
	* pango/Makefile.am: add new custom file.
	* pango/Pango.metadata: hide AttrList.Insert* for custom impl.

svn path=/trunk/gtk-sharp/; revision=98381
2008-03-15 03:15:32 +00:00

58 lines
1.0 KiB
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 = makefile.win32
include ../Makefile.include