alsa-tools/as10k1/Makefile.am
Takashi Iwai 37104ebf62 Fix build
Fix build and clean of as10k1 to work properly with the recent
auto-tools.
2005-03-17 16:43:29 +00:00

17 lines
457 B
Makefile

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 dsp
alsa-dist: distdir
@rm -rf ../distdir/as10k1
@mkdir -p ../distdir/as10k1
@cp -RLpv $(distdir)/* ../distdir/as10k1
@rm -rf $(distdir)