view Makefile @ 12:24236c9c07b6

Added missing module import.
author samer
date Wed, 29 Feb 2012 20:30:31 +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