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 / basic / Makefile.am
1 EXTRA_DIST=msg_test_deployment.xml msg_test_platform.xml surfxml.dtd
2
3 # Declare sources:
4 noinst_JAVA= Master.java Forwarder.java Slave.java BasicTest.java BasicTask.java
5
6 # Declare test class
7 TESTS=BasicTest.class
8
9 include $(srcdir)/../java_test.mk
10
11 # Cruft
12 include $(top_srcdir)/acmacro/dist-files.mk