2004-03-18 22:03:49 +00:00
|
|
|
SUBDIRS = . glue
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
API = gtk-api.xml
|
|
|
|
RAW_API = gtk-api.raw
|
|
|
|
ADDITIONAL_API = gtk-symbols.xml
|
|
|
|
INCLUDE_API = ../pango/pango-api.xml ../atk/atk-api.xml ../gdk/gdk-api.xml $(top_srcdir)/gdk/gdk-symbols.xml
|
|
|
|
METADATA = Gtk.metadata
|
|
|
|
ASSEMBLY_NAME = gtk-sharp
|
|
|
|
references = /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll
|
|
|
|
|
2004-05-03 21:05:51 +00:00
|
|
|
TARGET = $(ASSEMBLY)
|
2004-03-12 21:18:11 +00:00
|
|
|
ASSEMBLY = $(ASSEMBLY_NAME).dll
|
|
|
|
gapidir = $(datadir)/gapi
|
2004-05-01 03:38:54 +00:00
|
|
|
noinst_DATA = $(ASSEMBLY) $(ASSEMBLY).config
|
2004-03-12 21:18:11 +00:00
|
|
|
gapi_DATA = $(API) $(ADDITIONAL_API)
|
2004-05-01 03:38:54 +00:00
|
|
|
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c gtk-sharp.pub
|
2004-04-29 22:19:30 +00:00
|
|
|
DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
sources = \
|
|
|
|
Application.cs \
|
|
|
|
ITreeNode.cs \
|
|
|
|
NodeStore.cs \
|
|
|
|
ThreadNotify.cs \
|
|
|
|
TreeNodeAttribute.cs \
|
|
|
|
TreeNode.cs \
|
|
|
|
TreeNodeValueAttribute.cs
|
|
|
|
|
2004-04-29 22:19:30 +00:00
|
|
|
build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
customs = \
|
|
|
|
Accel.custom \
|
|
|
|
AccelKey.custom \
|
|
|
|
Adjustment.custom \
|
|
|
|
Button.custom \
|
|
|
|
Calendar.custom \
|
|
|
|
Clipboard.custom \
|
|
|
|
ColorSelection.custom \
|
|
|
|
ColorSelectionDialog.custom \
|
|
|
|
Combo.custom \
|
|
|
|
Container.custom \
|
|
|
|
Dialog.custom \
|
|
|
|
Entry.custom \
|
|
|
|
FileSelection.custom \
|
|
|
|
Frame.custom \
|
2004-03-30 22:28:58 +00:00
|
|
|
HBox.custom \
|
2004-03-12 21:18:11 +00:00
|
|
|
IconFactory.custom \
|
|
|
|
IconSet.custom \
|
|
|
|
Label.custom \
|
|
|
|
Layout.custom \
|
|
|
|
ListStore.custom \
|
|
|
|
MessageDialog.custom \
|
|
|
|
Notebook.custom \
|
|
|
|
Object.custom \
|
|
|
|
Paned.custom \
|
|
|
|
RadioButton.custom \
|
|
|
|
RadioMenuItem.custom \
|
|
|
|
ScrolledWindow.custom \
|
|
|
|
SelectionData.custom \
|
|
|
|
Stock.custom \
|
|
|
|
Style.custom \
|
|
|
|
Table.custom \
|
|
|
|
TargetEntry.custom \
|
|
|
|
TextBuffer.custom \
|
|
|
|
TextChildAnchor.custom \
|
|
|
|
TextIter.custom \
|
|
|
|
TextTag.custom \
|
|
|
|
TextView.custom \
|
|
|
|
TreeIter.custom \
|
|
|
|
TreeModel.custom \
|
|
|
|
TreeModelSort.custom \
|
|
|
|
TreePath.custom \
|
|
|
|
TreeSelection.custom \
|
|
|
|
TreeStore.custom \
|
|
|
|
TreeViewColumn.custom \
|
|
|
|
TreeView.custom \
|
2004-03-30 22:28:58 +00:00
|
|
|
VBox.custom \
|
2004-03-12 21:18:11 +00:00
|
|
|
Viewport.custom \
|
|
|
|
Widget.custom \
|
|
|
|
Window.custom
|
|
|
|
|
|
|
|
build_customs = $(addprefix $(srcdir)/, $(customs))
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
makefile.win32 \
|
2004-04-29 15:00:24 +00:00
|
|
|
$(ASSEMBLY).config.in \
|
2004-04-29 22:19:30 +00:00
|
|
|
AssemblyInfo.cs.in \
|
2004-03-12 21:18:11 +00:00
|
|
|
$(RAW_API) \
|
|
|
|
$(ADDITIONAL_API) \
|
|
|
|
$(METADATA) \
|
|
|
|
$(customs) \
|
|
|
|
$(sources)
|
|
|
|
|
|
|
|
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
|
|
|
|
cp $(srcdir)/$(RAW_API) $(API)
|
|
|
|
chmod u+w $(API)
|
|
|
|
$(RUNTIME) ../parser/gapi-fixup.exe --api=$(API) --metadata=$(srcdir)/$(METADATA)
|
|
|
|
|
|
|
|
generated-stamp: $(API) $(srcdir)/$(ADDITIONAL_API) ../generator/gapi_codegen.exe $(build_customs)
|
2004-03-18 22:03:49 +00:00
|
|
|
$(RUNTIME) ../generator/gapi_codegen.exe --generate $(API) $(srcdir)/$(ADDITIONAL_API) \
|
|
|
|
--include $(INCLUDE_API) --outdir=generated --customdir=$(srcdir) --assembly-name=$(ASSEMBLY_NAME) \
|
|
|
|
--gluelib-name=gtksharpglue --glue-filename=glue/generated.c \
|
2004-03-12 21:18:11 +00:00
|
|
|
&& touch generated-stamp
|
|
|
|
|
2004-05-01 03:38:54 +00:00
|
|
|
gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|
|
|
cp $(top_srcdir)/gtk-sharp.pub .
|
|
|
|
|
|
|
|
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
2004-03-12 21:18:11 +00:00
|
|
|
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
|
|
|
|
2004-05-01 03:38:54 +00:00
|
|
|
install-data-local:
|
2004-05-03 21:05:51 +00:00
|
|
|
@if test -n '$(TARGET)'; then \
|
|
|
|
echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \
|
|
|
|
$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \
|
|
|
|
fi
|
2004-05-01 03:38:54 +00:00
|
|
|
|
|
|
|
uninstall-local:
|
2004-05-03 21:05:51 +00:00
|
|
|
@if test -n '$(TARGET)'; then \
|
|
|
|
echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \
|
|
|
|
$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \
|
|
|
|
fi
|
2004-05-01 03:38:54 +00:00
|
|
|
|