File:  [Isaki's NoNo m68k/m88k emulator] / nono / host / Makefile.in
Revision 1.1.1.10 (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: v022, HEAD
nono 1.2.0

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

#
# Host
#

.include "../Makefile.inc"

TARGETS=	libnnhost.a

HOSTNET_AFPACKET=@HOSTNET_AFPACKET@
HOSTNET_TAP=@HOSTNET_TAP@
HOSTNET_BPF=@HOSTNET_BPF@
HOSTNET_SLIRP=@HOSTNET_SLIRP@

CXXSRCS=	\
	comdriver.cpp	\
	comdriver_cons.cpp	\
	comdriver_none.cpp	\
	comdriver_stdio.cpp	\
	comdriver_tcp.cpp	\
	diskimage.cpp	\
	diskimage_raw.cpp	\
	driver.cpp	\
	hostcom.cpp	\
	hostdevice.cpp	\
	hostnet.cpp	\
	hostwindrv.cpp	\
	netdriver.cpp	\
	netdriver_none.cpp	\
	signalthread.cpp	\

.if "${HOSTNET_AFPACKET}" == "yes"
CXXSRCS+=	netdriver_afpacket.cpp
.endif
.if "${HOSTNET_TAP}" == "yes"
CXXSRCS+=	netdriver_tap.cpp
.endif
.if "${HOSTNET_BPF}" == "yes"
CXXSRCS+=	netdriver_bpf.cpp
.endif
.if "${HOSTNET_SLIRP}" == "yes"
CXXSRCS+=	netdriver_slirp.cpp
.endif

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

CLEANDIRFILES=	Makefile

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

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