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

Comparing kgsueme/sounds/Makefile (file contents):
Revision 1.4 by pcg, Thu Jun 12 22:10:07 2003 UTC vs.
Revision 1.5 by pcg, Sun May 30 03:24:47 2004 UTC

1 1
2SOUNDS = alarm move warning pass ring connect user_unknown gamestart resign 2SOUNDS = alarm move warning pass ring connect user_unknown gamestart resign outoftime
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 $@ polyphase || sox -twav $< -tau -r8000 -c1 -U -b $@
6 6
7all: $(SOUNDS) 7all: $(SOUNDS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines