Project

General

Profile

« Previous | Next » 

Revision 3927

mappings/Makefile: Made VegCSV-VegBIEN.specimens.csv a non-derived map, since the VegX-VegCSV mapping is no longer used. This causes automatic creation of a for_review file.

View differences:

Makefile
9 9
# Paths
10 10
bin := ../bin
11 11
inputCoreMaps := DwC1-DwC2.specimens.csv DwC2-VegBIEN.specimens.csv\
12
VegX-VegBIEN.stems.csv VegX-VegCSV.stems.csv
12
VegCSV-VegBIEN.specimens.csv VegX-VegCSV.stems.csv
13 13

  
14 14
# Via formats
15 15
coreMaps := $(wildcard *-VegBIEN.*.csv)
......
99 99

  
100 100
vegcsvMaps :=
101 101

  
102
VegCSV-VegBIEN.specimens.csv: VegX-VegCSV.stems.csv VegX-VegBIEN.stems.csv\
103
DwC2-VegBIEN.specimens.csv
104
	<$< $(bin)/invert\
105
|$(bin)/join $(word 2,$+)\
106
|$(bin)/sort_map >$@
107
# before sort_map: |env all=1 $(bin)/union $(word 3,$+)
108
# after sort_map: |$(bin)/sort 0 1
109
vegcsvMaps += VegCSV-VegBIEN.specimens.csv
110

  
111 102
vegcsv_maps: _always $(vegcsvMaps) ;
112 103

  
113 104
all += $(vegcsvMaps)

Also available in: Unified diff