#=======================================================================

all:
	gcc netstatgui.c -s -lX11 -o netstatgui  #-lm  #-m32 # -lhgui -DHGUI_SELECTWIDGETS -DHGUI_TEXTLINES
	./netstatgui

install:
	chmod 755 ./netstatgui
	-pkill netstatgui
	cp netstatgui /usr/local/bin

#to monitor ppp0, put this line into 'Tray' section of /etc/system.jwmrc:  <Swallow name="netstatgui">netstatgui ppp0</Swallow>


