Revision 440
Added by Aaron Marcuse-Kubitza about 13 years ago
inputs/input.Makefile | ||
---|---|---|
11 | 11 |
|
12 | 12 |
tablesSort := plots organisms stems |
13 | 13 |
vegxMaps := $(wildcard $(tablesSort:%=map.VegX.%.csv)) |
14 |
vegxMaps += $(filter-out $(vegxMaps),$(wildcard map.VegX.*.csv)) |
|
14 | 15 |
tables := $(vegxMaps:map.VegX.%.csv=%) |
15 | 16 |
vegbienMaps := $(subst .VegX.,.VegBIEN.,$(vegxMaps)) |
16 | 17 |
|
Also available in: Unified diff
input.Makefile: Include VegX maps not in tablesSort