view Makefile @ 5:af1ebea468b5

Now using library(debug) for messages. Removed some cruft.
author samer
date Thu, 09 Feb 2012 11:13:32 +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