Annotation of nono/cli/Makefile, revision 1.1.1.5

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     \
1.1.1.5 ! root       19:        cuimessage.cpp  \
1.1       root       20: 
                     21: OBJS=  ${CXXSRCS:.cpp=.o}
                     22: 
                     23: nono-cli:      ${MYLIBS} ${OBJS}
1.1.1.2   root       24:        ${CXX} ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} ${LIBS}
1.1.1.3   root       25: 
1.1.1.4   root       26: install:       nono-cli
                     27:        ${INSTALL} -d ${DESTDIR}${BINDIR}
                     28:        ${INSTALL} -m 755 -o 0 -g 0 nono-cli ${DESTDIR}${BINDIR}
1.1.1.3   root       29: 
                     30: .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.