2004-06-07 18:59:16 +00:00
|
|
|
SUBDIRS = . glue
|
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
pkg = pango
|
2004-03-12 21:18:11 +00:00
|
|
|
METADATA = Pango.metadata
|
2005-04-24 22:35:43 +00:00
|
|
|
SYMBOLS = pango-symbols.xml
|
2005-01-09 00:26:45 +00:00
|
|
|
references = ../glib/glib-sharp.dll
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2005-04-24 22:35:43 +00:00
|
|
|
sources = \
|
|
|
|
Attribute.cs \
|
|
|
|
AttrBackground.cs \
|
|
|
|
AttrFallback.cs \
|
|
|
|
AttrFamily.cs \
|
|
|
|
AttrFontDesc.cs \
|
|
|
|
AttrForeground.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 \
|
2005-05-11 20:27:00 +00:00
|
|
|
Scale.cs \
|
|
|
|
Units.cs
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
customs = \
|
|
|
|
AttrIterator.custom \
|
2004-08-17 20:43:49 +00:00
|
|
|
Context.custom \
|
|
|
|
Coverage.custom \
|
|
|
|
FontFamily.custom \
|
|
|
|
FontMap.custom \
|
|
|
|
Global.custom \
|
2004-03-12 21:18:11 +00:00
|
|
|
GlyphItem.custom \
|
2004-06-07 18:59:16 +00:00
|
|
|
Layout.custom \
|
2004-08-17 20:43:49 +00:00
|
|
|
LayoutLine.custom \
|
2005-05-07 00:16:47 +00:00
|
|
|
Matrix.custom \
|
2004-08-17 20:43:49 +00:00
|
|
|
TabArray.custom
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
add_dist = makefile.win32
|
2004-05-01 03:38:54 +00:00
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
include ../Makefile.include
|
2004-05-01 03:38:54 +00:00
|
|
|
|