Annotation of nono/cli/Makefile, revision 1.1.1.4

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: 
1.1.1.4 ! root       25: install:       nono-cli
        !            26:        ${INSTALL} -d ${DESTDIR}${BINDIR}
        !            27:        ${INSTALL} -m 755 -o 0 -g 0 nono-cli ${DESTDIR}${BINDIR}
1.1.1.3   root       28: 
                     29: .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.