File: Makefile.am

package info (click to toggle)
alsa-lib 1.2.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,024 kB
  • sloc: ansic: 97,935; sh: 4,711; makefile: 647
file content (30 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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
AUTOMAKE_OPTIONS=foreign

AM_CPPFLAGS=-I$(top_srcdir)/include

rpm: dist
	$(MAKE) -C utils rpm

doc-dummy:

doc: doc-dummy
	$(MAKE) -C include all
	$(MAKE) -C doc doc