Annotation of nono/fpe/Makefile, revision 1.1.1.2

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+=    -DLOCAL
                     11: CPPFLAGS+=     -Wno-pointer-sign
                     12: 
                     13: CSRCS= \
                     14:        fpu_add.c       \
                     15:        fpu_bcd.c       \
                     16:        fpu_cordic.c    \
                     17:        fpu_div.c       \
                     18:        fpu_emulate.c   \
                     19:        fpu_exp.c       \
                     20:        fpu_explode.c   \
                     21:        fpu_fmovecr.c   \
                     22:        fpu_fscale.c    \
                     23:        fpu_getexp.c    \
                     24:        fpu_hyperb.c    \
                     25:        fpu_implode.c   \
                     26:        fpu_int.c       \
                     27:        fpu_log.c       \
                     28:        fpu_mul.c       \
                     29:        fpu_rem.c       \
                     30:        fpu_sqrt.c      \
                     31:        fpu_subr.c      \
                     32:        fpu_trig.c      \
                     33: 
                     34: OBJS=  ${CSRCS:.c=.o}
                     35: 
                     36: .include "../Makefile.inc"
                     37: 
                     38: libnnfpe.a:    ${OBJS}
                     39:        rm -f $@
                     40:        ${AR} r $@ $>
                     41:        ${RANLIB} $@

unix.superglobalmegacorp.com

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