mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2025-02-20 00:32:33 +00:00
autotools: update style
- rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
7a6e8ca348
commit
b669b50de2
@ -17,7 +17,7 @@ EXTRA_DIST=ChangeLog INSTALL TODO NOTES configure gitcompile libtool \
|
||||
depcomp version MEMORY-LEAK m4/attributes.m4
|
||||
AUTOMAKE_OPTIONS=foreign
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
||||
rpm: dist
|
||||
$(MAKE) -C utils rpm
|
||||
|
@ -5,4 +5,4 @@ alsalisp_LDADD = ../src/libasound.la
|
||||
|
||||
all: alsalisp
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/src/alisp
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/src/alisp
|
||||
|
@ -5,7 +5,7 @@ aserver_LDADD = ../src/libasound.la
|
||||
|
||||
all: aserver
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/src/pcm
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/src/pcm
|
||||
|
||||
../src/libasound.la:
|
||||
$(MAKE) -C ../src libasound.la
|
||||
|
@ -1,7 +1,8 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(src/control/control.c)
|
||||
AC_INIT(alsa-lib, 1.0.27.2)
|
||||
|
||||
AC_CONFIG_SRCDIR([src/control/control.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
dnl *************************************************
|
||||
@ -12,7 +13,7 @@ dnl add API = c+1:0:a+1
|
||||
dnl remove API = c+1:0:0
|
||||
dnl *************************************************
|
||||
AC_CANONICAL_HOST
|
||||
AM_INIT_AUTOMAKE(alsa-lib, 1.0.27.2)
|
||||
AM_INIT_AUTOMAKE
|
||||
eval LIBTOOL_VERSION_INFO="2:0:0"
|
||||
dnl *************************************************
|
||||
AM_CONDITIONAL([INSTALL_M4], [test -n "${ACLOCAL}"])
|
@ -2,7 +2,7 @@ SUBDIRS=pictures
|
||||
|
||||
EXTRA_DIST=README.1st asoundrc.txt doxygen.cfg index.doxygen
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
||||
doc:
|
||||
test -e doxygen.cfg || sed s:[@]top_srcdir[@]:..:g doxygen.cfg.in > doxygen.cfg
|
||||
|
@ -61,7 +61,7 @@ alsa:
|
||||
version.h: stamp-vh alsa
|
||||
@:
|
||||
|
||||
stamp-vh: $(top_builddir)/configure.in
|
||||
stamp-vh: $(top_builddir)/configure.ac
|
||||
@echo "/*" > ver.tmp
|
||||
@echo " * version.h" >> ver.tmp
|
||||
@echo " */" >> ver.tmp
|
||||
@ -83,7 +83,7 @@ stamp-vh: $(top_builddir)/configure.in
|
||||
echo timestamp > stamp-vh)
|
||||
-@rm -f ver.tmp
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
||||
install-data-hook:
|
||||
test -d $(DESTDIR)$(sysincludedir) || mkdir -p $(DESTDIR)$(sysincludedir)
|
||||
|
@ -3,7 +3,7 @@ pkglibdir = $(alsaplugindir)/smixer
|
||||
|
||||
AM_CFLAGS = -g -O2 -W -Wall
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
||||
pkglib_LTLIBRARIES = smixer-sbase.la \
|
||||
smixer-ac97.la \
|
||||
|
@ -87,4 +87,4 @@ instr/libinstr.la:
|
||||
alisp/libalisp.la:
|
||||
$(MAKE) -C alisp libalisp.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -8,4 +8,4 @@ noinst_HEADERS = alisp_local.h
|
||||
|
||||
all: libalisp.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -15,4 +15,4 @@ noinst_HEADERS = control_local.h
|
||||
all: libcontrol.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -5,4 +5,4 @@ noinst_HEADERS = hwdep_local.h
|
||||
all: libhwdep.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -11,4 +11,4 @@ noinst_HEADERS = mixer_local.h mixer_simple.h
|
||||
all: libmixer.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -114,4 +114,4 @@ alsadir = $(datadir)/alsa
|
||||
|
||||
all: libpcm.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -9,4 +9,4 @@ noinst_HEADERS = rawmidi_local.h
|
||||
all: librawmidi.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -10,4 +10,4 @@ noinst_HEADERS = seq_local.h
|
||||
all: libseq.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -6,4 +6,4 @@ noinst_HEADERS = timer_local.h
|
||||
all: libtimer.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -7,4 +7,4 @@ noinst_HEADERS = ucm_local.h
|
||||
all: libucm.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
@ -22,7 +22,7 @@ code_CFLAGS=-Wall -pipe -g -O2
|
||||
chmap_LDADD=../src/libasound.la
|
||||
audio_time_LDADD=../src/libasound.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
AM_CFLAGS=-Wall -pipe -g
|
||||
|
||||
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
|
||||
|
@ -11,4 +11,4 @@ pkgconfig_DATA = alsa.pc
|
||||
rpm: buildrpm alsa-lib.spec
|
||||
VERSION=$(VERSION) $(srcdir)/buildrpm
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user