Revision 5035
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
126 | 126 |
tables := $(allTables) |
127 | 127 |
endif |
128 | 128 |
|
129 |
viaMap := %/map.csv |
|
130 |
directMap := %/VegBIEN.csv |
|
131 |
anyMap := $(viaMap) $(directMap) %/unmapped_terms.csv\ |
|
132 |
%/new_terms.csv |
|
129 |
anyMap := %/map.csv %/VegBIEN.csv %/unmapped_terms.csv %/new_terms.csv |
|
133 | 130 |
|
134 | 131 |
extsFilter := $(addprefix %.,$(exts)) |
135 | 132 |
dataOnly = $(filter $(extsFilter),$(1)) |
Also available in: Unified diff
input.Makefile: Existing maps discovery: $(anyMap): Inlined patterns used because they are only used here