Revision 274
Added by Aaron Marcuse-Kubitza about 13 years ago
input.Makefile | ||
---|---|---|
4 | 4 |
vegbienMaps := $(subst .VegX.,.VegBIEN.,$(vegxMaps)) |
5 | 5 |
|
6 | 6 |
root := ../.. |
7 |
util := $(root)/util
|
|
7 |
bin := $(root)/bin
|
|
8 | 8 |
mappings := $(root)/mappings |
9 | 9 |
map := $(root)/map |
10 | 10 |
map2vegbien := env out_database=vegbien $(map) |
... | ... | |
30 | 30 |
##### |
31 | 31 |
|
32 | 32 |
map.VegBIEN.%.csv: map.VegX.%.csv |
33 |
$(util)/join_sort <$< $(mappings)/VegX-VegBIEN.$(*F).csv >$@
|
|
33 |
$(bin)/join_sort <$< $(mappings)/VegX-VegBIEN.$(*F).csv >$@
|
|
34 | 34 |
.PRECIOUS: map.VegBIEN.%.csv |
35 | 35 |
|
36 | 36 |
##### |
Also available in: Unified diff
Renamed util to bin