File: Makefile.am

package info (click to toggle)
alsa-oss 1.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 1,684 kB
  • sloc: sh: 11,098; ansic: 3,680; cpp: 302; makefile: 56
file content (17 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if WITH_AOSS
ALSA_DIR = alsa
else
ALSA_DIR =
endif

SUBDIRS = $(ALSA_DIR) oss-redir test
AUTOMAKE_OPTIONS = foreign

dist-hook:
	echo $(VERSION) >> version
	-chmod -R a+r $(distdir)
	@if ! test -z "$(AMTAR)"; then \
		$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
	else \
		$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
	fi