|
|
1.1 ! root 1: # /usr/src/libm/Makefile 2/12/92 ! 2: # For the moment, this just makes the main directory. ! 3: # It should have separate targets for different machines and representations, ! 4: # notably i8087. ! 5: ! 6: DESTDIR=/interim/lib/ ! 7: DESTDIR386=/bin386/lib/ ! 8: ! 9: OBJ=\ ! 10: acos.o\ ! 11: asin.o\ ! 12: atan.o\ ! 13: atan2.o\ ! 14: cabs.o\ ! 15: ceil.o\ ! 16: cos.o\ ! 17: cosh.o\ ! 18: exp.o\ ! 19: fabs.o\ ! 20: floor.o\ ! 21: hypot.o\ ! 22: j0.o\ ! 23: j1.o\ ! 24: jn.o\ ! 25: log.o\ ! 26: log10.o\ ! 27: pol.o\ ! 28: pow.o\ ! 29: sin.o\ ! 30: sinh.o\ ! 31: sqrt.o\ ! 32: tan.o\ ! 33: tanh.o\ ! 34: two.o ! 35: ! 36: # Primary target. ! 37: libm.a: $(OBJ) ! 38: $(AR) rckus $(DESTDIR)$@ $? ! 39: ! 40: libm386.a: $(OBJ) ! 41: $(AR) rcs $(DESTDIR386)$@ $? ! 42: ! 43: # Secondary targets. ! 44: acos.o: acos.c ! 45: asin.o: asin.c ! 46: atan.o: atan.c ! 47: atan2.o: atan2.c ! 48: cabs.o: cabs.c ! 49: ceil.o: ceil.c ! 50: cos.o: cos.c ! 51: cosh.o: cosh.c ! 52: exp.o: exp.c ! 53: fabs.o: fabs.c ! 54: floor.o: floor.c ! 55: hypot.o: hypot.c ! 56: j0.o: j0.c ! 57: j1.o: j1.c ! 58: jn.o: jn.c ! 59: log.o: log.c ! 60: log10.o: log10.c ! 61: pol.o: pol.c ! 62: pow.o: pow.c ! 63: sin.o: sin.c ! 64: sinh.o: sinh.c ! 65: sqrt.o: sqrt.c ! 66: tan.o: tan.c ! 67: tanh.o: tanh.c ! 68: two.o: two.c ! 69: ! 70: clean: ! 71: rm $(OBJ) ! 72: ! 73: # end of /usr/src/libm/Makefile 2/12/91
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.