2004-03-12 21:18:11 +00:00
|
|
|
TARGETS = WidgetViewer.exe
|
|
|
|
|
2004-05-07 14:22:20 +00:00
|
|
|
assemblies=../../glib/glib-sharp.dll ../../pango/pango-sharp.dll ../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll
|
|
|
|
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 \
|
|
|
|
TestRadioButton.cs \
|
|
|
|
TestRange.cs \
|
|
|
|
TestStatusbar.cs \
|
|
|
|
TestDialog.cs \
|
|
|
|
TestFlipping.cs \
|
|
|
|
TestSizeGroup.cs \
|
|
|
|
TestCombo.cs \
|
|
|
|
WidgetViewer.cs
|
|
|
|
|
|
|
|
build_sources = $(addprefix $(srcdir)/, $(sources))
|
|
|
|
|
2004-05-07 14:22:20 +00:00
|
|
|
WidgetViewer.exe: $(build_sources) $(assemblies)
|
2004-06-10 19:45:20 +00:00
|
|
|
$(CSC) /out:WidgetViewer.exe $(references) $(build_sources)
|
2004-03-12 21:18:11 +00:00
|
|
|
|