Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > c666225e9320ba81ae98e96d07a5fcf5 > files > 156

gtk-sharp2-doc-2.12.9-1mdv2010.0.i586.rpm

TARGETS = WidgetViewer.exe 

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))

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 		\
	TestComboBox.cs		\
	WidgetViewer.cs

build_sources = $(addprefix $(srcdir)/, $(sources))

WidgetViewer.exe: $(build_sources) $(assemblies)
	$(CSC) /out:WidgetViewer.exe $(references) $(build_sources)