CURDIR=status
LOCAL_CLEAN=std_local_clean
LOCAL_INSTALL=local_install
all: $(CURDIR).so
OBJS =  pstree.os report.os status.os status_win.os sys.os _dict.os

include ../rules.mak

PROTOUPDHEAD=-bstatus.cc+$(CURDIR).pm -bpstree.tlcc+status.pm

include ../stdmod.mak

# Test program

local_install: std_local_install install_daemons
