|
|
1.1 root 1: CC=lcc
2: CFLAGS=-O -A -A
3: LIBMAP=../libmap.a
4:
5: $LIBMAP: \
6: $LIBMAP(aitoff.o) \
7: $LIBMAP(albers.o) \
8: $LIBMAP(azequalarea.o) \
9: $LIBMAP(azequidist.o) \
10: $LIBMAP(bicentric.o) \
11: $LIBMAP(bonne.o) \
12: $LIBMAP(ccubrt.o) \
13: $LIBMAP(complex.o) \
14: $LIBMAP(conic.o) \
15: $LIBMAP(cubrt.o) \
16: $LIBMAP(cuts.o) \
17: $LIBMAP(cylequalarea.o) \
18: $LIBMAP(cylindrical.o) \
19: $LIBMAP(elco2.o) \
20: $LIBMAP(elliptic.o) \
21: $LIBMAP(fisheye.o) \
22: $LIBMAP(gall.o) \
23: $LIBMAP(guyou.o) \
24: $LIBMAP(harrison.o) \
25: $LIBMAP(hex.o) \
26: $LIBMAP(homing.o) \
27: $LIBMAP(lagrange.o) \
28: $LIBMAP(lambert.o) \
29: $LIBMAP(laue.o) \
30: $LIBMAP(mercator.o) \
31: $LIBMAP(mollweide.o) \
32: $LIBMAP(newyorker.o) \
33: $LIBMAP(orthographic.o) \
34: $LIBMAP(perspective.o) \
35: $LIBMAP(polyconic.o) \
36: $LIBMAP(rectangular.o) \
37: $LIBMAP(simpleconic.o) \
38: $LIBMAP(sinusoidal.o) \
39: $LIBMAP(tan.o) \
40: $LIBMAP(tetra.o) \
41: $LIBMAP(trapezoidal.o) \
42: $LIBMAP(twocirc.o) \
43: $LIBMAP(zcoord.o)
44: names=`membername $newprereq`
45: ar r $LIBMAP $names && rm $names
46: ld -u tan -lm >/dev/null && ar d $LIBMAP tan.o # tan from libm if there
47: rm -f a.out
48: ranlib $LIBMAP
49:
50: $LIBMAP(%.o): ../map.h %.o
51: :
52:
53: %.o: %.c
54: $CC -c $CFLAGS -I.. $stem.c
55:
56: clean:
57: rm -f *.o map.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.