GtkSharp/sample/gtk-gio/Makefile.am
Stephane Delcroix 9174bf3577 adding sample/gtk-gio/ into the build
svn path=/trunk/gtk-sharp/; revision=126582
2009-02-11 13:05:59 +00:00

21 lines
409 B
Makefile
Executable file

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