Ryujinx-GtkSharp/sample/gio/Makefile.am

21 lines
393 B
Makefile
Raw Normal View History

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) $(CSFLAGS) /out:$@ $(references) $<
EXTRA_DIST = \
AppInfo.cs \
Volume.cs