view Makefile @ 2:b39711ae9035

Added explicit import of library(time) for older version of SWI Prolog.
author samer
date Wed, 25 Jan 2012 19:41:35 +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