c3765fb891af719c05b06b5680b953737892df07
[navit-package] / navit / vehicle / Makefile.am
1 SUBDIRS=
2 if VEHICLE_ANDROID
3   SUBDIRS += android
4 endif
5 if VEHICLE_IPHONE
6   SUBDIRS += iphone
7 endif
8 if VEHICLE_DEMO
9   SUBDIRS += demo
10 endif
11 if VEHICLE_FILE
12   SUBDIRS += file
13 endif
14 if VEHICLE_GPSD
15   SUBDIRS += gpsd
16 endif
17 if VEHICLE_GPSD_DBUS
18   SUBDIRS += gpsd_dbus
19 endif
20 if VEHICLE_GYPSY
21   SUBDIRS += gypsy
22 endif
23 if VEHICLE_NULL
24   SUBDIRS += null
25 endif
26 if VEHICLE_WINCE
27   SUBDIRS += wince
28 endif