blob: d2b6efdc5329dfd8576d7e9f9e4806fa72eb29a1 (
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
|
SUBDIRS=
if MAP_BINFILE
SUBDIRS+=binfile
endif
if MAP_FILTER
SUBDIRS+=filter
endif
if HAVELIBGARMIN
SUBDIRS+=garmin
endif
if MAP_MG
SUBDIRS+=mg
endif
if MAP_SHAPEFILE
SUBDIRS+=shapefile
endif
if MAP_TEXTFILE
SUBDIRS+=textfile
endif
if MAP_CSV
SUBDIRS+=csv
endif
DIST_SUBDIRS=mg textfile csv binfile garmin shapefile filter
|