File:  [Isaki's NoNo m68k/m88k emulator] / nono / m88xx0 / Makefile
Revision 1.1.1.9 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:39 2026 UTC (3 months ago) by root
Branches: MAIN, Isaki
CVS tags: v027, v026, v025, v024, v023, HEAD
nono 1.3.0

#
# nono
# Copyright (C) 2020 nono project
# Licensed under nono-license.txt
#

#
# m88xx0 コア
#

.include "../Makefile.inc"

TARGETS=	libnnm88xx0.a
.if !defined(RELEASE)
TARGETS+=	testdis
.endif

CXXSRCS=	\
	m88100core.cpp	\
	m88100disasm.cpp	\
	m88200.cpp	\

CXXSRCS_test=	\
	testdis.cpp	\

CXXSRCS_all=	${CXXSRCS} ${CXXSRCS_test}

OBJS=	${CXXSRCS:.cpp=.o}

libnnm88xx0.a:	${OBJS}
	rm -f $@
	${AR} r $@ $>
	${RANLIB} $@

testdis:	testdis.o m88100disasm.o ../lib/mystring.o
	${CXX} ${LDFLAGS} -o $@ $> ${LIBS}

.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.