Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > f1370d9b17597db213c06ccf33274692 > files > 85

faust-0.9.10-5mdv2010.1.x86_64.rpm

src  	:= $(wildcard *.dsp)
target 	:= $(src:.dsp=.dsp-svg)

all :  $(target)


%.dsp-svg : %.dsp
	faust -svg $< > /dev/null
	

clean :
	rm -rf $(target)