summaryrefslogtreecommitdiff
path: root/navit/vehicle/Makefile.am
blob: 80fc84db7cefbcc3f8abfa35ae6429accc690eb1 (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
26
27
28
29
30
31
32
33
34
SUBDIRS=
if VEHICLE_MAEMO
  SUBDIRS += maemo
endif
if VEHICLE_ANDROID
  SUBDIRS += android
endif
if VEHICLE_IPHONE
  SUBDIRS += iphone
endif
if VEHICLE_DEMO
  SUBDIRS += demo
endif
if VEHICLE_FILE
  SUBDIRS += file
endif
if VEHICLE_GPSD
  SUBDIRS += gpsd
endif
if VEHICLE_GPSD_DBUS
  SUBDIRS += gpsd_dbus
endif
if VEHICLE_GYPSY
  SUBDIRS += gypsy
endif
if VEHICLE_NULL
  SUBDIRS += null
endif
if VEHICLE_WINCE
  SUBDIRS += wince
endif
if VEHICLE_WEBOS
  SUBDIRS += webos
endif