add an ifeq with predefined YAP Make environment YAP needs a SHAREDIR:
commit7730031daee4393a085b3d639272e316f00317a0
authorVitor Santos Costa <vsc@dcc.fc.up.pt>
Mon, 25 Aug 2008 20:19:12 +0000 (25 21:19 +0100)
committerJan Wielemaker <wielemak@science.uva.nl>
Tue, 26 Aug 2008 08:55:43 +0000 (26 10:55 +0200)
tree1d09b2c623eafa710a431f38d614c752ddddb432
parente8fa892695e562509be3744f6bc0ac94663d173a
add an ifeq with predefined YAP Make environment YAP needs a SHAREDIR:
include that as LIBDIR in SWI Makefile.in YAP separates compilation and
src directories: add $(srcdir) to everthing that is supposed to be in
that directory. srcdir=. in SWI. replace @TARGETS@ by @CHR_TARGETS@: YAP
does not have a sepaarate configure for CHR use an ifeq for YAP .o
compilation: YAP and SWI have very different compilation styles. YAP
installs .so in LIBDIR, and rest in SHAREDIR. YAP does not support
"make" yet.
Makefile.in
configure.in