File: Makefile.am

package info (click to toggle)
lebiniou 3.67.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,500 kB
  • sloc: ansic: 28,670; makefile: 1,276; sh: 602; awk: 432; xml: 261; javascript: 23
file content (35 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (3)
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
31
32
33
34
35
SUBDIRS = random

if SNDIO_PLUGIN
SUBDIRS += sndio
endif

if TWIP_PLUGIN
SUBDIRS += twip
endif

if ESD_PLUGIN
SUBDIRS += esound
endif

if OS_LINUX_FAMILY
if ALSA_PLUGIN
SUBDIRS += alsa
endif
endif

if PULSEAUDIO_PLUGIN
SUBDIRS += pulseaudio
endif

if SNDFILE_PLUGIN
SUBDIRS += sndfile
endif

if JACK_PLUGIN
SUBDIRS += jackaudio
endif

if OSC_PLUGIN
SUBDIRS += oscaudio
endif