"Fossies" - the Fresh Open Source Software Archive

Member "alsa-oss-1.1.8/alsa/Makefile.am" (7 Jan 2019, 527 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 lib_LTLIBRARIES = libalsatoss.la libaoss.la
    2 bin_SCRIPTS = aoss
    3 noinst_SCRIPTS = aoss.old
    4 man_MANS = aoss.1
    5 EXTRA_DIST = aoss.1
    6 COMPATNUM=@LIBTOOL_VERSION_INFO@
    7 
    8 noinst_HEADERS = alsa-oss-emul.h alsa-local.h
    9 
   10 EXTRA_libaoss_la_SOURCES = stdioemu.c
   11 libaoss_la_SOURCES = alsa-oss.c
   12 libaoss_la_LIBADD = libalsatoss.la
   13 libaoss_la_LDFLAGS = -version-info $(COMPATNUM)
   14 
   15 libalsatoss_la_CFLAGS = @ALSA_CFLAGS@
   16 libalsatoss_la_SOURCES = pcm.c mixer.c
   17 libalsatoss_la_LIBADD = @ALSA_LIBS@
   18 libalsatoss_la_LDFLAGS = -version-info $(COMPATNUM)