Mercurial > hg > plibs
changeset 1:9694031adcea
Adjusted top level Makefile for pure Prolog sub-projects.
author | samer |
---|---|
date | Fri, 20 Jan 2012 23:43:52 +0000 |
parents | d0f3646c41b0 |
children | d13a95edfd2a |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Jan 18 12:10:34 2012 +0000 +++ b/Makefile Fri Jan 20 23:43:52 2012 +0000 @@ -1,13 +1,12 @@ # ---------------- configuration ---------------------- # install directories -export INSTALL_LIB_TO=~/lib/prolog/x86_64 -export INSTALL_PL_TO=~/lib/prolog/source +export INSTALL_PL_TO=~/lib/prolog # flags for install - BSD install seems to be different from GNU install export INSTALL_FLAGS='-bCS' -PKGS="plrand plmidi plosc plsmf plml" +PKGS="plcore plumdrum plumbing" # ---------------- end of configuration ---------------