You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
454 B
Makefile
16 lines
454 B
Makefile
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
|