]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/pictures/GNUmakefile
35ef738ae4158c785557192665c1f94c84338ea9
[lilypond.git] / Documentation / pictures / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation
4 XPM_FILES=$(call src-wildcard,*.xpm)
5 EXTRA_DIST_FILES= $(XPM_FILES)
6
7 lilypond-icon = $(outdir)/lilypond.ico
8 ly-icon = $(outdir)/ly.ico
9
10 include $(depth)/make/stepmake.make
11
12 ifeq ($(PLATFORM_WINDOWS),yes)
13
14 $(outdir)/%.ico: %.xpm
15         $(buildscript-dir)/genicon $< $@
16
17 default: $(lilypond-icon) $(ly-icon)
18
19 endif # PLATFORM_WINDOWS
20
21 local-dist: $(icon) 
22 xgifs: $(OUTGIF_FILES)
23 pngs: $(OUTPNG_FILES)
24 local-WWW-1: $(OUTPNG_FILES)