Mercurial > hg > plibs
diff Makefile @ 2:d13a95edfd2a
Added dependencies graph and template subproject Makefile
author | samer |
---|---|
date | Mon, 23 Jan 2012 20:28:22 +0000 |
parents | 9694031adcea |
children | 5c16a1ee5e8f |
line wrap: on
line diff
--- a/Makefile Fri Jan 20 23:43:52 2012 +0000 +++ b/Makefile Mon Jan 23 20:28:22 2012 +0000 @@ -1,12 +1,13 @@ # ---------------- configuration ---------------------- # install directories +export INSTALL_LIB_TO=~/lib/prolog/x86_64 export INSTALL_PL_TO=~/lib/prolog # flags for install - BSD install seems to be different from GNU install export INSTALL_FLAGS='-bCS' -PKGS="plcore plumdrum plumbing" +PKGS="plsc plumdrum plumbing hdplm hdpmusic reactive" # ---------------- end of configuration ---------------