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