2004-03-12 21:18:11 +00:00
|
|
|
TARGETS = WidgetViewer.exe
|
|
|
|
|
2011-02-09 04:15:37 +00:00
|
|
|
assemblies= \
|
|
|
|
$(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
|
|
|
|
|
2009-11-30 20:40:34 +00:00
|
|
|
references = $(addprefix -r:, $(assemblies))
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
noinst_SCRIPTS = $(TARGETS)
|
|
|
|
CLEANFILES = $(TARGETS)
|
|
|
|
|
|
|
|
EXTRA_DIST = $(sources) ChangeLog
|
|
|
|
|
|
|
|
sources = \
|
|
|
|
TestCheckButton.cs \
|
|
|
|
TestColorSelection.cs \
|
2011-06-18 16:53:06 +00:00
|
|
|
TestComboBox.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
TestDialog.cs \
|
|
|
|
TestFlipping.cs \
|
2011-06-18 16:53:06 +00:00
|
|
|
TestRadioButton.cs \
|
|
|
|
TestRange.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
TestSizeGroup.cs \
|
2011-06-18 16:53:06 +00:00
|
|
|
TestStatusbar.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
WidgetViewer.cs
|
|
|
|
|
|
|
|
build_sources = $(addprefix $(srcdir)/, $(sources))
|
|
|
|
|
2004-05-07 14:22:20 +00:00
|
|
|
WidgetViewer.exe: $(build_sources) $(assemblies)
|
2009-11-30 20:40:34 +00:00
|
|
|
$(CSC) $(CSFLAGS) -out:WidgetViewer.exe $(references) $(build_sources)
|
2004-03-12 21:18:11 +00:00
|
|
|
|