changeset 50:cbc291055e15

.raw -> .map
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Dec 2006 02:52:49 +0000
parents b143ca477ae8
children 6c51042147c1
files maps/Makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/maps/Makefile	Wed Dec 13 02:52:30 2006 +0000
+++ b/maps/Makefile	Wed Dec 13 02:52:49 2006 +0000
@@ -25,7 +25,7 @@
 #
 all: $(TARGETS)
 
-laenor.tmp: laenor.raw laenor.loc
+laenor.tmp: laenor.map laenor.loc
 	$(MKLOC_BIN) -v -o $@ -m $< -l laenor.loc
 
 laenor.ansi: laenor.tmp $(COLORANSI_BIN)
@@ -36,7 +36,7 @@
 	$(COLORMAP_BIN) "$(LAENOR_DESC)" < $< > $@
 
 
-roth.tmp: roth.raw roth.loc
+roth.tmp: roth.map roth.loc
 	$(MKLOC_BIN) -v -o $@ -m $< -l roth.loc
 
 roth.ansi: roth.tmp $(COLORANSI_BIN)
@@ -47,7 +47,7 @@
 	$(COLORMAP_BIN) "$(ROTH_DESC)" < $< > $@
 
 
-lucentium.tmp: lucentium.raw lucentium.loc
+lucentium.tmp: lucentium.map lucentium.loc
 	$(MKLOC_BIN) -v -o $@ -m $< -l lucentium.loc
 
 lucentium.ansi: lucentium.tmp $(COLORANSI_BIN)
@@ -58,7 +58,7 @@
 	$(COLORMAP_BIN) "$(LUCENTIUM_DESC)" < $< > $@
 
 
-furnachia.tmp: furnachia.raw furnachia.loc
+furnachia.tmp: furnachia.map furnachia.loc
 	$(MKLOC_BIN) -v -o $@ -m $< -l furnachia.loc
 
 furnachia.ansi: furnachia.tmp $(COLORANSI_BIN)