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

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: CXXSRCS_lib=   \
1.1.1.3 ! root       11:        config.cpp      \
1.1       root       12:        object.cpp      \
                     13:        logger.cpp      \
                     14:        mainapp.cpp     \
                     15:        mystring.cpp    \
                     16:        textscreen.cpp  \
                     17: 
                     18: CXXSRCS_test=  \
                     19:        testatomic.cpp  \
                     20: 
                     21: CXXSRCS=       ${CXXSRCS_lib} ${CXXSRCS_test}
                     22: 
                     23: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
                     24: 
                     25: CLEANDIRFILES= Makefile
                     26: 
                     27: .include "../Makefile.inc"
                     28: 
                     29: libnnlib.a:    ${OBJS_lib}
                     30:        rm -f $@
                     31:        ${AR} r $@ $>
                     32:        ${RANLIB} $@
                     33: 
                     34: testatomic:    testatomic.o
                     35:        ${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.