Mercurial > hg > plibs
view Makefile.templ @ 3:5c16a1ee5e8f
Changed dependecies.ps to dependencies.eps and dependencies.pdf
author | samer |
---|---|
date | Mon, 23 Jan 2012 21:16:00 +0000 |
parents | d13a95edfd2a |
children |
line wrap: on
line source
INSTALL_PL_TO=~/lib/prolog SUBDIR=humdrum ROOT_MODULES="humdrum" SUB_MODULES="dynam humutils kern_rules reps interps kernutils humdrum_world kern refcodes" main: install: install -d $(INSTALL_PL_TO) install -d $(INSTALL_PL_TO)/$(SUBDIR) for f in "$(ROOT_MODULES)"; do install $(INSTALL_FLAGS) -m 644 $$f.pl $(INSTALL_PL_TO); done for f in "$(SUB_MODULES)"; do install $(INSTALL_FLAGS) -m 644 $$f.pl $(INSTALL_PL_TO)/$(SUBDIR); done