1
0
Files
irix-657m-src/irix/cmd/netman/include/Makefile
2022-09-29 17:59:04 +03:00

27 lines
641 B
Makefile

#!smake
#!smake
#
# Makefile for netvis/include/protocols
#
# $Revision: 1.4 $
#
include ../Makedefs
include $(ROOT)/usr/include/make/commondefs
HEADERS_SUBDIRS= protocols net sys
INST= $(INSTALL) -F ${HEADERSPATH} -m 444
IFILES= address.h addrlist.h cache.h datastream.h debug.h enum.h exception.h \
expr.h heap.h histogram.h index.h license.h macros.h netlook.h \
packetbuf.h packetview.h protocol.h protodefs.h protoid.h \
protoindex.h protostack.h scope.h snoopd_rpc.h snooper.h \
snoopstream.h strings.h
default exports: install
include $(COMMONRULES)
headers install: $(_FORCE)
$(INST) $(IFILES)
$(HEADERS_SUBDIRS_MAKERULE)