Revision 197
Added by Aaron Marcuse-Kubitza about 13 years ago
mappings/Makefile | ||
---|---|---|
1 | 1 |
all: FORCE VegX-VegBIEN.organisms.csv |
2 |
$(MAKE) $(subst .organisms.,.plots.,$(shell echo VegX-*.organisms.csv))
|
|
2 |
$(MAKE) plots
|
|
3 | 3 |
./join_all_vegbank |
4 | 4 |
./format_all_for_review |
5 | 5 |
|
... | ... | |
16 | 16 |
VegBank-VegBIEN.organisms.csv |
17 | 17 |
../scripts/util/join_passthru $+|../scripts/util/sort 1 0 >$@ |
18 | 18 |
|
19 |
plots: $(subst .organisms.,.plots.,$(wildcard VegX-*.organisms.csv)) |
|
20 |
|
|
19 | 21 |
chRoot = ../scripts/util/ch_root <$< >$@ |
20 | 22 |
|
21 | 23 |
chRoot2PlotsLeftVegx =\ |
Also available in: Unified diff
mappings/Makefile: Simplified