Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specify the right path to the simgrid.jar Hopefully it will make plain javac happy...
[simgrid.git] / examples / java / suspend / Makefile.in
index 3ff5816..539123b 100644 (file)
@@ -204,10 +204,12 @@ EXTRA_DIST = msg_test_suspend_deployment.xml msg_test_suspend_platform.xml surfx
 noinst_JAVA = DreamMaster.java LazyGuy.java SuspendTest.java
 
 # Declare test class
+#if HAVE_JAVA
 TESTS = SuspendTest.class
 JAVAROOT = .
-CLASSPATH = $(top_srcdir)/src/java
-AM_JAVACFLAGS = -I$(top_srcdir)/src/java
+CLASSPATH = $(top_srcdir)/src/simgrid.jar
+
+#AM_JAVACFLAGS=-I$(top_srcdir)/src/java
 
 ##########################
 # What to do on make check
@@ -483,6 +485,7 @@ dist-files:
        @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
        @echo
        @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done
+#endif
 
 # Cruft
 # Tell versions [3.59,3.63) of GNU make to not export all variables.