Mercurial > hg > reactive
view Makefile @ 3:13b598d91c15
get_message_or_timeout/2 now uses thread_get_message/3 if available;
player now supports optional event transform between source and destination;
removed deprecated index declarations.
author | samer |
---|---|
date | Tue, 07 Feb 2012 14:49:28 +0000 |
parents | a0213fab5674 |
children |
line wrap: on
line source
INSTALL_PL_TO=~/lib/prolog SUBDIR=reactive SUB_MODULES="qutils reactive recorder" main: install: install -d $(INSTALL_PL_TO) install -d $(INSTALL_PL_TO)/$(SUBDIR) for f in "$(SUB_MODULES)"; do install $(INSTALL_FLAGS) -m 644 $$f.pl $(INSTALL_PL_TO)/$(SUBDIR); done #for f in "$(ROOT_MODULES)"; do install $(INSTALL_FLAGS) -m 644 $$f.pl $(INSTALL_PL_TO); done