Ryujinx-GtkSharp/doc/updater/Makefile.am
Mike Kestner 29d0d6c3bc 2004-09-02 Mike Kestner <mkestner@ximian.com>
* updater/* : rework of duncan's updater from monodoc that doesn't
	cause so many whitespace issues and removes a few other annoyances.

svn path=/trunk/gtk-sharp/; revision=33286
2004-09-03 15:13:39 +00:00

20 lines
344 B
Makefile

assemblydir = $(bindir)
noinst_DATA = updater.exe
CLEANFILES = updater.exe
references =
sources = \
updater.cs \
TypeReflector.cs
build_sources = $(addprefix $(srcdir)/, $(sources))
dist_sources = $(sources)
EXTRA_DIST = \
$(dist_sources)
updater.exe: $(build_sources)
$(CSC) /out:updater.exe $(references) $(build_sources)