File:  [Isaki's NoNo m68k/m88k emulator] / nono / lib / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:04:30 2026 UTC (2 months, 3 weeks ago) by root
Branches: MAIN, Isaki
CVS tags: v003, HEAD
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}

unix.superglobalmegacorp.com

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