Annotation of nono/fpe/Makefile, revision 1.1.1.4

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       \
1.1.1.4 ! root       21:        fpu_cmp.c       \
1.1       root       22:        fpu_cordic.c    \
                     23:        fpu_div.c       \
                     24:        fpu_emulate.c   \
                     25:        fpu_exp.c       \
                     26:        fpu_explode.c   \
                     27:        fpu_fmovecr.c   \
                     28:        fpu_fscale.c    \
                     29:        fpu_getexp.c    \
                     30:        fpu_hyperb.c    \
                     31:        fpu_implode.c   \
                     32:        fpu_int.c       \
                     33:        fpu_log.c       \
                     34:        fpu_mul.c       \
                     35:        fpu_rem.c       \
                     36:        fpu_sqrt.c      \
                     37:        fpu_subr.c      \
                     38:        fpu_trig.c      \
                     39: 
                     40: OBJS=  ${CSRCS:.c=.o}
                     41: 
                     42: libnnfpe.a:    ${OBJS}
                     43:        rm -f $@
                     44:        ${AR} r $@ $>
                     45:        ${RANLIB} $@
1.1.1.3   root       46: 
                     47: .include "../Makefile.rule"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.