Revision 4841
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
5 | 5 |
|
6 | 6 |
# Paths |
7 | 7 |
bin := ../bin |
8 |
inputCoreMaps := Veg+.terms.csv Veg+-VegCore.csv VegCore-VegBIEN.csv \
|
|
9 |
VegX-VegCore.csv |
|
8 |
inputCoreMaps := VegCore.csv Veg+-VegCore.csv Veg+.unmapped_terms.csv \
|
|
9 |
VegCore-VegBIEN.csv VegX-VegCore.csv
|
|
10 | 10 |
|
11 | 11 |
##### General targets |
12 | 12 |
|
... | ... | |
21 | 21 |
|
22 | 22 |
ifneq ($(filter .%.last_cleanup,$(MAKECMDGOALS)),) |
23 | 23 |
|
24 |
.Veg+.terms.csv.last_cleanup: .%.last_cleanup: % |
|
24 |
.VegCore.csv.last_cleanup .Veg+.unmapped_terms.csv.last_cleanup: \ |
|
25 |
.%.last_cleanup: % |
|
25 | 26 |
$(bin)/in_place $< $(bin)/sort_map |
26 | 27 |
touch $@ |
27 | 28 |
|
Also available in: Unified diff
mappings/: Split Veg+.terms.csv into VegCore.csv and Veg+.unmapped_terms.csv