Annotation of nono/vm/Makefile, revision 1.1.1.1

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 \
                     47:        scsitarget.cpp \
                     48:        scheduler.cpp \
                     49:        sio.cpp \
                     50:        spc.cpp \
                     51:        sprite.cpp \
                     52:        sram.cpp \
                     53:        sysclk.cpp \
                     54:        sysport.cpp \
                     55:        tvram.cpp \
                     56:        upd7201.cpp \
                     57:        vicon.cpp \
                     58:        vm.cpp \
                     59:        x68kkbd.cpp \
                     60:        x68krom.cpp \
                     61:        xiospace.cpp \
                     62:        zram.cpp \
                     63: 
                     64: OBJS=  ${CXXSRCS:.cpp=.o}
                     65: 
                     66: CLEANFILES+=   gencgrom
                     67: 
                     68: .include "../Makefile.inc"
                     69: 
                     70: libnnvm.a:     ${OBJS}
                     71:        rm -f $@
                     72:        ${AR} r $@ $>
                     73:        ${RANLIB} $@

unix.superglobalmegacorp.com

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