|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1988 Regents of the University of California. ! 3: # All rights reserved. ! 4: # ! 5: # Redistribution and use in source and binary forms are permitted ! 6: # provided that the above copyright notice and this paragraph are ! 7: # duplicated in all such forms and that any documentation, ! 8: # advertising materials, and other materials related to such ! 9: # distribution and use acknowledge that the software was developed ! 10: # by the University of California, Berkeley. The name of the ! 11: # University may not be used to endorse or promote products derived ! 12: # from this software without specific prior written permission. ! 13: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ! 14: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED ! 15: # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 16: # ! 17: # @(#)Makefile 5.8 (Berkeley) 7/9/88 ! 18: # ! 19: DEFS= -DLIBC_SCCS ! 20: FLAGS= -I.. ${DEFS} ! 21: CFLAGS= -O ${FLAGS} ! 22: SRCS= addd.s addf.s cmpd.s cmpf.s cvtdl.s cvtfl.s cvtld.s cvtlf.s cvtud.s \ ! 23: cvtuf.s divd.s divf.s fnorm.s fp_exp.s modf.s muld.s mulf.s negd.s \ ! 24: negf.s sfnorm.s sfp_exp.s subd.s subf.s ! 25: OBJS= addd.o addf.o cmpd.o cmpf.o cvtdl.o cvtfl.o cvtld.o cvtlf.o cvtud.o \ ! 26: cvtuf.o divd.o divf.o fnorm.o fp_exp.o modf.o muld.o mulf.o negd.o \ ! 27: negf.o sfnorm.o sfp_exp.o subd.o subf.o ! 28: TAGSFILE=tags ! 29: ! 30: .s.o: ! 31: @/lib/cpp -E ${FLAGS} -DPROF $*.s | ${AS} -o $*.o ! 32: @ld -X -o profiled/$*.o -r $*.o ! 33: /lib/cpp -E ${FLAGS} $*.s | ${AS} -o $*.o ! 34: @ld -x -r $*.o ! 35: @mv a.out $*.o ! 36: ! 37: all: ${OBJS} ! 38: ! 39: link: ${OBJS} ! 40: (cd ../../library; rm -f ${OBJS}) ! 41: (cd ../../profiled; rm -f ${OBJS}) ! 42: ln ${OBJS} ../../library ! 43: (cd profiled; ln ${OBJS} ../../../profiled) ! 44: ! 45: tags: ! 46: echo "no tags here" ! 47: ! 48: clean: ! 49: rm -f *.o profiled/* a.out core ${TAGSFILE} ! 50: ! 51: depend: ! 52: mkdep ${CFLAGS} ${SRCS} ! 53: ! 54: # DO NOT DELETE THIS LINE -- mkdep uses it. ! 55: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. ! 56: ! 57: addd.o: addd.s /usr/include/tahoemath/fp.h ../DEFS.h ! 58: addf.o: addf.s /usr/include/tahoemath//fp.h ../DEFS.h ! 59: cmpd.o: cmpd.s ../DEFS.h ! 60: cmpf.o: cmpf.s ../DEFS.h ! 61: cvtdl.o: cvtdl.s /usr/include/tahoemath/fp.h ../DEFS.h ! 62: cvtfl.o: cvtfl.s /usr/include/tahoemath/fp.h ../DEFS.h ! 63: cvtld.o: cvtld.s /usr/include/tahoemath/fp.h ../DEFS.h ! 64: cvtlf.o: cvtlf.s /usr/include/tahoemath/fp.h ../DEFS.h ! 65: cvtud.o: cvtud.s /usr/include/tahoemath/fp.h ../DEFS.h ! 66: cvtuf.o: cvtuf.s /usr/include/tahoemath/fp.h ../DEFS.h ! 67: divd.o: divd.s /usr/include/tahoemath/fp.h ../DEFS.h ! 68: divf.o: divf.s /usr/include/tahoemath/fp.h ../DEFS.h ! 69: fnorm.o: fnorm.s /usr/include/tahoemath/fp.h ../DEFS.h ! 70: fp_exp.o: fp_exp.s /usr/include/tahoemath/fp.h ../DEFS.h ! 71: modf.o: modf.s /usr/include/tahoemath/fp.h ../DEFS.h ! 72: muld.o: muld.s /usr/include/tahoemath/fp.h ../DEFS.h ! 73: mulf.o: mulf.s /usr/include/tahoemath/fp.h ../DEFS.h ! 74: negd.o: negd.s /usr/include/tahoemath/fp.h ../DEFS.h ! 75: negf.o: negf.s /usr/include/tahoemath/fp.h ../DEFS.h ! 76: sfnorm.o: sfnorm.s /usr/include/tahoemath/fp.h ../DEFS.h ! 77: sfp_exp.o: sfp_exp.s /usr/include/tahoemath/fp.h ../DEFS.h ! 78: subd.o: subd.s /usr/include/tahoemath/fp.h ../DEFS.h ! 79: subf.o: subf.s /usr/include/tahoemath/fp.h ../DEFS.h ! 80: ! 81: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.