|
|
nono 0.0.3
#
# nono
# Copyright (C) 2018 [email protected]
#
# ライブラリというか CLI/wxw 共通で他に属さないようなものとか。
#
TARGETS= libnnlib.a
CXXSRCS_lib= \
config.cpp \
object.cpp \
logger.cpp \
mainapp.cpp \
mystring.cpp \
textscreen.cpp \
CXXSRCS_test= \
testatomic.cpp \
CXXSRCS= ${CXXSRCS_lib} ${CXXSRCS_test}
OBJS_lib= ${CXXSRCS_lib:.cpp=.o}
CLEANDIRFILES= Makefile
.include "../Makefile.inc"
libnnlib.a: ${OBJS_lib}
rm -f $@
${AR} r $@ $>
${RANLIB} $@
testatomic: testatomic.o
${CXX} ${LDFLAGS} -pthread -o $@ $> ${LIBS}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.