ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/sounds/Makefile
(Generate patch)

Comparing kgsueme/sounds/Makefile (file contents):
Revision 1.6 by root, Mon May 31 02:04:40 2004 UTC vs.
Revision 1.7 by root, Mon May 31 11:25:19 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines