From 37104ebf62c12af46b3d3193ee2ef4bb1b003c06 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 17 Mar 2005 16:43:29 +0000 Subject: [PATCH] Fix build Fix build and clean of as10k1 to work properly with the recent auto-tools. --- as10k1/Makefile.am | 9 ++++----- as10k1/examples/Makefile | 6 ++++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/as10k1/Makefile.am b/as10k1/Makefile.am index 9e627e4..501c2b8 100644 --- a/as10k1/Makefile.am +++ b/as10k1/Makefile.am @@ -1,15 +1,14 @@ +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 diff --git a/as10k1/examples/Makefile b/as10k1/examples/Makefile index 5d6f391..c48c29b 100644 --- a/as10k1/examples/Makefile +++ b/as10k1/examples/Makefile @@ -5,7 +5,9 @@ TARGETS = blank.emu10k1 chorus.emu10k1 delay.emu10k1 eq2.emu10k1 eq5.emu10k1 \ %.emu10k1: %.asm ../as10k1 $< -all: $(TARGETS) +all: + +dsp: $(TARGETS) clean: - rm -f *~ *.emu10k1 \ No newline at end of file + rm -f *~ *.emu10k1 -- 2.47.1