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
|
|
@ -12,7 +12,7 @@ ac3dec_SOURCES = ac3dec.c output.c ac3spdif.c
|
|||
ac3dec_DEPENDENCIES = libac3/libac3.a
|
||||
|
||||
|
||||
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh
|
||||
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh depcomp
|
||||
|
||||
SUBDIRS = libac3 tools test .
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
autoheader
|
||||
automake --add-missing
|
||||
automake --add-missing --copy --foreign
|
||||
touch depcomp
|
||||
autoconf
|
||||
./configure $*
|
||||
make
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ man_MANS = envy24control.1
|
|||
envy24control_SOURCES = envy24control.c envy24control.h levelmeters.c \
|
||||
mixer.c patchbay.c hardware.c driverevents.c volume.c
|
||||
envy24control_LDFLAGS = $(GTK_LIBS)
|
||||
EXTRA_DIST = cvscompile envy24control.1
|
||||
EXTRA_DIST = cvscompile envy24control.1 depcomp
|
||||
|
||||
clean:
|
||||
rm -rf .deps *~
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ man_MANS = cspctl.1
|
|||
|
||||
cspctl_SOURCES = cspctl.c
|
||||
|
||||
EXTRA_DIST = README COPYING cspctl.1
|
||||
EXTRA_DIST = README COPYING cspctl.1 depcomp
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/sb16_csp
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ bin_PROGRAMS = sbiload
|
|||
|
||||
sbiload_SOURCES = sbiload.c
|
||||
|
||||
EXTRA_DIST = README COPYING
|
||||
EXTRA_DIST = README COPYING depcomp
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../../distdir/seq/sbiload
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ bin_PROGRAMS = sscape_ctl
|
|||
|
||||
sscape_ctl_SOURCES = sscape_ctl.c
|
||||
|
||||
EXTRA_DIST = depcomp
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/sscape_ctl
|
||||
@mkdir -p ../distdir/sscape_ctl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue