Annotation of nono/util/autoserial/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # nono
        !             3: # Copyright (C) 2021 [email protected]
        !             4: #
        !             5: 
        !             6: TOPDIR=                ../..
        !             7: .include "${TOPDIR}/Makefile.inc"
        !             8: 
        !             9: TARGETS=       autoserial
        !            10: 
        !            11: CXXSRCS=       \
        !            12:                autoserial.cpp  \
        !            13: 
        !            14: OBJS=          ${CXXSRCS:.cpp=.o}
        !            15: 
        !            16: autoserial:    ${OBJS}
        !            17:        ${CXX} ${LDFLAGS} -o $@ $> ${TOPDIR}/lib/libnnlib.a ${LIBS}
        !            18: 
        !            19: gen-rtc-mk48: gen-rtc-mk48.cpp
        !            20:        ${CXX} ${LDFLAGS} -o $@ $> ${TOPDIR}/lib/libnnlib.a ${LIBS}
        !            21: 
        !            22: rtc-mk48.txt: gen-rtc-mk48
        !            23:        ./gen-rtc-mk48 > rtc-mk48.txt
        !            24: 
        !            25: .phony: gen
        !            26: gen: rtc-mk48.txt
        !            27: 
        !            28: 
        !            29: .include "${TOPDIR}/Makefile.rule"
        !            30: 

unix.superglobalmegacorp.com

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