mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Automake cleanups.
This commit is contained in:
parent
6b7e64beb2
commit
7f888e23f5
7 changed files with 6 additions and 46 deletions
|
|
@ -1,4 +1,5 @@
|
|||
SUBDIRS = ext
|
||||
SUBDIRS =
|
||||
DIST_SUBDIRS = ext scopes
|
||||
|
||||
EXTRA_LTLIBRARIES = libpcm.la
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
CFLAGS = -g -O2 -W -Wall
|
||||
|
||||
lib_LTLIBRARIES = liblevel.la
|
||||
pkglib_LTLIBRARIES = liblevel.la
|
||||
|
||||
liblevel_la_SOURCES = level.c
|
||||
liblevel_la_LIBADD = -lncurses
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
AC_INIT(level.c)
|
||||
AM_INIT_AUTOMAKE(scopes, 0.9)
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
libtoolize --force --copy --automake
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
automake --foreign --add-missing
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -W -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@
|
||||
unset CFLAGS
|
||||
make
|
||||
Loading…
Add table
Add a link
Reference in a new issue