Skip to content

Commit

Permalink
version 2.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Brownrigg authored and cran-robot committed Nov 6, 2003
1 parent b180734 commit c4a847d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: mapdata
Version: 2.0-6
Date: 2003-10-29
Version: 2.0-7
Date: 2003-11-06
Title: Extra Map Databases
Author: Original S code by Richard A. Becker and Allan R. Wilks.
R version by Ray Brownrigg <ray@mcs.vuw.ac.nz>
Expand Down
21 changes: 8 additions & 13 deletions src/Makefile
Expand Up @@ -8,9 +8,15 @@ ECHO = echo

GDATA = china.G nzHires.G rivers.G worldHires.G world2Hires.G
LDATA = china.L nzHires.L rivers.L worldHires.L world2Hires.L
NDATA = china.N nzHires.N rivers.N worldHires.N world2Hires.N

all: Gmake Lmake $(LDATA) $(GDATA) $(NDATA)
all: Gmake Lmake $(LDATA) $(GDATA)

.line.L:
./Lmake 0 s b ${*}.line ${*}.linestats ../inst/mapdata/${*}.L

.gon.G:
./Gmake b ${*}.gon ${*}.gonstats ../inst/mapdata/${*}.G ../inst/mapdata/${*}.L
$(CP) ${*}.n ../inst/mapdata/${*}.N # needed here for Mac

world2Hires.line: worldHires.line
@$(ECHO) "Converting world to world2"
Expand All @@ -20,18 +26,7 @@ world2Hires.line: worldHires.line
world2Hires.gon: worldHires.gon
$(CP) worldHires.gon world2Hires.gon
$(CP) worldHires.gonstats world2Hires.gonstats

world2Hires.n: worldHires.n
$(CP) worldHires.n world2Hires.n

.line.L:
./Lmake 0 s b ${*}.line ${*}.linestats ../inst/mapdata/${*}.L

.gon.G:
./Gmake b ${*}.gon ${*}.gonstats ../inst/mapdata/${*}.G ../inst/mapdata/${*}.L

.n.N:
$(CP) ${*}.n ../inst/mapdata/${*}.N

clean:
$(RM) -f Gmake Lmake ../inst/mapdata/* world2Hires.*

0 comments on commit c4a847d

Please sign in to comment.