Fix build and clean of as10k1 to work properly with the recent
auto-tools.
+SUBDIRS = examples
+
bin_PROGRAMS = as10k1
as10k1_SOURCES = as10k1.c parse.c assemble.c macro.c
noinst_HEADERS = as10k1.h list.h parse.h proto.h types.h
EXTRA_DIST = cvscompile output.doc examples/Makefile examples/*.asm depcomp
+AM_CFLAGS = -fno-strict-aliasing
AUTOMAKE_OPTIONS = foreign
dsp:
- $(MAKE) -C examples
-
-clean:
- rm -rf .deps *~
- $(MAKE) -C examples clean
+ $(MAKE) -C examples dsp
alsa-dist: distdir
@rm -rf ../distdir/as10k1
%.emu10k1: %.asm
../as10k1 $<
-all: $(TARGETS)
+all:
+
+dsp: $(TARGETS)
clean:
- rm -f *~ *.emu10k1
\ No newline at end of file
+ rm -f *~ *.emu10k1