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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user