summaryrefslogtreecommitdiff
path: root/navit/graphics/Makefile.am
blob: c878b9a358efe50a193f8df285afb57b8491c8b3 (plain)
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
SUBDIRS=
if GRAPHICS_ANDROID
  SUBDIRS+=android
endif
if GRAPHICS_GTK_DRAWING_AREA
  SUBDIRS+=gtk_drawing_area
endif
if GRAPHICS_NULL
  SUBDIRS+=null
endif
if GRAPHICS_OPENGL
  SUBDIRS+=opengl
endif
if GRAPHICS_QT_QPAINTER
  SUBDIRS+=qt_qpainter
endif
if GRAPHICS_SDL
  SUBDIRS+=sdl
endif
if GRAPHICS_WIN32
  SUBDIRS+=win32
endif
if GRAPHICS_GD
  SUBDIRS+=gd
endif