mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Updated for new automake
This commit is contained in:
parent
568b204683
commit
dc8f7480b5
11 changed files with 17 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
EXTRA_DIST = cvscompile output.doc examples/Makefile examples/*.asm depcomp
|
||||
|
||||
dsp:
|
||||
$(MAKE) -C examples
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ for f in install-sh mkinstalldirs missing; do
|
|||
done
|
||||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
automake --foreign --add-missing
|
||||
automake --foreign --add-missing --copy
|
||||
touch depcomp
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue