Added Who-Is-Router-To-Network client application.

This commit is contained in:
skarg
2008-08-19 22:40:47 +00:00
parent 9c316a65dc
commit b7305f3da8
6 changed files with 382 additions and 2 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
all: library readprop writeprop readfile writefile reinit server dcc \
whohas whois ucov timesync epics mstpcap
whohas whois whoisrouter ucov timesync epics mstpcap
@echo "utilities are in the bin directory"
clean: lib/Makefile\
@@ -15,6 +15,7 @@ clean: lib/Makefile\
demo/ucov/Makefile \
demo/timesync/Makefile \
demo/epics/Makefile \
demo/whoisrouter/Makefile \
demo/mstpcap/Makefile
( cd lib ; make clean )
( cd demo/readprop ; make clean )
@@ -29,6 +30,7 @@ clean: lib/Makefile\
( cd demo/ucov ; make clean )
( cd demo/timesync ; make clean )
( cd demo/epics ; make clean )
( cd demo/whoisrouter ; make clean )
( cd demo/mstpcap ; make clean )
library: lib/Makefile
@@ -70,6 +72,9 @@ ucov: demo/ucov/Makefile
whois: demo/whois/Makefile
( cd demo/whois ; make ; cp bacwi ../../bin )
whoisrouter: demo/whoisrouter/Makefile
( cd demo/whoisrouter ; make ; cp bacwir ../../bin )
mstpcap: demo/mstpcap/Makefile
( cd demo/mstpcap ; make clean all; cp mstpcap ../../bin )