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

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: 
        !            14: optestm88k:    optestm88k_main.o optestm88k_table.o optestm88k_code.o optestm88k_add.o optestm88k_bitfield.o optestm88k_lda.o optestm88k_logical.o optestm88k_muldiv.o optestm88k_sub.o
        !            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
        !            22: optestm88k_logical.o:  optestm88k_logical.s
        !            23: optestm88k_muldiv.o:   optestm88k_muldiv.s
        !            24: optestm88k_sub.o:      optestm88k_sub.s
        !            25: 
        !            26: # lda 命令1回ごとに Use of obsolete instruction のワーニングが出てしまうので
        !            27: # ワーニングをとめる。全部とめるかどうかしかないようだ
        !            28: optestm88k_lda.o:      optestm88k_lda.s
        !            29:        ${CC} -Wa,-W -c $>
        !            30: 
        !            31: .PHONY:        clean
        !            32: clean:
        !            33:        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.