2026-01-08 14:49:58 +01:00
|
|
|
# remove -h for tar (follow symlinks) to avoid endless include/alsa/alsa/...
|
|
|
|
|
am__tar = $${TAR-tar} cof - "$$tardir"
|
|
|
|
|
|
2008-11-21 01:08:42 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
2007-03-22 00:48:18 +01:00
|
|
|
SUBDIRS=doc include src
|
2019-11-12 19:30:36 +01:00
|
|
|
if BUILD_TOPOLOGY
|
|
|
|
|
SUBDIRS += src/topology
|
|
|
|
|
endif
|
2007-03-22 00:48:18 +01:00
|
|
|
if BUILD_MODULES
|
|
|
|
|
SUBDIRS += modules
|
|
|
|
|
endif
|
2005-11-30 11:38:24 +00:00
|
|
|
if BUILD_PCM_PLUGIN_SHM
|
|
|
|
|
SUBDIRS += aserver
|
|
|
|
|
endif
|
|
|
|
|
SUBDIRS += test utils
|
2020-12-10 10:36:41 +01:00
|
|
|
EXTRA_DIST=README.md ChangeLog INSTALL TODO NOTES configure gitcompile libtool \
|
2009-01-05 13:10:32 +01:00
|
|
|
depcomp version MEMORY-LEAK m4/attributes.m4
|
2004-02-25 11:23:56 +00:00
|
|
|
AUTOMAKE_OPTIONS=foreign
|
1998-11-18 20:42:09 +00:00
|
|
|
|
2014-02-25 12:40:21 +00:00
|
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|
1998-11-18 21:29:59 +00:00
|
|
|
|
|
|
|
|
rpm: dist
|
1999-01-18 22:42:55 +00:00
|
|
|
$(MAKE) -C utils rpm
|
|
|
|
|
|
2001-04-06 19:10:32 +00:00
|
|
|
doc-dummy:
|
|
|
|
|
|
|
|
|
|
doc: doc-dummy
|
|
|
|
|
$(MAKE) -C include all
|
|
|
|
|
$(MAKE) -C doc doc
|