Revision 283
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/input.Makefile | ||
---|---|---|
43 | 43 |
|
44 | 44 |
mapEnv := in_engine=$(dbEngine) in_database=$(db) |
45 | 45 |
|
46 |
all: _not_file $(vegbienMaps:%=from_db-%)
|
|
46 |
all: _not_file $(vegbienMaps:map.VegBIEN.%.csv=import-%)
|
|
47 | 47 |
|
48 |
from_db-%: % _not_file
|
|
48 |
import-%: map.VegBIEN.%.csv _not_file
|
|
49 | 49 |
env $(mapEnv) $(map2vegbien) $< |
50 | 50 |
|
51 | 51 |
## |
Also available in: Unified diff
input.Makefile: Renamed from_db-<map_file> target to import-<type> so it can be more easily run as a command-line target rather than just a prerequisite