Updated master make to include mstpcap demo application.

This commit is contained in:
skarg
2008-08-02 12:51:08 +00:00
parent a81814147a
commit 395f7fea18
2 changed files with 8 additions and 8 deletions
+7 -2
View File
@@ -1,5 +1,5 @@
all: library readprop writeprop readfile writefile reinit server dcc \
whohas whois ucov timesync epics
whohas whois ucov timesync epics mstpcap
@echo "utilities are in the bin directory"
clean: lib/Makefile\
@@ -14,7 +14,8 @@ clean: lib/Makefile\
demo/whois/Makefile \
demo/ucov/Makefile \
demo/timesync/Makefile \
demo/epics/Makefile
demo/epics/Makefile \
demo/mstpcap/Makefile
( cd lib ; make clean )
( cd demo/readprop ; make clean )
( cd demo/writeprop ; make clean )
@@ -28,6 +29,7 @@ clean: lib/Makefile\
( cd demo/ucov ; make clean )
( cd demo/timesync ; make clean )
( cd demo/epics ; make clean )
( cd demo/mstpcap ; make clean )
library: lib/Makefile
( cd lib ; make )
@@ -68,3 +70,6 @@ ucov: demo/ucov/Makefile
whois: demo/whois/Makefile
( cd demo/whois ; make ; cp bacwi ../../bin )
mstpcap: demo/mstpcap/Makefile
( cd demo/mstpcap ; make clean all; cp mstpcap ../../bin )