30 lines
505 B
Makefile
30 lines
505 B
Makefile
## Makefile.am for tuxtype - data/sounds:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
soundsdir = $(pkgdatadir)/sounds
|
|
|
|
dist_sounds_DATA = tuxi.ogg \
|
|
amidst_the_raindrops.ogg \
|
|
alarm.wav \
|
|
bite.wav \
|
|
buzz.wav \
|
|
cheer.wav \
|
|
chiptune2.ogg \
|
|
excuseme.wav \
|
|
explosion.wav \
|
|
harp.wav \
|
|
laser.wav \
|
|
lose.wav \
|
|
pause.wav \
|
|
pop.wav \
|
|
run.wav \
|
|
shieldsdown.wav \
|
|
splat.wav \
|
|
tock.wav \
|
|
win.wav \
|
|
winfinal.wav \
|
|
game.mod \
|
|
game2.mod \
|
|
game3.mod \
|
|
README_SOUNDS.TXT
|