Annotation of nono/cli/Makefile, revision 1.1.1.8

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: CXXSRCS=       \
                     16:        cli_app.cpp     \
1.1.1.5   root       17:        cuimessage.cpp  \
1.1       root       18: 
                     19: OBJS=  ${CXXSRCS:.cpp=.o}
                     20: 
                     21: nono-cli:      ${MYLIBS} ${OBJS}
1.1.1.6   root       22:        ${CXX} -pthread ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} \
1.1.1.8 ! root       23:                ${LIBS} ${LIBS_SLIRP} ${LIBS_SOUND}
1.1.1.3   root       24: 
1.1.1.4   root       25: install:       nono-cli
                     26:        ${INSTALL} -d ${DESTDIR}${BINDIR}
1.1.1.7   root       27:        ${INSTALL_PROGRAM} 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.