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.
9 lines
304 B
Makefile
9 lines
304 B
Makefile
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*))
|
|
include $(TOP)/configure/RULES_DIRS
|
|
|