10d4bb9a1dd0c00bd4c5903eb8bd58c1a3f369f1
[navit-package] / navit / graphics / Makefile.am
1 SUBDIRS=null
2 if GRAPHICS_GTK_DRAWING_AREA
3   SUBDIRS+=gtk_drawing_area
4 endif
5 if DIRECTFB
6   SUBDIRS+=directfb
7 endif
8 if GRAPHICS_OPENGL
9   SUBDIRS+=opengl
10 if GUI_CLUTTER
11   SUBDIRS+=cogl
12 endif
13 endif
14 if GRAPHICS_QT_QPAINTER
15   SUBDIRS+=qt_qpainter
16 endif
17 if USE_GRAPHICS_SDL
18   SUBDIRS+=sdl
19 endif
20 if GRAPHICS_WIN32
21   SUBDIRS+=win32
22 endif