1
0
Files
2022-09-29 17:59:04 +03:00

22 lines
346 B
Makefile

#!smake
#
# Makefile for lib/vines, the home of Banyan Vines protocol modules.
#
LIBDEPTH=..
include ${LIBDEPTH}/Makedefs
NCINCS=${LIBNET_INCS}
NCOPTS= -OPT:Olimit 1700
#if ${IRIX} == "SunOS"
NCOPTS=
#endif
PIDLFLAGS= -I../pidlhacks -I../llc -I../tokenring
PIFILES= vines.pi
TARGETS= Marker
default: ${TARGETS}
include ${LIBDEPTH}/Makerules