Annotation of nono/lib/Makefile.in, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2018 [email protected]
                      4: #
                      5: # ライブラリというか CLI/wxw 共通で他に属さないようなものとか。
                      6: #
                      7: 
1.1.1.2 ! root        8: TARGETS=       libnnlib.a
1.1       root        9: 
                     10: CPPFLAGS+=     -I. -I.. -I../fpe -I../m680x0 -I../vm -I../debugger
                     11: 
                     12: CXXSRCS_lib=   \
                     13:        configfile.cpp  \
                     14:        object.cpp      \
                     15:        logger.cpp      \
                     16:        mainapp.cpp     \
                     17:        mystring.cpp    \
                     18:        textscreen.cpp  \
                     19: 
                     20: CXXSRCS_test=  \
                     21:        testatomic.cpp  \
                     22: 
                     23: CXXSRCS=       ${CXXSRCS_lib} ${CXXSRCS_test}
                     24: 
                     25: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
                     26: 
                     27: CLEANDIRFILES= Makefile
                     28: 
                     29: .include "../Makefile.inc"
                     30: 
                     31: libnnlib.a:    ${OBJS_lib}
                     32:        rm -f $@
                     33:        ${AR} r $@ $>
                     34:        ${RANLIB} $@
                     35: 
                     36: testatomic:    testatomic.o
                     37:        ${CXX} ${LDFLAGS} -pthread -o $@ $> ${LIBS}

unix.superglobalmegacorp.com

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