2008-10-09 22:35:02 +00:00
|
|
|
assemblies = \
|
2011-01-30 23:00:03 +00:00
|
|
|
$(top_builddir)/glib/glib-sharp.dll \
|
|
|
|
$(top_builddir)/gio/gio-sharp.dll \
|
|
|
|
$(top_builddir)/cairo/cairo-sharp.dll \
|
|
|
|
$(top_builddir)/pango/pango-sharp.dll \
|
|
|
|
$(top_builddir)/atk/atk-sharp.dll \
|
|
|
|
$(top_builddir)/gdk/gdk-sharp.dll \
|
|
|
|
$(top_builddir)/gtk/gtk-sharp.dll
|
2008-10-09 22:35:02 +00:00
|
|
|
|
2011-02-09 04:15:37 +00:00
|
|
|
references = $(addprefix -r:, $(assemblies))
|
2004-03-12 21:18:11 +00:00
|
|
|
TARGETS = GtkDemo.exe
|
2005-01-07 23:22:54 +00:00
|
|
|
DEBUGS = $(addsuffix .mdb, $(TARGETS))
|
|
|
|
CLEANFILES = $(TARGETS) $(DEBUGS)
|
2004-03-12 21:18:11 +00:00
|
|
|
noinst_SCRIPTS = $(TARGETS)
|
|
|
|
|
2004-08-28 03:41:22 +00:00
|
|
|
EXTRA_DIST = $(sources) $(image_names)
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2004-12-03 22:21:44 +00:00
|
|
|
sources = \
|
2004-03-12 21:18:11 +00:00
|
|
|
DemoApplicationWindow.cs \
|
2004-12-12 22:11:44 +00:00
|
|
|
DemoAttribute.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
DemoButtonBox.cs \
|
2004-12-12 20:58:08 +00:00
|
|
|
DemoClipboard.cs \
|
2004-12-03 22:21:44 +00:00
|
|
|
DemoColorSelection.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
DemoDialog.cs \
|
|
|
|
DemoDrawingArea.cs \
|
2004-12-03 22:21:44 +00:00
|
|
|
DemoEditableCells.cs \
|
|
|
|
DemoEntryCompletion.cs \
|
|
|
|
DemoExpander.cs \
|
2004-08-28 03:30:33 +00:00
|
|
|
DemoHyperText.cs \
|
2005-04-22 00:46:57 +00:00
|
|
|
DemoIconView.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
DemoImages.cs \
|
|
|
|
DemoListStore.cs \
|
2004-12-03 22:21:44 +00:00
|
|
|
DemoMain.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
DemoMenus.cs \
|
|
|
|
DemoPanes.cs \
|
|
|
|
DemoPixbuf.cs \
|
2005-04-21 20:11:03 +00:00
|
|
|
DemoRotatedText.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
DemoSizeGroup.cs \
|
2014-05-29 16:25:42 +00:00
|
|
|
DemoSpinner.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
DemoStockBrowser.cs \
|
2004-12-03 22:21:44 +00:00
|
|
|
DemoTextView.cs \
|
|
|
|
DemoTreeStore.cs \
|
2006-08-10 17:32:11 +00:00
|
|
|
DemoUIManager.cs \
|
|
|
|
DemoPrinting.cs
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2004-08-27 19:00:00 +00:00
|
|
|
images = \
|
2004-08-28 03:30:33 +00:00
|
|
|
images/gnome-foot.png,gnome-foot.png \
|
|
|
|
images/MonoIcon.png,MonoIcon.png \
|
|
|
|
images/gnome-calendar.png,gnome-calendar.png \
|
|
|
|
images/gnome-gmush.png,gnome-gmush.png \
|
|
|
|
images/gnu-keys.png,gnu-keys.png \
|
|
|
|
images/gnome-applets.png,gnome-applets.png \
|
|
|
|
images/gnome-gsame.png,gnome-gsame.png \
|
|
|
|
images/alphatest.png,alphatest.png \
|
|
|
|
images/gnome-gimp.png,gnome-gimp.png \
|
|
|
|
images/apple-red.png,apple-red.png \
|
|
|
|
images/background.jpg,background.jpg \
|
|
|
|
images/gtk-logo-rgb.gif,gtk-logo-rgb.gif \
|
|
|
|
images/floppybuddy.gif,floppybuddy.gif
|
2004-08-27 19:00:00 +00:00
|
|
|
|
2004-08-28 03:41:22 +00:00
|
|
|
image_names = \
|
|
|
|
images/gnome-foot.png \
|
|
|
|
images/MonoIcon.png \
|
|
|
|
images/gnome-calendar.png \
|
|
|
|
images/gnome-gmush.png \
|
|
|
|
images/gnu-keys.png \
|
|
|
|
images/gnome-applets.png \
|
|
|
|
images/gnome-gsame.png \
|
|
|
|
images/alphatest.png \
|
|
|
|
images/gnome-gimp.png \
|
|
|
|
images/apple-red.png \
|
|
|
|
images/background.jpg \
|
|
|
|
images/gtk-logo-rgb.gif \
|
|
|
|
images/floppybuddy.gif
|
|
|
|
|
2004-03-12 21:18:11 +00:00
|
|
|
build_sources = $(addprefix $(srcdir)/, $(sources))
|
2004-08-28 03:30:33 +00:00
|
|
|
build_images = $(addprefix $(srcdir)/, $(images))
|
2009-11-30 20:40:34 +00:00
|
|
|
resources = $(addprefix -resource:, $(build_sources), $(build_images))
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2004-05-07 14:22:20 +00:00
|
|
|
GtkDemo.exe: $(build_sources) $(assemblies)
|
2009-11-30 20:40:34 +00:00
|
|
|
$(CSC) $(CSFLAGS) -out:GtkDemo.exe $(build_sources) $(references) $(resources)
|
2004-03-12 21:18:11 +00:00
|
|
|
|