File: Makefile

package info (click to toggle)
alsa-tools 1.0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 12,332 kB
  • ctags: 5,275
  • sloc: ansic: 25,490; cpp: 14,137; sh: 10,069; pascal: 1,140; asm: 1,053; xml: 988; makefile: 765; python: 250
file content (20 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (8)
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