18 $(srcdir)/../Options.cs \
46 ress= $(foreach res,$(munxap_resources), $(addprefix -resource:,$(res)),$(notdir $(res)))
48 munxap.exe: $(munxap_exe_CS)
49 gmcs -debug+ -out:$@ $(munxap_exe_CS) -r:System -r:System.Xml -pkg:gtk-sharp-2.0 -r:`pkg-config --variable=Libraries cecil` $(ress)
51 munxap: $(srcdir)/../launcher.in Makefile
52 $(do_subst) < $(srcdir)/../launcher.in > munxap
55 do_subst = sed -e 's,[@]moondir[@],$(moondir),g' -e 's,[@]VERSION[@],$(VERSION),g' -e 's,[@]TOOL[@],munxap.exe,g'
58 mono --debug munxap.exe