Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not forget headers for the dist.
[simgrid.git] / examples / java / comm_time / Makefile.am
1 EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml
2
3 # Declare sources:
4 JAVA_SRC=Master.java Slave.java CommTimeTest.java CommTimeTask.java
5 JAVA_TESTS=CommTimeTest.class
6
7 # Declare test class
8 if HAVE_JAVA
9 noinst_JAVA=$(JAVA_SRC)
10 TESTS=$(JAVA_TESTS)
11 else
12 EXTRA_DIST+=$(JAVA_SRC)
13 EXTRA_DIST+=$(JAVA_TESTS)
14 endif
15
16 include $(srcdir)/../java_test.mk
17
18 # Cruft
19 include $(top_srcdir)/acmacro/dist-files.mk