Record has x and y-coordinate fields and a timestamp and also provides a service which sets (x,y) to a sequence of values. An RPC client application (move) sends positions as an array.
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
# RULES
|
|
|
|
include $(CONFIG)/RULES
|
|
|
|
# Library should be rebuilt because LIBOBJS may have changed.
|
|
$(LIBNAME): ../Makefile
|