Revision 9874
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
339 | 339 |
endif |
340 | 340 |
|
341 | 341 |
%/VegBIEN.csv: %/map.csv $(coreMap) |
342 |
<$< $(bin)/cat_cols 1 2|$(bin)/join $(coreMap)|$(bin)/sort_map >$@ |
|
342 |
<$< $(bin)/cat_cols 1 2$(if $(wildcard $*/run),|$(bin)/cols 1 1 3\ |
|
343 |
)|$(bin)/join $(coreMap)|$(bin)/sort_map >$@ |
|
343 | 344 |
maps += $(autogenMaps) |
344 | 345 |
|
345 | 346 |
maps: $(maps) _always ; |
Also available in: Unified diff
inputs/input.Makefile: %/VegBIEN.csv: when a runscript is available, instead map the output columns of map.csv to VegBIEN, because the columns have been renamed in the staging table