Matthias Kilian writes:

> Has anyone an idea what's going on here?

That's because of what happens in include, quite kinky stuff.

Try:

depth=../..

IMAGES=$(wildcard *.png)

OUT_EPS_IMAGES=$(addprefix $(outdir)/,$(IMAGES:.png=.eps))

include $(depth)/make/stepmake.make

.PHONY: foo bar
foo:
        @echo $(OUT_EPS_IMAGES)

bar: $(OUT_EPS_IMAGES)

$(outdir)/%.png: %.png
        convert -geometry 50x50% $< $@

$(outdir)/%.eps: %.png
        convert $< $@

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to