Revision 1529
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
56 | 56 |
$(join) <$+ >$@ |
57 | 57 |
joinMaps += DwC.cs-VegBIEN.specimens.csv |
58 | 58 |
|
59 |
DwC-VegBIEN.specimens.csv: DwC.cs-VegBIEN.specimens.csv |
|
59 |
DwC.ci-VegBIEN.specimens.csv: DwC.cs-VegBIEN.specimens.csv
|
|
60 | 60 |
$(bin)/ci_map $< >$@ |
61 |
joinMaps += DwC.ci-VegBIEN.specimens.csv |
|
62 |
|
|
63 |
DwC-VegBIEN.specimens.csv: DwC.ci-VegBIEN.specimens.csv |
|
64 |
$(removeEmpty) <$< >$@ |
|
61 | 65 |
joinMaps += DwC-VegBIEN.specimens.csv |
62 | 66 |
|
63 |
DwC.self.specimens.csv: DwC-VegBIEN.specimens.csv |
|
67 |
# deprecated |
|
68 |
DwC-VegBIEN.specimens.no_empty.csv: DwC-VegBIEN.specimens.csv |
|
69 |
cp -p $< $@ |
|
70 |
joinMaps += DwC-VegBIEN.specimens.no_empty.csv |
|
71 |
|
|
72 |
DwC.self.specimens.csv: DwC.ci-VegBIEN.specimens.csv |
|
64 | 73 |
$(selfMap) <$<|$(bin)/sort_map >$@ |
65 | 74 |
joinMaps += DwC.self.specimens.csv |
66 | 75 |
|
67 |
DwC-VegBIEN.specimens.no_empty.csv: DwC-VegBIEN.specimens.csv |
|
68 |
$(removeEmpty) <$< >$@ |
|
69 |
joinMaps += DwC-VegBIEN.specimens.no_empty.csv |
|
70 |
|
|
71 | 76 |
join_maps: $(joinMaps) ; |
72 | 77 |
|
73 | 78 |
all += $(joinMaps) |
Also available in: Unified diff
mappings/Makefile: Generate DwC-VegBIEN.specimens.csv from new intermediate DwC.ci-VegBIEN.specimens.csv using $(removeEmpty) so that "No join mapping" errors will be reported when maps are joined to it. Deprecate DwC-VegBIEN.specimens.no_empty.csv because it's now identical to DwC-VegBIEN.specimens.csv.