Combined the interface set into the datalink_init for all the datalink layers. Changed all the demo programs to use datalink_init instead of specific datalink functions.

This commit is contained in:
skarg
2007-05-25 01:08:42 +00:00
parent 076ee5f3ca
commit 8026dc003b
29 changed files with 123 additions and 295 deletions
+14 -1
View File
@@ -8,7 +8,7 @@ BORLAND_DIR_Not_Defined:
!endif
all: readprop writeprop readfile writefile server dcc reinit \
whois whohas timesync ucov
whois whohas timesync ucov epics
@echo "demo utilities are in utils directory"
clean: \
@@ -22,6 +22,7 @@ clean: \
demo/whois/makefile.b32 \
demo/whohas/makefile.b32 \
demo/ucov/makefile.b32 \
demo/epics/makefile.b32 \
demo/timesync/makefile.b32
cd demo/readprop
make -i -f makefile.b32 clean
@@ -63,6 +64,10 @@ clean: \
make -i -f makefile.b32 clean
cd ..
cd ..
cd demo/epics
make -i -f makefile.b32 clean
cd ..
cd ..
cd demo/timesync
make -i -f makefile.b32 clean
cd ..
@@ -148,6 +153,14 @@ ucov: demo/ucov/makefile.b32
cd ..
cd ..
epics: demo/epics/makefile.b32
cd demo/epics
make -i -f makefile.b32 clean
make -f makefile.b32 all
make -f makefile.b32 install
cd ..
cd ..
timesync: demo/timesync/makefile.b32
cd demo/timesync
make -i -f makefile.b32 clean