1
2SUBDIRS =
3
4if USE_OPENGL
5
6if HAVE_WINDOW_COCOA
7SUBDIRS += cocoa
8else
9
10SUBDIRS += generic qt
11
12if HAVE_SDL
13SUBDIRS += sdl
14endif
15
16if HAVE_GTK
17SUBDIRS += gtk
18endif
19
20endif
21
22endif
23
24DIST_SUBDIRS=cocoa generic qt sdl gtk
25
26include $(top_srcdir)/common/parallel-subdirs.mak
27