Annotation of nono/vm/Makefile, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2018 [email protected]
                      4: #
                      5: # VM
                      6: #
                      7: 
                      8: TARGETS=       libnnvm.a
                      9: 
                     10: CPPFLAGS+=     -I. -I.. -I../fpe -I../lib -I../m680x0 -I../debugger -I../host
                     11: CXXFLAGS+=     -mtune=native
                     12: 
                     13: CXXSRCS=       \
                     14:        areaset.cpp \
                     15:        bitmap.cpp \
                     16:        bt454.cpp \
                     17:        bus.cpp \
                     18:        cgrom.cpp \
                     19:        crtc.cpp \
                     20:        crtc2.cpp \
                     21:        device.cpp \
                     22:        dmac.cpp \
                     23:        ethernet.cpp \
                     24:        event.cpp \
                     25:        fdc.cpp \
                     26:        gvram.cpp \
                     27:        human68k.cpp \
                     28:        keyboard.cpp \
                     29:        lance.cpp \
                     30:        lcd.cpp \
                     31:        lunakbd.cpp \
                     32:        lunarom.cpp \
                     33:        mfp.cpp \
                     34:        mk48t02.cpp \
                     35:        mpu.cpp \
                     36:        iocon.cpp \
                     37:        pluto.cpp \
                     38:        ppi.cpp \
                     39:        printer.cpp \
                     40:        ram.cpp \
                     41:        renderer.cpp \
                     42:        rom.cpp \
                     43:        rp5c15.cpp \
                     44:        rtc.cpp \
                     45:        scc.cpp \
                     46:        scsi.cpp \
1.1.1.2 ! root       47:        scsibus.cpp \
        !            48:        scsidev.cpp \
1.1       root       49:        scheduler.cpp \
                     50:        sio.cpp \
                     51:        spc.cpp \
                     52:        sprite.cpp \
                     53:        sram.cpp \
                     54:        sysclk.cpp \
                     55:        sysport.cpp \
                     56:        tvram.cpp \
                     57:        upd7201.cpp \
                     58:        vicon.cpp \
                     59:        vm.cpp \
                     60:        x68kkbd.cpp \
                     61:        x68krom.cpp \
                     62:        xiospace.cpp \
                     63:        zram.cpp \
                     64: 
                     65: OBJS=  ${CXXSRCS:.cpp=.o}
                     66: 
                     67: CLEANFILES+=   gencgrom
                     68: 
                     69: .include "../Makefile.inc"
                     70: 
                     71: libnnvm.a:     ${OBJS}
                     72:        rm -f $@
                     73:        ${AR} r $@ $>
                     74:        ${RANLIB} $@

unix.superglobalmegacorp.com

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