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