mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:45:37 +00:00
094a49f69a
No real code change, just renaming and adding boilerplate. Files will be re-indented in another commit, to avoid confusing git.
60 lines
1.1 KiB
Makefile
60 lines
1.1 KiB
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = pango
|
|
METADATA = Pango.metadata
|
|
INCLUDE_API = $(top_srcdir)/cairo/cairo-api.xml
|
|
SYMBOLS = pango-symbols.xml
|
|
references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/cairo/cairo-sharp.dll
|
|
glue_includes = pango/pango.h
|
|
|
|
sources = \
|
|
Analysis.cs \
|
|
AttrBackground.cs \
|
|
AttrColor.cs \
|
|
AttrFallback.cs \
|
|
AttrFamily.cs \
|
|
AttrFloat.cs \
|
|
AttrFontDesc.cs \
|
|
AttrForeground.cs \
|
|
AttrGravity.cs \
|
|
AttrGravityHint.cs \
|
|
Attribute.cs \
|
|
AttrInt.cs \
|
|
AttrIterator.cs \
|
|
AttrLanguage.cs \
|
|
AttrLetterSpacing.cs \
|
|
AttrList.cs \
|
|
AttrRise.cs \
|
|
AttrScale.cs \
|
|
AttrShape.cs \
|
|
AttrSize.cs \
|
|
AttrStretch.cs \
|
|
AttrStrikethrough.cs \
|
|
AttrStrikethroughColor.cs \
|
|
AttrStyle.cs \
|
|
AttrUnderline.cs \
|
|
AttrUnderlineColor.cs \
|
|
AttrVariant.cs \
|
|
AttrWeight.cs \
|
|
Context.cs \
|
|
Coverage.cs \
|
|
FontFamily.cs \
|
|
FontMap.cs \
|
|
Global.cs \
|
|
GlyphItem.cs \
|
|
GlyphString.cs \
|
|
Item.cs \
|
|
Layout.cs \
|
|
LayoutLine.cs \
|
|
LayoutRun.cs \
|
|
Matrix.cs \
|
|
Scale.cs \
|
|
ScriptIter.cs \
|
|
TabArray.cs \
|
|
Units.cs
|
|
|
|
add_dist =
|
|
|
|
include $(top_srcdir)/Makefile.include
|
|
|