alsa-lib/Makefile.am

31 lines
624 B
Text
Raw Normal View History

# remove -h for tar (follow symlinks) to avoid endless include/alsa/alsa/...
am__tar = $${TAR-tar} cof - "$$tardir"
ACLOCAL_AMFLAGS = -I m4
SUBDIRS=doc include src
if BUILD_TOPOLOGY
SUBDIRS += src/topology
endif
if BUILD_MODULES
SUBDIRS += modules
endif
if BUILD_PCM_PLUGIN_SHM
SUBDIRS += aserver
endif
SUBDIRS += test utils
EXTRA_DIST=README.md ChangeLog INSTALL TODO NOTES configure gitcompile libtool \
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
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