summary refs log tree commit diff stats
path: root/src/htm/Makefile.am
blob: e524bf27a87835732be13c7c0a488b843811255f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
theme_SCRIPTS = thememan.exe thememan
themedir = $(bindir)

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 $<;

thememan.exe: htm-mono.csproj
	$(mdtool_verbose)

clean-local:
	rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources

EXTRA_DIST = thememan.in