1if DUMMY_COMPILE
2
3SUBDIRS = shared android
4
5endif
6
7if NATIVE_GTK3_COMPILE
8
9SUBDIRS = shared gtk3
10
11else
12
13if SDL_COMPILE
14
15SUBDIRS = shared sdl
16
17else
18
19if HEADLESS_COMPILE
20
21SUBDIRS = shared headless
22
23else
24
25if WIN32_COMPILE
26
27SUBDIRS = shared mingw32-pcap
28
29endif
30endif
31endif
32endif
33