Annotation of nono/cli/Makefile, revision 1.1.1.3

1.1       root        1: #
                      2: # nono
1.1.1.3 ! root        3: # Copyright (C) 2020 nono project
        !             4: # Licensed under nono-license.txt
        !             5: #
        !             6: 
1.1       root        7: #
                      8: # CLI executable
                      9: #
                     10: 
1.1.1.3 ! root       11: .include "../Makefile.inc"
        !            12: 
1.1       root       13: TARGETS=       nono-cli
                     14: 
                     15: LDFLAGS+=      -pthread
                     16: 
                     17: CXXSRCS=       \
                     18:        cli_app.cpp     \
                     19: 
                     20: OBJS=  ${CXXSRCS:.cpp=.o}
                     21: 
                     22: nono-cli:      ${MYLIBS} ${OBJS}
1.1.1.2   root       23:        ${CXX} ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} ${LIBS}
1.1.1.3 ! root       24: 
        !            25: install:       nono-cli ${BINDIR}
        !            26:        ${INSTALL} -m 755 -o 0 -g 0 nono-cli ${BINDIR}
        !            27: 
        !            28: .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.