indexing code could get confused with suspension points

some further improvements on oveflow handling
fix paths in Java makefile
changs to support gibbs sampling in CLP(BN)


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1283 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-04-27 20:09:26 +00:00
parent c2e03a81b9
commit 4c15c9371e
8 changed files with 178 additions and 189 deletions

View File

@@ -79,8 +79,8 @@ CLASSES=$(JAVA:.java=.class)
all: $(JPL)
$(JAVA):
-@ ( cd jpl ; @LN_S@ ../$(srcdir)/jpl/*.java .)
-@ ( cd jpl/fli ; @LN_S@ ../../$(srcdir)/jpl/fli/*.java .)
-@ ( cd jpl ; @LN_S@ $(srcdir)/jpl/*.java .)
-@ ( cd jpl/fli ; @LN_S@ $(srcdir)/jpl/fli/*.java .)
$(JPL): $(JAVA)
$(JAVAC) $(JAVA)