"Fossies" - the Fresh Open Source Software Archive

Member "alsa-oss-1.1.8/test/Makefile.am" (7 Jan 2019, 328 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 check_PROGRAMS=osstest lmixer
    2 
    3 osstest_LDADD=../oss-redir/libossredir.la
    4 lmixer_LDADD=../oss-redir/libossredir.la
    5 lmixer_SOURCES=lmixer.cc
    6 
    7 noinst_HEADERS = mixctl.h
    8 
    9 INCLUDES=-I$(top_srcdir)/oss-redir
   10 AM_CFLAGS=-static -Wall -pipe -g
   11 
   12 EXTRA_DIST=
   13 
   14 test_mmap_test: mmap_test_redir
   15 	OSS_REDIRECTOR=libalsatoss.so mmap_test_redir