Ryujinx-GtkSharp/sample/gio/Makefile.am
Stephane Delcroix a62a57d877 new sample for VolumeMonitor, Volume, ...
svn path=/trunk/gtk-sharp/; revision=126610
2009-02-11 15:07:42 +00:00

21 lines
389 B
Makefile
Executable File

TARGETS = AppInfo.exe Volume.exe
DEBUGS = $(addsuffix .mdb, $(TARGETS))
assemblies = \
$(top_builddir)/glib/glib-sharp.dll \
$(top_builddir)/gio/gio-sharp.dll
references=$(addprefix /r:, $(assemblies))
noinst_SCRIPTS = $(TARGETS)
CLEANFILES = $(TARGETS) $(DEBUGS)
.cs.exe: $(assemblies)
$(CSC) /debug /out:$@ $(references) $<
EXTRA_DIST = \
AppInfo.cs \
Volume.cs