File: rt-backends.pro

package info (click to toggle)
libdrumstick 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,876 kB
  • sloc: cpp: 25,685; xml: 122; sh: 14; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
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
TEMPLATE = subdirs

#dummy {
#    SUBDIRS += dummy-in dummy-out
#}

linux {
    SUBDIRS += alsa-in alsa-out
}

unix:!macx {
    SUBDIRS += oss-in oss-out
}

macx {
    SUBDIRS += mac-in mac-out macsynth
    exists(/Library/Frameworks/FluidSynth.framework/Headers/*) {
        SUBDIRS += fluidsynth
    }
}
else {
    packagesExist(fluidsynth) {
        SUBDIRS += fluidsynth
    }
    packagesExist(libpulse-simple):packagesExist(sonivox) {
        SUBDIRS += eassynth
    }
}

win32 {
    SUBDIRS += win-in win-out
}

SUBDIRS += net-in net-out