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

21 lines
472 B
Makefile

#
# Makefile for memory accounting commands
#
# There are six commands: memusage mkinodetbl flushmem prgdump rgaccum solocal
# only memusage is actually machine specific.
#
# $Revision: 1.6 $
#
include $(ROOT)/usr/include/make/commondefs
include $(PRODUCTDEFS)
#LLDLIBS=-lelf
#LCDEFS=-D$(CPUARCH) -D$(CPUBOARD)
#TARGETS=memusage mkinodetbl flushmem prgdump rgaccum solocal
TARGETS=mkinodetbl flushmem prgdump rgaccum solocal
default: $(TARGETS)
include $(COMMONRULES)