blob: f9f803ca48a1bef37f36873d2ba6fd4f98623162 (
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 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_GYPSY
SUBDIRS += gypsy
endif
if VEHICLE_NULL
SUBDIRS += null
endif
if VEHICLE_WINCE
SUBDIRS += wince
endif
|