2004-03-12 21:18:11 +00:00
|
|
|
SUBDIRS = glue
|
|
|
|
|
|
|
|
if ENABLE_GNOME
|
2004-04-29 15:00:24 +00:00
|
|
|
TARGET = $(ASSEMBLY) $(ASSEMBLY).config
|
2004-03-12 21:18:11 +00:00
|
|
|
APIS = $(API)
|
2004-04-03 05:12:17 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = gnome-sharp.pc
|
|
|
|
|
2004-03-12 21:18:11 +00:00
|
|
|
else
|
|
|
|
TARGET =
|
|
|
|
APIS =
|
|
|
|
endif
|
|
|
|
|
|
|
|
API = gnome-api.xml
|
|
|
|
RAW_API = gnome-api.raw
|
|
|
|
INCLUDE_API = ../pango/pango-api.xml ../atk/atk-api.xml ../gdk/gdk-api.xml $(top_srcdir)/gdk/gdk-symbols.xml ../gtk/gtk-api.xml $(top_srcdir)/gtk/gtk-symbols.xml ../art/art-api.xml
|
|
|
|
METADATA = Gnome.metadata
|
|
|
|
ASSEMBLY_NAME = gnome-sharp
|
|
|
|
references = /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll /r:../gtk/gtk-sharp.dll /r:../art/art-sharp.dll
|
|
|
|
|
|
|
|
ASSEMBLY = $(ASSEMBLY_NAME).dll
|
|
|
|
gapidir = $(datadir)/gapi
|
2004-05-01 03:38:54 +00:00
|
|
|
noinst_DATA = $(TARGET)
|
2004-03-12 21:18:11 +00:00
|
|
|
gapi_DATA = $(APIS)
|
2004-05-01 03:38:54 +00:00
|
|
|
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) gtk-sharp.pub
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2004-04-29 22:19:30 +00:00
|
|
|
DISTCLEANFILES = gnome-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
|
2004-04-03 05:12:17 +00:00
|
|
|
|
2004-03-12 21:18:11 +00:00
|
|
|
sources = \
|
|
|
|
CanvasProxy.cs \
|
|
|
|
GtkSharp.BoundsHandler.cs \
|
|
|
|
GtkSharp.DrawHandler.cs \
|
|
|
|
GtkSharp.PointHandler.cs \
|
|
|
|
GtkSharp.RenderHandler.cs \
|
|
|
|
GtkSharp.UpdateHandler.cs \
|
|
|
|
Modules.cs \
|
|
|
|
voidObjectAffineSVPintSignal.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 = \
|
|
|
|
CanvasBpath.custom \
|
|
|
|
CanvasClipgroup.custom \
|
|
|
|
Canvas.custom \
|
|
|
|
CanvasEllipse.custom \
|
|
|
|
CanvasGroup.custom \
|
|
|
|
CanvasItem.custom \
|
|
|
|
CanvasLine.custom \
|
|
|
|
CanvasPixbuf.custom \
|
|
|
|
CanvasPoints.custom \
|
|
|
|
CanvasPolygon.custom \
|
|
|
|
CanvasRect.custom \
|
|
|
|
CanvasRE.custom \
|
|
|
|
CanvasRichText.custom \
|
|
|
|
CanvasShape.custom \
|
|
|
|
CanvasText.custom \
|
|
|
|
CanvasWidget.custom \
|
|
|
|
Font.custom \
|
|
|
|
FontFamily.custom \
|
|
|
|
IconList.custom \
|
|
|
|
IconTextItem.custom \
|
|
|
|
IconTheme.custom \
|
2004-04-09 16:58:07 +00:00
|
|
|
Print.custom \
|
2004-03-12 21:18:11 +00:00
|
|
|
PrintDialog.custom \
|
|
|
|
PrintJob.custom \
|
|
|
|
Program.custom
|
|
|
|
|
|
|
|
build_customs = $(addprefix $(srcdir)/, $(customs))
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(RAW_API) \
|
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
|
|
|
$(METADATA) \
|
|
|
|
$(customs) \
|
2004-04-03 05:12:17 +00:00
|
|
|
$(sources) \
|
|
|
|
gnome-sharp.pc.in
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
$(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) ../generator/gapi_codegen.exe $(build_customs)
|
|
|
|
$(RUNTIME) ../generator/gapi_codegen.exe --generate $(API) \
|
|
|
|
--include $(INCLUDE_API) --outdir=generated --customdir=$(srcdir) --assembly-name=$(ASSEMBLY_NAME) \
|
|
|
|
&& 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:
|
|
|
|
@if test -n '$(TARGET)'; then \
|
|
|
|
echo "$(GACUTIL) /i $(ASSEMBLY) /f /root $(DESTDIR)$(libdir)"; \
|
|
|
|
$(GACUTIL) /i $(ASSEMBLY) /f /root $(DESTDIR)$(libdir) || exit 1; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
@if test -n '$(TARGET)'; then \
|
|
|
|
echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /root $(DESTDIR)$(libdir)"; \
|
|
|
|
$(GACUTIL) /u $(ASSEMBLY_NAME) /root $(DESTDIR)$(libdir) || exit 1; \
|
|
|
|
fi
|
|
|
|
|