Mercurial > hg > reactive
view Makefile @ 10:33c1cac37be1
alarm_at/3 goal_expands to alarm_at/4 if alarm_at/3 not defined.
author | samer |
---|---|
date | Wed, 22 Feb 2012 21:48:11 +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