ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Gtk2-GoBoard/data/Makefile
Revision: 1.1
Committed: Sun Jun 22 16:07:01 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-1_02, rel-1_01, HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1
2 SOUNDS = alarm.au move.au warning.au pass.au ring.au connect.au gamestart.au resign.au outoftime.au info.au
3
4 %.au: %.wav Makefile
5 sox -twav $< -tau -r8000 -c1 -U -b $@ resample || sox -twav $< -tau -r8000 -c1 -U -b $@
6
7 all: $(SOUNDS)