"Fossies" - the Fresh Open Source Software Archive

Member "alsa-oss-1.1.8/Makefile.am" (7 Jan 2019, 404 Bytes) of package /linux/misc/alsa-oss-1.1.8.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 if WITH_AOSS
    2 ALSA_DIR = alsa
    3 else
    4 ALSA_DIR =
    5 endif
    6 
    7 SUBDIRS = $(ALSA_DIR) oss-redir test
    8 AUTOMAKE_OPTIONS = foreign
    9 
   10 dist-hook:
   11 	echo $(VERSION) >> version
   12 	-chmod -R a+r $(distdir)
   13 	@if ! test -z "$(AMTAR)"; then \
   14 		$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
   15 	else \
   16 		$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
   17 	fi