aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/map/libmap/mkfile
blob: e903124610a1f3aea59850a7be86b01243a845ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<$PLAN9/src/mkhdr

LIB=libmap.a
OFILES=aitoff.$O\
	albers.$O\
	azequalarea.$O\
	azequidist.$O\
	bicentric.$O\
	bonne.$O\
	ccubrt.$O\
	complex.$O\
	conic.$O\
	cubrt.$O\
	cylequalarea.$O\
	cylindrical.$O\
	elco2.$O\
	elliptic.$O\
	fisheye.$O\
	gall.$O\
	gilbert.$O\
	guyou.$O\
	harrison.$O\
	hex.$O\
	homing.$O\
	lagrange.$O\
	lambert.$O\
	laue.$O\
	lune.$O\
	mercator.$O\
	mollweide.$O\
	newyorker.$O\
	orthographic.$O\
	perspective.$O\
	polyconic.$O\
	rectangular.$O\
	simpleconic.$O\
	sinusoidal.$O\
	tetra.$O\
	trapezoidal.$O\
	twocirc.$O\
	zcoord.$O\

HFILES=../map.h\

<$PLAN9/src/mklib
CFLAGS=$CFLAGS -I..

nuke:V:
	mk clean
	rm -f libmap.a[$OS]