Annotation of nono/exp/optestm88k/Makefile, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2021 nono project
                      4: # Licensed under nono-license.txt
                      5: #
                      6: 
                      7: # For m88k
                      8: 
                      9: CC=    cc -g
                     10: CFLAGS=        -pipe
                     11: 
                     12: all:   optestm88k
                     13: 
1.1.1.2 ! root       14: optestm88k:    optestm88k_main.o optestm88k_table.o optestm88k_code.o optestm88k_add.o optestm88k_bitfield.o optestm88k_flt.o optestm88k_lda.o optestm88k_logical.o optestm88k_muldiv.o optestm88k_sub.o
1.1       root       15:        ${CC} -o $@ $>
                     16: 
                     17: optestm88k_main.o:     optestm88k_main.c optestm88k_main.h
                     18: optestm88k_table.o:    optestm88k_table.c optestm88k_main.h optestm88k_table.h
                     19: optestm88k_code.o:     optestm88k_code.s
                     20: optestm88k_add.o:      optestm88k_add.s
                     21: optestm88k_bitfield.o: optestm88k_bitfield.s
1.1.1.2 ! root       22: optestm88k_flt.o:      optestm88k_flt.s
1.1       root       23: optestm88k_logical.o:  optestm88k_logical.s
                     24: optestm88k_muldiv.o:   optestm88k_muldiv.s
                     25: optestm88k_sub.o:      optestm88k_sub.s
                     26: 
                     27: # lda 命令1回ごとに Use of obsolete instruction のワーニングが出てしまうので
                     28: # ワーニングをとめる。全部とめるかどうかしかないようだ
                     29: optestm88k_lda.o:      optestm88k_lda.s
                     30:        ${CC} -Wa,-W -c $>
                     31: 
                     32: .PHONY:        clean
                     33: clean:
                     34:        rm -f optestm88k *.o *.core

unix.superglobalmegacorp.com

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