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

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

#
# HD64*180 コア
#

.include "../Makefile.inc"

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

CXXSRCS=	\
	hd64180acc.cpp	\
	hd64180core.cpp	\
	hd64180disasm.cpp	\
	hd647180asci.cpp	\
	hd647180dev.cpp	\
	hd647180io.cpp	\

CXXSRCS_test=	\
	testdis.cpp	\

CXXSRCS_all=	${CXXSRCS} ${CXXSRCS_test}

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

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

testdis:	testdis.o hd64180disasm.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.