x-dsp-0.2: tools/gen_Csound_backend.sh
#!/bin/bash # combine the Csound Template file and the auto-generated instances, then # move them to Language/XDsp/Implementations/Csound.hs runghc "-hide-package mtl" "-framework CoreFoundation" mkOp.hs cp CsoundImplTemplate.hs ../src/Language/XDsp/Implementations/Csound.hs cat csdInstances.txt >> ../src/Language/XDsp/Implementations/Csound.hs