|
|
1.1 ! root 1: # ! 2: # nono ! 3: # Copyright (C) 2018 [email protected] ! 4: # ! 5: # m68k FPE ! 6: # ! 7: ! 8: TARGETS= libnnfpe.a ! 9: ! 10: CPPFLAGS+= -I../m680x0 ! 11: #CPPFLAGS+= -DLOCAL ! 12: CPPFLAGS+= -Wno-pointer-sign ! 13: ! 14: CSRCS= \ ! 15: fpu_add.c \ ! 16: fpu_bcd.c \ ! 17: fpu_cordic.c \ ! 18: fpu_div.c \ ! 19: fpu_emulate.c \ ! 20: fpu_exp.c \ ! 21: fpu_explode.c \ ! 22: fpu_fmovecr.c \ ! 23: fpu_fscale.c \ ! 24: fpu_getexp.c \ ! 25: fpu_hyperb.c \ ! 26: fpu_implode.c \ ! 27: fpu_int.c \ ! 28: fpu_log.c \ ! 29: fpu_mul.c \ ! 30: fpu_rem.c \ ! 31: fpu_sqrt.c \ ! 32: fpu_subr.c \ ! 33: fpu_trig.c \ ! 34: ! 35: OBJS= ${CSRCS:.c=.o} ! 36: ! 37: .include "../Makefile.inc" ! 38: ! 39: libnnfpe.a: ${OBJS} ! 40: rm -f $@ ! 41: ${AR} r $@ $> ! 42: ${RANLIB} $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.