# HG changeset patch # User samer # Date 1327103032 0 # Node ID 9694031adceaf8c5b07492a0056535c9e60e246b # Parent d0f3646c41b096ac9be59c98ced06bb0ac703a51 Adjusted top level Makefile for pure Prolog sub-projects. diff -r d0f3646c41b0 -r 9694031adcea Makefile --- 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 ---------------