mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-09 05:33:49 -04:00
Added as10k1 tool (EMU10K1 FX8010 DSP assembler).
This commit is contained in:
parent
a4569af2bb
commit
f2d80b5b5d
28 changed files with 3523 additions and 0 deletions
10
as10k1/Makefile.am
Normal file
10
as10k1/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
bin_PROGRAMS = as10k1
|
||||
as10k1_SOURCES = as10k1.c parse.c assemble.c macro.c
|
||||
EXTRA_DIST = cvscompile output.doc examples/Makefile examples/*.asm
|
||||
|
||||
dsp:
|
||||
$(MAKE) -C examples
|
||||
|
||||
clean:
|
||||
rm -rf .deps *~
|
||||
$(MAKE) -C examples clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue