mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-24 01:40:12 -05:00
Fix build
Fix build and clean of as10k1 to work properly with the recent auto-tools.
This commit is contained in:
parent
71a69106ee
commit
37104ebf62
2 changed files with 8 additions and 7 deletions
|
|
@ -1,15 +1,14 @@
|
||||||
|
SUBDIRS = examples
|
||||||
|
|
||||||
bin_PROGRAMS = as10k1
|
bin_PROGRAMS = as10k1
|
||||||
as10k1_SOURCES = as10k1.c parse.c assemble.c macro.c
|
as10k1_SOURCES = as10k1.c parse.c assemble.c macro.c
|
||||||
noinst_HEADERS = as10k1.h list.h parse.h proto.h types.h
|
noinst_HEADERS = as10k1.h list.h parse.h proto.h types.h
|
||||||
EXTRA_DIST = cvscompile output.doc examples/Makefile examples/*.asm depcomp
|
EXTRA_DIST = cvscompile output.doc examples/Makefile examples/*.asm depcomp
|
||||||
|
AM_CFLAGS = -fno-strict-aliasing
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
dsp:
|
dsp:
|
||||||
$(MAKE) -C examples
|
$(MAKE) -C examples dsp
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf .deps *~
|
|
||||||
$(MAKE) -C examples clean
|
|
||||||
|
|
||||||
alsa-dist: distdir
|
alsa-dist: distdir
|
||||||
@rm -rf ../distdir/as10k1
|
@rm -rf ../distdir/as10k1
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,9 @@ TARGETS = blank.emu10k1 chorus.emu10k1 delay.emu10k1 eq2.emu10k1 eq5.emu10k1 \
|
||||||
%.emu10k1: %.asm
|
%.emu10k1: %.asm
|
||||||
../as10k1 $<
|
../as10k1 $<
|
||||||
|
|
||||||
all: $(TARGETS)
|
all:
|
||||||
|
|
||||||
|
dsp: $(TARGETS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ *.emu10k1
|
rm -f *~ *.emu10k1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue