Annotation of nono/util/adpcmconv/Makefile, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
1.1.1.2 ! root        3: # Copyright (C) 2025 Tetsuya Isaki
1.1       root        4: #
                      5: 
                      6: TOPDIR=                ../..
                      7: .include "${TOPDIR}/Makefile.inc"
                      8: 
                      9: CXXSRCS=       \
                     10:        adpcmconv.cpp
                     11: 
                     12: OBJS=          ${CXXSRCS:.cpp=.o}
                     13: 
                     14: adpcmconv:     ${OBJS}
                     15:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     16: 
                     17: .include "${TOPDIR}/Makefile.rule"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.