Annotation of nono/hd64180/Makefile, revision 1.1.1.4

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2022 nono project
                      4: # Licensed under nono-license.txt
                      5: #
                      6: 
                      7: #
                      8: # HD64*180 コア
                      9: #
                     10: 
                     11: .include "../Makefile.inc"
                     12: 
                     13: TARGETS=       libnnhd64180.a
1.1.1.2   root       14: .if !defined(RELEASE)
1.1       root       15: TARGETS+=      testdis
                     16: .endif
                     17: 
1.1.1.3   root       18: CXXSRCS=       \
1.1       root       19:        hd64180acc.cpp  \
                     20:        hd64180core.cpp \
                     21:        hd64180disasm.cpp       \
1.1.1.4 ! root       22:        hd647180asci.cpp        \
1.1       root       23:        hd647180dev.cpp \
                     24:        hd647180io.cpp  \
                     25: 
                     26: CXXSRCS_test=  \
                     27:        testdis.cpp     \
                     28: 
1.1.1.3   root       29: CXXSRCS_all=   ${CXXSRCS} ${CXXSRCS_test}
1.1       root       30: 
1.1.1.3   root       31: OBJS=  ${CXXSRCS:.cpp=.o}
1.1       root       32: 
1.1.1.3   root       33: libnnhd64180.a:        ${OBJS}
1.1       root       34:        rm -f $@
                     35:        ${AR} r $@ $>
                     36:        ${RANLIB} $@
                     37: 
                     38: testdis:       testdis.o hd64180disasm.o ../lib/mystring.o
                     39:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     40: 
                     41: .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.