/usr/share/doc/alsa-tools/examples/Makefile is in alsa-tools 1.1.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | TARGETS = blank.emu10k1 chorus.emu10k1 delay.emu10k1 eq2.emu10k1 eq5.emu10k1 \
fir.emu10k1 flanger.emu10k1 sine.emu10k1 tremolo.emu10k1 vibrato.emu10k1 \
vol_ctrl.emu10k1
%.emu10k1: %.asm
../as10k1 $<
all:
dsp: $(TARGETS)
clean:
rm -f *~ *.emu10k1
distclean: clean
install:
distdir:
@echo > /dev/null
|