1SUBDIRS = . glue gui-thread-check
2
3pkg = gtk
4pkgconfigdir=$(libdir)/pkgconfig
5pkgconfig_DATA=gtk-sharp-3.0.pc
6
7SYMBOLS = gtk-symbols.xml
8INCLUDE_API = $(top_srcdir)/glib/glib-api.xml $(top_srcdir)/cairo/cairo-api.xml $(top_builddir)/gio/gio-api.xml $(top_builddir)/pango/pango-api.xml $(top_builddir)/atk/atk-api.xml $(top_builddir)/gdk/gdk-api.xml
9METADATA = Gtk.metadata
10references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/cairo/cairo-sharp.dll $(top_builddir)/gio/gio-sharp.dll $(top_builddir)/pango/pango-sharp.dll $(top_builddir)/atk/atk-sharp.dll $(top_builddir)/gdk/gdk-sharp.dll
11glue_includes = gtk/gtk.h
12
13sources = 				\
14	Accel.cs			\
15	AccelKey.cs			\
16	Action.cs			\
17	ActionEntry.cs			\
18	ActionGroup.cs		\
19	Adjustment.cs			\
20	Application.cs			\
21	Bin.cs				\
22	BindingAttribute.cs		\
23	Builder.cs			\
24	Button.cs			\
25	Calendar.cs			\
26	CellAreaBox.cs			\
27	CellLayoutAdapter.cs		\
28	CellRenderer.cs		\
29	CellView.cs			\
30	CheckMenuItem.cs		\
31	ChildPropertyAttribute.cs	\
32	Clipboard.cs			\
33	ColorSelection.cs		\
34	ComboBox.cs			\
35	ComboBoxText.cs			\
36	Container.cs			\
37	Dialog.cs			\
38	Drag.cs			\
39	Entry.cs			\
40	EntryCompletion.cs		\
41	FileChooserDialog.cs		\
42	Frame.cs			\
43	Global.cs			\
44	HBox.cs			\
45	HScale.cs			\
46	ICellLayout.cs			\
47	IconFactory.cs		\
48	IconSet.cs			\
49	IconTheme.cs			\
50	IconView.cs			\
51	Image.cs			\
52	ImageMenuItem.cs		\
53	Init.cs			\
54	ITreeModel.cs			\
55	ITreeNode.cs			\
56	Key.cs				\
57	Label.cs			\
58	ListStore.cs			\
59	Menu.cs			\
60	MenuItem.cs			\
61	MessageDialog.cs		\
62	NodeCellDataFunc.cs		\
63	NodeSelection.cs		\
64	NodeStore.cs			\
65	NodeView.cs			\
66	Notebook.cs			\
67	PaperSize.cs			\
68	Plug.cs			\
69	Printer.cs			\
70	RadioAction.cs		\
71	RadioActionEntry.cs		\
72	RadioButton.cs		\
73	RadioMenuItem.cs		\
74	RadioToolButton.cs		\
75	RecentManager.cs		\
76	RowsReorderedHandler.cs		\
77	ScrolledWindow.cs		\
78	SelectionData.cs		\
79	Settings.cs			\
80	SpinButton.cs			\
81	StatusIcon.cs			\
82	Stock.cs			\
83	StockItem.cs			\
84	StockManager.cs			\
85	Style.cs			\
86	StyleContext.cs			\
87	Target.cs			\
88	TargetEntry.cs		\
89	TargetList.cs			\
90	TextAttributes.cs		\
91	TextBuffer.cs			\
92	TextChildAnchor.cs		\
93	TextIter.cs			\
94	TextMark.cs			\
95	TextTag.cs			\
96	TextView.cs			\
97	ThreadNotify.cs			\
98	ToggleActionEntry.cs		\
99	TreeEnumerator.cs		\
100	TreeIter.cs			\
101	TreeMenu.cs			\
102	TreeModelAdapter.cs		\
103	TreeModelFilter.cs		\
104	TreeModelSort.cs		\
105	TreeNode.cs			\
106	TreeNodeAttribute.cs		\
107	TreeNodeValueAttribute.cs	\
108	TreePath.cs			\
109	TreeSelection.cs		\
110	TreeStore.cs			\
111	TreeView.cs			\
112	TreeViewColumn.cs		\
113	UIManager.cs			\
114	VBox.cs			\
115	Viewport.cs			\
116	VScale.cs			\
117	Widget.cs			\
118	Window.cs
119
120add_dist = gtk-sharp-3.0.pc.in
121
122include $(top_srcdir)/Makefile.include
123
124