2013-08-27 18:39:15 -04:00
|
|
|
theme_SCRIPTS = thememan.exe thememan
|
|
|
|
themedir = $(bindir)
|
|
|
|
|
2014-01-29 16:25:57 -05:00
|
|
|
mdtool_verbose = $(mdtool_verbose_$(V))
|
|
|
|
mdtool_verbose_ = $(mdtool_verbose_$(AM_DEFAULT_VERBOSITY))
|
|
|
|
mdtool_verbose_0 = @echo " MDTOOL " $@; $(MDTOOL) build $< > /dev/null;
|
|
|
|
mdtool_verbose_1 = $(MDTOOL) --verbose build $<;
|
|
|
|
|
2013-08-27 18:39:15 -04:00
|
|
|
thememan.exe: htm-mono.csproj
|
2014-01-29 16:25:57 -05:00
|
|
|
$(mdtool_verbose)
|
2013-08-27 18:39:15 -04:00
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
2013-08-27 20:55:08 -04:00
|
|
|
|
|
|
|
EXTRA_DIST = thememan.in
|